ACVA_CEO Posted December 14, 2010 Report Posted December 14, 2010 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. Quote
Administrators simpilot Posted December 14, 2010 Administrators Report Posted December 14, 2010 Was the system able to send email using just the default php mail function prior to setting the SMTP to true? Quote
ACVA_CEO Posted December 15, 2010 Author Report Posted December 15, 2010 no it was not able to send any mail Quote
Administrators Nabeel Posted December 15, 2010 Administrators Report Posted December 15, 2010 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 Quote
ACVA_CEO Posted December 15, 2010 Author Report Posted December 15, 2010 thanks for the reply.... The mail settings above come directly from my outlook settings. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.