雅虎 SMTP 的 mailx 配置

雅虎 SMTP 的 mailx 配置

我正在尝试配置mailx使用我的雅虎电子邮件地址发送电子邮件。当我尝试发送电子邮件时收到以下错误:

smtp-server: 550 Request failed; Mailbox unavailable

这是我的配置:

set smtp-use-starttls
set ssl-verify=ignore 
set smtp=smtp://smtp.mail.yahoo.com:587
set smtp-auth=login
set [email protected]
set smtp-auth-password=mypassword
set from="[email protected] (Batch Job Notification)"

在雅虎我确实设置了App Password

相关内容