我目前正在尝试实现SendGrid,以便为已注册的社交帐户用户发送确认电子邮件,但我收到以下错误
SMTPDataError at /accounts/facebook/login/callback/Visit https://sendgrid.com/docs/for-developers/sending-email/sender-identity/ to see the Sender Identityrequirements'
我需要在脚本中包含的sendgrid-php.php文件在哪里,以便使用SendGrid的SendGrid库从Github发送邮件?我已经从下载了sendgrid的PHP库,我希望在我的脚本中包含sendgrid-php.php。我不是在用作曲家。require("../lib/sendgrid-2016/sendgrid-php.php");
$from = new SendGrid</e
我想在我的应用程序中发送一封通知电子邮件,我正在尝试使用sendgrid。我的应用程序是用CoffeeScript写的。= require('sendgrid')(api_key)email = new Email( from: from_address更新
这是我要发送的sendgrid对象。\n\nThis is a test message from SendGrid.: http:/