Wanderlustでメール送信に認証が必要な場合、以下のような設定を入れるが毎回パスワードを入れるのは面倒だ。
(setq wl-smtp-posting-server “SMTPサーバ”)
(setq wl-smtp-authenticate-type “login”)
(setq wl-smtp-posting-user “xxxx@xxx.xxx.xx.jp”)
(setq wl-smtp-posting-port 587)
一度入力したパスワードを以下のコマンドで覚えさせる。
M-x elmo-passwd-alist-save
保存先は、elmo-passwd-alist-file-name で指定されたファイル名となるが、デフォルトだとpasswdという名前で保存される。
投稿: tara123 



