Skip to content

Instantly share code, notes, and snippets.

@kkew3
Last active November 20, 2023 07:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kkew3/e63be53780443e4013b2be07753a9796 to your computer and use it in GitHub Desktop.
Save kkew3/e63be53780443e4013b2be07753a9796 to your computer and use it in GitHub Desktop.
msmtprc for sina email account
# replace 'your_user_name' with your user name
account your_user_name@sina.com
host smtp.sina.com
port 465
tls on
tls_starttls off
auth on
user your_user_name
from your_user_name@sina.com
# 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 : your_user_name@sina.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment