EmiratesVA Posted April 8, 2012 Report Posted April 8, 2012 Emails are not being sent from Admin panel for some reason not sure why. Please help Quote
Moderators Kyle Posted April 8, 2012 Moderators Report 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
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.