Created
February 29, 2020 18:38
-
-
Save eddieh/5b4df4a8a98ea202e6ebb020871b0f6d to your computer and use it in GitHub Desktop.
msmtp configuration for iCloud email account
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- mode: conf; tab-width: 4; -*- | |
defaults | |
port 587 | |
tls on | |
account primary | |
host smtp.mail.me.com | |
auth on | |
from [email protected] | |
user [email protected] # 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