ACVA_CEO Posted December 14, 2010 Report Share 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 Link to comment Share on other sites More sharing options...
Administrators simpilot Posted December 14, 2010 Administrators Report Share 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 Link to comment Share on other sites More sharing options...
ACVA_CEO Posted December 15, 2010 Author Report Share Posted December 15, 2010 no it was not able to send any mail Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted December 15, 2010 Administrators Report Share 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 Link to comment Share on other sites More sharing options...
ACVA_CEO Posted December 15, 2010 Author Report Share Posted December 15, 2010 thanks for the reply.... The mail settings above come directly from my outlook settings. Quote Link to comment Share on other sites More sharing options...
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.