Angel Air Posted January 2, 2014 Report Share Posted January 2, 2014 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. Quote Link to comment Share on other sites More sharing options...
BaRBeR Posted January 2, 2014 Report Share Posted January 2, 2014 mine sometimes doesnt work with SMTP Authentication so try turning that to false, worth a try. Quote Link to comment Share on other sites More sharing options...
Angel Air Posted January 2, 2014 Author Report Share Posted January 2, 2014 still not working, but thanks for the effort Quote Link to comment Share on other sites More sharing options...
BaRBeR Posted January 2, 2014 Report Share Posted January 2, 2014 also, why you using gmail servers for this email info@angelairva.co.uk? Quote Link to comment Share on other sites More sharing options...
Angel Air Posted January 2, 2014 Author Report Share Posted January 2, 2014 also, why you using gmail servers for this email info@angelairva.co.uk? Because I have the email address setup with google apps 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.