cloud-gov / product

Program-level artifacts, workflow and issues for cloud.gov
Creative Commons Zero v1.0 Universal
31 stars 15 forks source link

Investigate verifying email identities in addition to domain identities #3124

Open jameshochadel opened 2 months ago

jameshochadel commented 2 months ago

Domain verification, the only way to send mail with the brokerpak currently, allows users to send from any email at a given domain. Some customers' agencies may not want to allow such broad sending permissions, which open the door to spoofing emails and abuse.

SES supports verifying a single email instead of an entire domain: https://docs.aws.amazon.com/ses/latest/dg/creating-identities.html#verify-email-addresses-procedure

Investigate adding this as a feature, possibly as a different plan.

jameshochadel commented 2 months ago

Note: This might make sense as a post-launch feature.