mail.cfg

来自「一个可用于linux下的命令行音乐播放器」· CFG 代码 · 共 15 行

CFG
15
字号
# If you include your full id for your SMTP server in userid, you can
# leave host and domainslist blank. Alternatively, you can put just
# your login name in userid and put the full hostname in host (e.g.,
# userid="my_id", host="foo.net"). As a third alternative, you can put
# your login name in userid, your host machine name in host, and the
# rest of the domain information in domainslist (e.g., userid="my_id",
# host="foo", domainslist="net").

domainslist=""  # Domain suffix (ie foo.net).
host=""
userid="my_id@foo.net"  #Your ID for mail.
$cc_ignore=0     # if > 0: ignore CC and BCC addresses
#HELO="mail.foo.net"   # use only if smtp server complains (ie mail.foo.net)
#$com_int=14      # Use another INT (60-FE) if INT14 is already in use

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?