blueimp / aws-smtp-relay

SMTP server to relay emails via Amazon SES or Amazon Pinpoint using IAM roles.
MIT License
76 stars 34 forks source link

Is it possible to set a ConfigurationSetName header for mail? #1

Closed tobybellwood closed 5 years ago

tobybellwood commented 5 years ago

We're looking to log email sending in Cloudwatch/Kinesis, but to do so, you need to set a header for a configuration set - is this something that can be (optionally) passed into the mail relay for all traffic?

https://docs.aws.amazon.com/ses/latest/APIReference/API_SendRawEmail.html

blueimp commented 5 years ago

Hey @tobybellwood, sorry for my late reply. I think https://github.com/blueimp/aws-smtp-relay/pull/2 is a good candidate for getting this feature included.