| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
You can send mail by POP-before-SMTP with this single line:
(setq wl-draft-send-mail-function 'wl-draft-send-mail-with-pop-before-smtp) |
Configure the following variables if you need.
wl-pop-before-smtp-user
elmo-pop3-default-user is used.
wl-pop-before-smtp-server
elmo-pop3-default-server is used.
wl-pop-before-smtp-authenticate-type
elmo-pop3-default-authenticate-type is used.
wl-pop-before-smtp-port
elmo-pop3-default-port is used.
wl-pop-before-smtp-stream-type
ssl, POP connection is established using SSL. If
starttls, STARTTLS (RFC2595) connection will be established. If
unset, elmo-pop3-default-stream-type is used.
If variables for POP-before-SMTP (wl-pop-before-smtp-*) are
unset, settings for POP folders (elmo-pop3-default-*) are
used.
Therefore, if SMTP server and POP server are actually the same, and if
POP folder per default (such as `&') is available, no settings are
required.
Refer to the following URL about POP-before-SMTP.
http://spam.ayamura.org/tools/smPbS.html http://www.iecc.com/pop-before-smtp.html |