Gmail as free SMTP server
Use App Password
Steps to generate SMTP password with Gmail:
- Go to your Google Account security page.
- Enable 2-Step Verification if it is not enabled.
- Go to App passwords.
- Create one for Mail.
- Use the generated 16-character password in your SMTP config.
SMTP settings:
| TLS | SSL | |
|---|---|---|
| Host | smtp.gmail.com | smtp.gmail.com |
| Port | 587 | 465 |
| Secure | false | true |
Auth:
user: your@gmail.com
pass: <app password>