Как мне добавить «from» в сообщение электронной почты с использованием Amazon SES на PHP?

#php #email #amazon #amazon-ses

#php #amazon-веб-сервисы #Адрес электронной почты #amazon-ses

Вопрос:

Как мне добавить «from» в сообщение электронной почты с использованием Amazon SES на PHP?

Я не могу найти это в их 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:

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

Параметр $source по сути является «From», если вы имеете в виду «Reply-To», вы можете установить это также в параметре $ opt.