Sending email from Emacs, authinfo error: Unexpected ‘machine’ token at line 2
Sending email from Emacs, authinfo error: Unexpected ‘machine’ token at line 2
我正在使用 mu4e 管理多个电子邮件帐户。
一切正常,希望发送电子邮件:我收到以下错误
auth-source-netrc-parse-entries: auth-source-netrc-parse-entries: Unexpected ‘machine’ token at line 2
我的 authinfo
文件如下所示:
machine <...> login <...> port <...> password <...>
machine <...> login <...> port <...> password <...>
smtpmail-smtp-server
、smtpmail-smtp-service
和 smtpmail-smtp-user
是
全部在我的 mu4e 配置中定义。
为了临时解决这个问题,我为每个电子邮件地址创建了 2 个文件:authinfo.gpg
和 authinfo2.gpg
,并在配置中添加了以下行:
(smtpmail-auth-credentials . (expand-file-name "/path/to/corresponding/authinfo.gpg"))
我正在使用 mu4e 管理多个电子邮件帐户。 一切正常,希望发送电子邮件:我收到以下错误
auth-source-netrc-parse-entries: auth-source-netrc-parse-entries: Unexpected ‘machine’ token at line 2
我的 authinfo
文件如下所示:
machine <...> login <...> port <...> password <...>
machine <...> login <...> port <...> password <...>
smtpmail-smtp-server
、smtpmail-smtp-service
和 smtpmail-smtp-user
是
全部在我的 mu4e 配置中定义。
为了临时解决这个问题,我为每个电子邮件地址创建了 2 个文件:authinfo.gpg
和 authinfo2.gpg
,并在配置中添加了以下行:
(smtpmail-auth-credentials . (expand-file-name "/path/to/corresponding/authinfo.gpg"))