Jump to content

Email not working


ahsanshahbaz

Recommended Posts

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...