aws-doc-sdk-examples icon indicating copy to clipboard operation
aws-doc-sdk-examples copied to clipboard

PHP - Code Example Request - Expand PHPMailer example

Open beqqrry-aws opened this issue 3 years ago • 0 comments

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.

beqqrry-aws avatar Aug 11 '22 21:08 beqqrry-aws