Moderators Kyle Posted January 23, 2012 Moderators Report Share Posted January 23, 2012 Hey there, I'm hoping there's someone with a knowledge with using gmail Apps with phpVMS. Tonight, we changed over to Gmail Apps, and now we are having issues that the mass emails aren't being sent out. I double checked the local.config.php file and ensure the info is correct and it seems to be. 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_SECURE', 'ssl'); # must be "ssl" for Google Apps Config::Set('EMAIL_SMTP_USER', 'emailsomething'); Config::Set('EMAIL_SMTP_PASS', 'password'); The user is the noreply@email.com and the password, you know... But other staff members can send and receive emails via gmail with their own emails and it works. But I'm not sure what's going on with the noreply email. I logged in and it works but why it won't send the email from mass mailer? Any reasons? Quote Link to comment Share on other sites More sharing options...
Moderators Kyle Posted January 23, 2012 Author Moderators Report Share Posted January 23, 2012 Any ideas? I tried creating another google email account and it didn't work. I'm out of ideas! Quote Link to comment Share on other sites More sharing options...
Tom Posted January 23, 2012 Report Share Posted January 23, 2012 Is your apps account configured correctly to support SMTP? Quote Link to comment Share on other sites More sharing options...
Moderators Kyle Posted January 25, 2012 Author Moderators Report Share Posted January 25, 2012 Is your apps account configured correctly to support SMTP? Dumb question... How can I tell my apps account is configured correctly to support SMTP? Quote Link to comment Share on other sites More sharing options...
Moderators Kyle Posted January 25, 2012 Author Moderators Report Share Posted January 25, 2012 Bump... Quote Link to comment Share on other sites More sharing options...
Moderators Kyle Posted January 26, 2012 Author Moderators Report Share Posted January 26, 2012 Well, I guess no one knows. I'll have to switch back to the hosting email now... Quote Link to comment Share on other sites More sharing options...
Tom Posted January 26, 2012 Report Share Posted January 26, 2012 Ok well apparently there isn't (I don't know I got the other guy I'm working with to do it) so it's probably a problem with phpVMS or your hosting. Quote Link to comment Share on other sites More sharing options...
TennShadow Posted January 28, 2012 Report Share Posted January 28, 2012 Bump... Have you tried changing your port to 587? 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.