通过 sendgrid 发送的电子邮件未送达
Email sent via sendgrid is not being delivered
我选择了 sendgrid 来将电子邮件发送到我的邮件帐户。我使用 php curl 来做到这一点。
当我 运行 curl 脚本将邮件发送到 sendgrid 服务器时
$url = 'https://api.sendgrid.com/';
我收到了 {"message":"success"}
json 回复
但是邮件没有发送到我的邮件帐户(比如 google)
您的电子邮件已发送并送达,但 Gmail 已将其标记为垃圾邮件。网上和这里有很多资源可以避免被归类为垃圾邮件,但它有点太宽泛了,无法在此处详细说明。
对于您的 Yahoo 测试,as explained here、
"deferred mail" is simply mail that was unable to deliver to the
sender and has been added to the mail queue.
我选择了 sendgrid 来将电子邮件发送到我的邮件帐户。我使用 php curl 来做到这一点。
当我 运行 curl 脚本将邮件发送到 sendgrid 服务器时
$url = 'https://api.sendgrid.com/';
我收到了 {"message":"success"}
json 回复
但是邮件没有发送到我的邮件帐户(比如 google)
您的电子邮件已发送并送达,但 Gmail 已将其标记为垃圾邮件。网上和这里有很多资源可以避免被归类为垃圾邮件,但它有点太宽泛了,无法在此处详细说明。 对于您的 Yahoo 测试,as explained here、
"deferred mail" is simply mail that was unable to deliver to the sender and has been added to the mail queue.