Cloud Hosting : Mail client configuration Answer: Use only encrypted connections
imap - emails stay on server and can be manage by multiple devices or computersimap.snackhost.eu port 993 SSL/TLS Encrypted password
pop3 - emails ...
Cloud Hosting : PHPMailer configuration Answer: We recommend to use PHPMailer for sending emails from your website. The configuration should look like this:
//Server settings $mail->SMTPDebug = 0; // Enable verbose ...