Created
November 28, 2018 00:17
-
-
Save StudioEtrange/e44f608726e4d8a28df4afb4b3226b32 to your computer and use it in GitHub Desktop.
A note about using gmail as a relay
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| A note about using gmail as a relay | |
| Gmail by default does not allow email clients that don't use OAUTH 2 for authentication (like Thunderbird or Outlook). | |
| First you need to enable access to "Less secure apps" on your google settings. | |
| Serveur de courrier entrant (IMAP) imap.gmail.com | |
| SSL requis : oui | |
| Port : 993 | |
| Serveur de courrier sortant (SMTP) : smtp.gmail.com | |
| SSL requis : oui | |
| TLS requis : oui (si disponible) | |
| Authentification requise : oui | |
| Port pour SSL : 465 | |
| Port pour TLS/STARTTLS : 587 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment