Show
Ignore:
Timestamp:
2007-02-23 22:37:31 (22 months ago)
Author:
Brendan Cully <brendan@…>
Branch:
HEAD
Message:

This patch adds ESMTP relay support to mutt.
To use, set $smtp_url to the address of your smtp relay, in the form:

smtp[s]://[user[:password]@]host[:port]/

where port defaults to 25 for smtp and 465 for smtps.

You can also set $smtp_authenticators to control which methods mutt
will attempt to use during authentication. See $imap_authenticators
for details.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • account.h

    r4343 r4919  
    2929  M_ACCT_TYPE_NONE = 0, 
    3030  M_ACCT_TYPE_IMAP, 
    31   M_ACCT_TYPE_POP 
     31  M_ACCT_TYPE_POP, 
     32  M_ACCT_TYPE_SMTP 
    3233}; 
    3334