Add a few small details to thunderbird setup authored by kez's avatar kez
...@@ -43,13 +43,13 @@ world. Then the next step is to configure your email client, below. ...@@ -43,13 +43,13 @@ world. Then the next step is to configure your email client, below.
## Thunderbird configuration ## Thunderbird configuration
In Thunderbird, you will need to add a new SMTP account in "Account In Thunderbird, you will need to add a new SMTP account in
settings", "Outgoing Server (SMTP)". Then click add and fill the form "Account", "Account settings", "Outgoing Server (SMTP)". Then click
with: "Add" and fill the form with:
* Server name: `submission.torproject.org` * Server name: `submission.torproject.org`
* Port: `465` * Port: `465`
* Connection security: `TLS` * Connection security: `SSL/TLS`
* Authentication method: `Normal password` * Authentication method: `Normal password`
* User Name: (your LDAP username, e.g. in my case it is `anarcat`, * User Name: (your LDAP username, e.g. in my case it is `anarcat`,
**without** the `@torproject.org` part) **without** the `@torproject.org` part)
... ...
......