How to configure phplist to use Gmail smtp server? -


anyone know how configure phplist use gmail smtp server?

can advise? alot advice in advance

based on page https://github.com/phpmailer/phpmailer/blob/master/examples/gmail.phps

i added following config.php.

define("phpmailerhost",'smtp.gmail.com'); $phpmailer_smtpuser = 'usernae@gmail.com'; $phpmailer_smtppassword = 'password'; define('phpmailerport','587'); define("phpmailer_secure",'tls'); 

no other changes needed.
did warning google attempt made access account , blocked. had follow steps allow connection. https://support.google.com/accounts/answer/6010255


Comments

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -