Hi Folks,
A client of mine is not receiving any Perch Forms to their emails which is hosted on Outlook365.
These forms are working to my email and to any other Gmail, but not to this Outlook365 address. Their email hosting provider is saying there is no blacklists, etc in place.
I have the following email config setup:
I then decided to follow your email configuration page: https://docs.grabaperch.com/perch/configuration/email/
And have now entered in the following code
Code
- define('PERCH_EMAIL_METHOD', 'smtp');
- define('PERCH_EMAIL_HOST', 'smtp.office365.com');
- define('PERCH_EMAIL_AUTH', true);
- define('PERCH_EMAIL_SECURE', 'ssl');
- define('PERCH_EMAIL_PORT', 587);
- define('PERCH_EMAIL_FROM', '******@topjocktackboxes.com');
- define('PERCH_EMAIL_FROM_NAME', 'Team TopJock');
- define('PERCH_EMAIL_USERNAME', '******@topjocktackboxes.com');
- define('PERCH_EMAIL_PASSWORD', '*******');
However if I try sending a test email with the above it fails and the debug gives me this error.
It's not a password issue, so can someone explain to me what the issue is here and why only Outlook365 is not receiving these Perch forms?
TIA
SQL
- SELECT u.*, r.* FROM perch2_users u, perch2_user_roles r WHERE u.roleID=r.roleID AND u.userEnabled=1 AND u.userID=1 AND u.userHash='a9205b639c7e85505370db1725da2980' LIMIT 1
- UPDATE perch2_users SET userHash='d94c391d6e4c84e2ff76d50526377ac9' WHERE userID='1'
- [79]SELECT p.privKey FROM perch2_user_privileges p
- [44]SELECT * FROM (SELECT DISTINCT settingID, settingValue, userID FROM perch2_settings WHERE userID=1 OR userID=0 ORDER BY userID DESC) AS settings GROUP BY settingID, settingValue, userID
- Using email template: /home/topjockt/public_html/perch/core/emails/settings-test.html (html)
- Building message with Dollar template
- SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting