ahsanshahbaz Posted February 17, 2016 Report Posted February 17, 2016 Hey, I have gone through as many topics related to this problem but the problem for me still exists i have updated local.config, app.config and util.php files as mentioned in various topics please help me what to do My Local.Config looks like this Config::Set('EMAIL_FROM_NAME', 'CEO Gulfjet'); Config::Set('EMAIL_FROM_ADDRESS', 'ceo@gulfjet.org'); Config::Set('EMAIL_USE_SMTP', true); # Add multiple SMTP servers by separating them with ; Config::Set('EMAIL_SMTP_SERVERS', 'smtp.zoho.com'); Config::Set('EMAIL_SMTP_PORT', '465'); Config::Set('EMAIL_SMTP_USE_AUTH', true); Config::Set('EMAIL_SMTP_USER', 'ceo@gulfjet.org'); Config::Set('EMAIL_SMTP_PASS', 'password'); Config::Set('EMAIL_SMTP_SECURE', 'SSL'); Tell me what I need to do to be able to get email to work for mass mailer and registration emails. Quote
Moderators servetas Posted February 17, 2016 Moderators Report Posted February 17, 2016 First of all, are you able to send emails from "ceo@gulfjet.org" to the email you are expecting the emails from phpVMS? Quote
ahsanshahbaz Posted February 18, 2016 Author Report Posted February 18, 2016 Servetas I can recieve and send email from this address i tested it. 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.