PHP - Code Example Request - Expand PHPMailer example
Customer would like the example listed here: http://docs.aws.amazon.com/en_us/code-samples/latest/catalog/php-ses-Send_Email_SMTP.php.html to have more samples for actions such as cc, bcc, etc.
The specific actions being requested are for a 3rd party library, PHPMailer, and is not technically part of AWS Docs. However, the example is showing how to integrate PHPMailer with AWS SES SMTP and the update to the example is trivial. PHPMailer documentation is listed here: https://github.com/PHPMailer/PHPMailer
Created from Documentation Feedback ticket:
Trying to do: send emails to bcc and cc
Make Better: instead of saying: // You can also add CC, BCC, and additional To recipients here.
Please give example code for it.