Enable TLS on smtp.aa.net.uk: Difference between revisions

mNo edit summary
m (Updated mutt section)
== Mutt ==
Mutt will your your machine's local MTA (eg sendmail, exim, postfix etc) - so look at the documentation for that for more information.
 
Typically, you can enable TLS with the following entries in your .muttrc:
<syntaxhighlight lang=shell>
set ssl_starttls=yes
set ssl_force_tls=yes
</syntaxhighlight>
 
You will also need to ensure that you have specified port 587 at the end of the smtp_url.
 
== Other Email programs==