Shift3 / standards-and-practices

Standards and Practices for Bitwise Industries
https://shift3.github.io/standards-and-practices/
63 stars 41 forks source link

feature(email-validation): Developers should know what SES validation is #320

Closed michaelachrisco closed 2 years ago

michaelachrisco commented 2 years ago

Changes

  1. Adds best practices around SES email sending
  2. Adds reason behind best practice (SES email bouncing).

Purpose

Provide concise info on why its a good idea to use real email addresses for SES emails.

Approach

Provide guidance on a known good way of testing emails as well as more info in general on the process.

Closes #318