EmiratesVA Posted April 8, 2012 Report Share Posted April 8, 2012 Emails are not being sent from Admin panel for some reason not sure why. Please help Quote Link to comment Share on other sites More sharing options...
Moderators Kyle Posted April 8, 2012 Moderators Report Share Posted April 8, 2012 You might need to config that in your local.config.php file. Config::Set('EMAIL_USE_SMTP', true); # Add multiple SMTP servers by separating them with ; Config::Set('EMAIL_SMTP_SERVERS', ''); Config::Set('EMAIL_SMTP_PORT', ''); Config::Set('EMAIL_SMTP_USE_AUTH', true); Config::Set('EMAIL_SMTP_SECURE', 'ssl'); # must be "ssl" for Google Apps Config::Set('EMAIL_SMTP_USER', ''); Config::Set('EMAIL_SMTP_PASS', ''); Quote Link to comment Share on other sites More sharing options...
EmiratesVA Posted April 9, 2012 Author Report Share Posted April 9, 2012 Okay will try that Quote Link to comment Share on other sites More sharing options...
EmiratesVA Posted April 9, 2012 Author Report Share Posted April 9, 2012 Nope its still not working 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.