Jump to content

Email Set up


Angel Air

Recommended Posts

Hi all,

Not sure if anyone can help but I have tried everything and cant get it to work.

I have set the MX records on fivedev to google I have configured local.config and app.config file to use smtp and I can not get anything to send from the admin panel not sure if I am missing something. I am using google apps but I signed up to it when it was still free so not paying for any of that, have the stopped people using the service?

Here is the code from my Local.config

# Email Settings
Config::Set('EMAIL_FROM_NAME', 'INFO@Angel Air VA');
Config::Set('EMAIL_FROM_ADDRESS', 'info@angelairva.co.uk');
Config::Set('EMAIL_USE_SMTP', true);
# Add multiple SMTP servers by separating them with ;
Config::Set('EMAIL_SMTP_SERVERS', 'smtp.gmail.com');
Config::Set('EMAIL_SMTP_PORT', '465');
Config::Set('EMAIL_SMTP_USE_AUTH', true);
Config::Set('EMAIL_SMTP_USER', 'info@angelairva.co.uk');
Config::Set('EMAIL_SMTP_PASS', '********');

App.config

# Email Settings
Config::Set('EMAIL_FROM_NAME', 'INFO@Angel Air VA');
Config::Set('EMAIL_FROM_ADDRESS', 'info@angelairva.co.uk');
Config::Set('EMAIL_USE_SMTP', true);
# Add multiple SMTP servers by separating them with ;
Config::Set('EMAIL_SMTP_SERVERS', 'smtp.gmail.com');
Config::Set('EMAIL_SMTP_PORT', '465');
Config::Set('EMAIL_SMTP_USE_AUTH', true);
Config::Set('EMAIL_SMTP_USER', 'info@angelairva.co.uk');
Config::Set('EMAIL_SMTP_PASS', '********');

I have tried to submit a ticket to nabeel which I think he has answered but cant see his response because when I click on the ticket I just get an error page.

I have also signed up to zoho mail and tried to get it to work with that but still nothing.

I also see the fivedev now have email setup on the control panel is it usable?

Any help would be great.

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...