2026年09月20日 mew-6.11でCannot connect to the SMTP server [長年日記]
_ mew-6.11に上げたところ以下のメセージを出して受信はできるが、送信できない状態になっていた。
Cannot connect to the SMTP server
以下を.emascに追加して解決。
(setq mew-smtp-server "127.0.0.1") (setq mew-smtp-port 25) (setq mew-smtp-ssl nil) (setq mew-smtp-ssl-port nil) (setq mew-smtp-auth nil)
[ツッコミを入れる]