553 Relaying disallowed
553 Relaying disallowed
Hi Support
I have an issue when sending emails from antipodeansenroute.com using the zoho mail. I have my domain verfied with Zoho mail via a CNAME and the mx records as below:
#
# MX record
#
@antipodeansenroute.com::mx.zohomail.com:15:300
#
# CNAME Verification
#
@antipodeansenroute.com::[randomnumber].zmverify.zoho.com:300
I have an email form on antipodeansenroute.com with:
$emailMethod = 'smtp'; // REQUIRED value. Options: 'smtp' , 'phpmail'
// Outgoing Server Settings - replace values on the right of the = sign with your own.
// These 3 settings are only required if you choose 'smtp' for emailMethod above.
$outgoingServerAddress = 'smtp.zoho.com'; // Consult your hosting provider.
$outgoingServerPort = '587'; // Options: '587' , '25' - Consult your hosting provider.
$outgoingServerSecurity = 'tls'; // Options: 'ssl' , 'tls' , null - Consult your hosting provider.
// Sending Account Settings - replace these details with an email account held on the SMTP server entered above.
// These 2 settings are only required if you choose 'smtp' for emailMethod above.
$sendingAccountUsername = '
email@antipodeansenroute.com';
$sendingAccountPassword = '';
// Recipient (To:) Details - Change this to the email details of who will receive all the emails from the website.
$recipientEmail = '
email@antipodeansenroute.com'; // REQUIRED value.
$recipientName = 'Person'; // REQUIRED value.
// Email details - Change these to suit your website needs
$emailSubject = 'A message from Your Holding Page'; // REQUIRED value. Subject of the email that the recipient will see
$websiteName = 'Antipodeans En Route'; // REQUIRED valu
But for some reason I also get a 553 error when sending emails from this form. Can you please help.