Skip to content

Instantly share code, notes, and snippets.

@phunehehe
Last active March 7, 2018 02:10
Show Gist options
  • Save phunehehe/5204061 to your computer and use it in GitHub Desktop.
Save phunehehe/5204061 to your computer and use it in GitHub Desktop.
Settings for Mutt to test SES

Change the email address to the verified sender address. By default Mutt doesn't use the envelope address, resulting in the email getting rejected because of unverified address.

set from = 'Amazing Tester <tester@amazing.com>'
set smtp_pass = 'xxx'
set smtp_url = 'smtps://xxx@email-smtp.xxx.amazonaws.com'
set use_envelope_from = yes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment