[h1]PHPBB3 Email settings using Gmail as SMTP (phpbb3.2.2 / 3.2.3 works)[/h1]
[h2]"SMTP Server address" ==
ssl://smtp.gmail.com[/h2]
Of course, you shall enable POP in your Gmail settings.
代碼:
ssl://smtp.gmail.com
tls://smtp.gmail.com
[h2]"SMTP Port" == 465[/h2]
Port is 465 or 587 (SSL / TLS)
[h2]"SMTP authentication method" == "LOGIN"[/h2]
Please Using "Login" as auth method type.
[h2]SMTP Username/Account: yourname@gmail.com[/h2]
Note: If you are using G-Suite: try "yourname@yourdomain.com"
[h2]SMTP Password: Your Gmail SMTP password[/h2]
Of course, this will be stored as plain text,
so secure your database first!(2018-06-17 18:02)