【问题标题】:Email send through Postmark API send ok but is not received by receipt通过 Postmark API 发送的电子邮件发送正常,但收据未收到
【发布时间】:2017-12-03 04:27:39
【问题描述】:

我使用 curl 和 Postmark API 发送电子邮件:

 curl "https://api.postmarkapp.com/email" \
 -X POST \
 -H "Accept: application/json" \
 -H "Content-Type: application/json" \
 -H "X-Postmark-Server-Token: server token" \
 -d "{From: 'sender@example.com', To: 'receiver@example.com', Subject:        'Postmark test', HtmlBody: '<html><body><strong>Hello</strong> dear   Postmark user.</body></html>'}"

我使用我的服务器令牌、自定义发送方和接收方。我给了我这个信息:

{"To":"receiver@example.com","SubmittedAt":"2017-06-29T08:27:49.1227844-04:00","MessageID":"a3c4b03d-56db-4085-913a-47c047c14216","ErrorCode":0,"Message":"OK"}

似乎一切正常。但是接收者什么也没有收到。

提前致谢,

【问题讨论】:

    标签: api email curl postmark


    【解决方案1】:

    我在 Postmark 工作。请通过支持部门联系我们,我们可以查看您的特定帐户以查看是否有任何待处理事项。

    【讨论】:

      猜你喜欢
      • 2012-02-28
      • 2014-09-13
      • 1970-01-01
      • 1970-01-01
      • 2014-07-20
      • 1970-01-01
      • 2022-10-22
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多