将smtpmail
与emacs-mu4e
一起使用,我正在尝试设置变量smtpmail-auth-credentials
的值。
如果我将其设置为我的~/authinfo
,一切正常,正如预期的那样。
如果我尝试将其设置如下:
(setq smtpmail-auth-credentials `(("smtp._my_server_.com" 123 "_my_email_@_mail_._com_" "_my_password_string_")))
我得到AUTH error
。
实际上,我稍后将使用secrets-get-secret
检索...但是现在,即使我明确地设置它,事情也无法奏效。
我感谢任何帮助。
确切的错误是:
smtpmail-send-it: Sending failed: 503 5.5.4 Error: send AUTH command first.
答案 0 :(得分:1)
(setq smtpmail-auth-credentials '(("mail.server.com" 587 "username" "password")))
关于此示例,与原始海报的示例相比,username
是@_mail_._com_
之前的名称 - 换句话说,省略@_mail_._com_