带有PHP

时间:2016-01-06 19:56:11

标签: php email sendgrid inbound

我已为Sendgrid上的记录MX配置了入站电子邮件服务。收到电子邮件时,回调URL具有以下功能:

mail("contact@example.com","New Email", "New Email from Sendgrid"); 

它工作得很完美,现在我需要从电子邮件中获取信息,我已经阅读了文档:

https://sendgrid.com/docs/API_Reference/Webhooks/parse.html

它说使用POST,好吧我用post来获取值:

mail("contact@example.com","New Email", $_POST['from']); 

在此模式下无效,请返回此错误:

PHP Warning: mail() expects parameter 3 to be string, array given in    /home/user/index.php on line 6

有人可以帮帮我吗?

1 个答案:

答案 0 :(得分:0)

问题解决了,{:3}}

并禁用从Sendgrid上的设置粘贴RAW数据