awsdocs / aws-doc-sdk-examples

Welcome to the AWS Code Examples Repository. This repo contains code examples used in the AWS documentation, AWS SDK Developer Guides, and more. For more information, see the Readme.md file below.
Apache License 2.0
9.56k stars 5.63k forks source link

[Enhancement]: Add basic SES code examples for PHP #4911

Open tkhill-AWS opened 1 year ago

tkhill-AWS commented 1 year ago

Background story

There are no PHP examples for SES (simple email service). The document feedback channel for PHP Dev. Guide docs, received a request for a basic 'send an email example'.

The PHP dev. guide contains some guided examples for SES, which we are ultimately trying to get rid of, but it contains no example for sending an email.

Rather than hard code an example, we should create it an distribute in using the code example teams SOS process.

What does this example accomplish?

Shows a basic code example of sending an email using SES. Other basic should also be added to add parity to the other SDK language SES examples.

Which AWS service(s)?

SES

Which AWS SDKs or tools?

Are there existing code examples to leverage?

None for sending an email.

Here are other guided examples.

Do you have any reference code?

No.
beqqrry-aws commented 1 year ago

@tkhill-AWS Do any of the examples here: https://github.com/awsdocs/aws-doc-sdk-examples/tree/main/php/example_code/ses work for your need? They're several years old, so I'm not sure what their quality level is.