trouble with system email

Hi everyone,

I am having trouble with the system mail. When I send an email, it says it has completed, but no-one ever gets the mail. Here is a clipping from my local.config.php

Config::Set(‘EMAIL_USE_SMTP’, true);

Add multiple SMTP servers by separating them with ;

Config::Set(‘EMAIL_SMTP_SERVERS’, ‘smtpout.secureserver.net’);

Config::Set(‘EMAIL_SMTP_PORT’, ‘25’);

Config::Set(‘EMAIL_SMTP_USE_AUTH’, true);

Config::Set(‘EMAIL_SMTP_USER’, ‘ceo@flyacva.ca’);

Config::Set(‘EMAIL_SMTP_PASS’, ‘*********’);

if someone could help that would be greatly appreciated.

Was the system able to send email using just the default php mail function prior to setting the SMTP to true?

no it was not able to send any mail

no it was not able to send any mail

Make sure the from-email in the settings matches what your host needs; often times if that doesn’t match a valid email, it won’t get sent out

thanks for the reply…

The mail settings above come directly from my outlook settings.