douzhuanfen5923 2011-04-25 15:35
浏览 73
已采纳

如何在PHP中使用Amazon SES在电子邮件中添加“from”?

How do I add "from" in an email message using Amazon SES in PHP?

I can't find it in their SDK:

 * Keys for the $destination parameter:
 *  ToAddresses - _string_|_array_ (Optional) The To: field(s) of the message. Pass a string for a single value, or an indexed array for multiple values.
 *  CcAddresses - _string_|_array_ (Optional) The CC: field(s) of the message. Pass a string for a single value, or an indexed array for multiple values.
 *  BccAddresses - _string_|_array_ (Optional) The BCC: field(s) of the message. Pass a string for a single value, or an indexed array for multiple values.
  • 写回答

1条回答 默认 最新

  • doulai1910 2011-04-25 19:51
    关注

    http://docs.amazonwebservices.com/AWSSDKforPHP/latest/#m=AmazonSES/send_email

    The $source parameter is essentially the "From", if you mean "Reply-To" you can set that also within the $opt parameter.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?