Last active
November 20, 2023 07:45
-
-
Save kkew3/e63be53780443e4013b2be07753a9796 to your computer and use it in GitHub Desktop.
msmtprc for sina email account
This file contains 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
# replace 'your_user_name' with your user name | |
account [email protected] | |
host smtp.sina.com | |
port 465 | |
tls on | |
tls_starttls off | |
auth on | |
user your_user_name | |
from [email protected] | |
# paste your authentication code (客户端授权码) here, | |
# or use 'passwordeval cat pasword_file' or other approaches. | |
# see http://help.sina.com.cn/comquestiondetail/view/1566/ for more about 客户端授权码. | |
password abcdefg | |
account : [email protected] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment