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

Propagate API errors to SMTP clients. #17

Closed kaylanm closed 3 years ago

kaylanm commented 3 years ago

Updates mhale/smtpd to latest to take advantage of error return from the handler function, returns API errors so that clients have the option to retry later.

blueimp commented 3 years ago

Great contribution, thanks @kaylanm! ☺️