Emails send from server with cPanel using php go to outlook.com junk/spam folder -


when send email e.g. php (phpmailer) script or squirrelmail cpanel server outlook.com emails end in junk/spam folder. sending email same script or email address provider e.g. gmail.com deliver email inbox should be.

i've setup , tested valid:

  • dkim
  • spf
  • dmark
  • reverse dns

the server (ip), domain not blacklisted. email send passes spamassasin without problems.

the emails send via phpmailer send using smtp setup comes cpanel.

would love hear thoughts on one.

first thing test mailer. go https://www.mail-tester.com/ , use tool test configured correctly.

if appears ok using tool, may worth whitelisting server multiple isps.

you should able find information on how using google, here links started.

hotmail/outlook: http://mail.live.com/mail/services.aspx

yahoo: http://help.yahoo.com/l/us/yahoo/mail/postmaster/bulkv2.html


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -