Skip to content

Instantly share code, notes, and snippets.

@eddieh
Created February 29, 2020 18:38
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eddieh/5b4df4a8a98ea202e6ebb020871b0f6d to your computer and use it in GitHub Desktop.
Save eddieh/5b4df4a8a98ea202e6ebb020871b0f6d to your computer and use it in GitHub Desktop.
msmtp configuration for iCloud email account
# -*- mode: conf; tab-width: 4; -*-
defaults
port 587
tls on
account primary
host smtp.mail.me.com
auth on
from account@icloud.com
user account@icloud.com # must be the full address
passwordeval security find-generic-password -a account -s service -w
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment