Mew 尝试通过 GMail 发送时出现 SMTP 错误

发布于 2024-12-04 08:23:47 字数 634 浏览 1 评论 0原文

我正在尝试使用 GMail SMTP 服务器发送电子邮件。

我在 emacs 中对 mew 有以下设置:

(default
     (mailbox-type 'imap)
     (proto "%")
     (imap-user my-email)
     (imap-server "imap.gmail.com")
     (imap-ssl t)
     (smtp-server "smtp.gmail.com")
     (smtp-auth-list ("PLAIN" "LOGIN" "CRAM-MD5"))
     (smtp-user my-email)
     (user my-username)
     (mail-domain "gmail.com")
     (name my-name)
     (imap-friend-folder "%from")
     (imap-trash-folder "%[Gmail]/All Mail"))

我不确定我做错了什么。

错误消息如下:530 5.7.0 必须首先发出 STARTTLS 命令。 dr7sm13115113qab.26。此邮件已排队到 +queue

我需要更改哪些配置设置才能解决此问题?

I'm trying to send an email using the GMail SMTP server.

I have the following setup for mew in emacs:

(default
     (mailbox-type 'imap)
     (proto "%")
     (imap-user my-email)
     (imap-server "imap.gmail.com")
     (imap-ssl t)
     (smtp-server "smtp.gmail.com")
     (smtp-auth-list ("PLAIN" "LOGIN" "CRAM-MD5"))
     (smtp-user my-email)
     (user my-username)
     (mail-domain "gmail.com")
     (name my-name)
     (imap-friend-folder "%from")
     (imap-trash-folder "%[Gmail]/All Mail"))

I'm not sure what I'm doing wrong.

The error message is this: 530 5.7.0 Must issue a STARTTLS command first. dr7sm13115113qab.26. This mail has been queued to +queue

What mew configuration settings do I have to change to make this problem go away?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

能否归途做我良人 2024-12-11 08:23:47

看起来我忘记将变量 smtp-ssl 设置为 t 以便 SMTP 连接使用 SSL(GMail 需要)。

Looks like I forgot to set the variable smtp-ssl to t so that the SMTP connection uses SSL (which GMail requires).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文