I have a GoDaddy Office 365 email account test@mydomain.com and am using PHPMailer to send out emails using SMTP.
Emails are hitting spam folders whenever my script sends them out, in the headers I can see the following message...
Received-SPF: None (protection.outlook.com: mydomain.com does not
designate permitted sender hosts)
The script is running from another domain mydomain2.com, I have 2 SPF records on mydomain.com set up that look like this...
v=spf1 include:spf.protection.outlook.com -all
v=spf1 include:mydomain2.com -all
Where am I going wrong? Do the records need to merged?