brandonlea Posted September 7, 2019 Report Share Posted September 7, 2019 Hello, I am using phpVMS 5.5 I've setup smtp but it don't work also i'm not to sure where to put my google api key thanks Quote Link to comment Share on other sites More sharing options...
Moderators mark1million Posted September 7, 2019 Moderators Report Share Posted September 7, 2019 SMTP should be the following, # 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', youremailaddress'); Config::Set('EMAIL_SMTP_PASS', 'yourpassword'); Google API key for what? 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.