katsuの駄日記

さくら用のメール設定 on Wanderlust

ひさしぶりにWanderlust使おうとしたら設定ではまった……。 いつのまにかPOP before SMTPじゃなくなってたのね。 以下の設定で動きましたよ。

(setq wl-smtp-posting-server "xxxx.sakura.ne.jp")
(setq wl-smtp-posting-user "xxxx@xxxx.sakura.ne.jp")
(setq wl-smtp-posting-port '587)
(setq wl-smtp-connection-type 'starttls)
(setq wl-smtp-authenticate-type "cram-md5")
(setq wl-draft-send-mail-function 'wl-draft-send-mail-with-smtp)