大橙子网站建设,新征程启航
为企业提供网站建设、域名注册、服务器等服务
Blat-windows cmd命令行脚本SMTP模式发邮件的开源工具参数详细说明
创新互联专注于临清企业网站建设,响应式网站设计,商城开发。临清网站建设公司,为临清等地区提供建站服务。全流程按需规划网站,专业设计,全程项目跟踪,创新互联专业和态度为您提供的服务
blat工具可以在命令行下使用发邮件,所以可能被×××用来盗取计算机文件。
所以(1)不建议安装部署到system32目录,也不要去设置环境变量; 建议自己编写的脚本与blat工具放在同一个目录即可;
(2)此工具会被360等安全软件报毒,所以安装部署前要先受信文件夹;
(3)英文本来源官网,中文版为理解学习对照 不保证翻译的准确性
Blat
Blat -install
Blat -profile [-delete | "
Blat -h
——看不太懂!看个简单的用法:
Blat -body "test mail" -s "测试test" -t nn1183@qq.com -server smtp.qq.com -f 442624872@qq.com -u 442624872@qq.com -pw lcgcaflcjewvb
——邮件内容:test mail ;邮件主题:测试test ;收件人:n1183@qq.com ;发件人服务器:smtp.qq.com ;发件人:442624872@qq.com ; 账号:442624872@qq.com ; 密码:lcgcaflcjewvb;更多功能在这行命令的基础上去优化完善即可;
blat -h
——查看详细命令参数:
-install[SMTP|NNTP|POP3]
[
: set server, sender, number of tries and port for profile
(
port defaults are SMTP=25, NNTP=119, POP3=110
default profile can be specified with a '-'
username and/or password may be stored to the registry
order of options is specific
use -installNNTP for storing NNTP information
use -installPOP3 for storing POP3 information
(sender and try are ignored, use '-' in place of these)
——设置服务器地址、发信邮箱、失败尝试次数、端口号、发信邮箱用户名、发信邮箱密码;
——端口号如果不设置,默认:SMTP=25, NNTP=119, POP3=110
——用户名和密码可以存到注册表中。
if your message body is on the command line, use a hyphen (-)
as your first argument, and -body followed by your message
if your message will come from the console/keyboard, use the
hyphen as your first argument, but do not use -body option.
——邮件内容文件路径;如果是命令行的内容要 -body开头;
个人觉得使用文件路径比较好。
-of
-cc
——抄送人名单;逗号分隔;简写"-c"。
-cf
——抄送人名单文件路径。
-bcc
——密送人名单;逗号分隔;简"-b"。
-bf
——密送人名单文件路径。
-maxNames
-ur : set To: header to Undisclosed Recipients if not using the -to and -cc options
-sig
——签名内容文件路径;
-tag
-ps
-pu
-ppw
---------- Miscellaneous RFC header switches(交互设置) --------------
-organization
: Organization field (also -o and -org)
-ua : include User-Agent header line instead of X-Mailer
-x
: custom 'X-' header. eg: -x "X-INFO: Blat is Great!"
-noh : prevent X-Mailer/User-Agent header from showing Blat homepage
-noh3 : prevent X-Mailer header entirely
-d : request disposition notification
-r : request return receipt
-charset
-a1
-a2
-dsn
n = never, s = successful, f = failure, d = delayed
can be used together, however N takes precedence
-hdrencb : use base64 for encoding headers, if necessary
-hdrencq : use quoted-printable for encoding headers, if necessary
-priority
-attacht
——附件是文本文件路径;
-attachi
-embed
content-id using cid: tag. eg:
-af
-atf
-aef
-base64 : send binary files using base64 (binary MIME)
-uuencode : send binary files UUEncoded
-enriched : send an enriched text message (Content-Type=text/enriched)
-unicode : message body is in 16- or 32-bit Unicode format
-html : send an HTML message (Content-Type=text/html)
-alttext
-alttextf
-mime : MIME Quoted-Printable Content-Transfer-Encoding
-8bitmime : ask for 8bit data support when sending MIME
-multipart
: send multipart messages, breaking attachments on
KB boundaries, where
-nomps : do not allow multipart messages
------- NNTP specific options (NNTP专用参数选项)-------------
-groups
: list of newsgroups (comma separated)
---------- Other options ------------------
-h : displays this help (also -?, /?, -help or /help)
-q : suppresses all output to the screen
——关闭回显;类似 echo off;
-debug : echoes server communications to a log file or screen (overrides -q if echoes to the screen)
-log
-timestamp : when -log is used, a timestamp is added to each log line
-ti
server responses
-try
-binary : do not convert ASCII | (pipe, 0x7c) to CrLf in the message
body
-hostname
this is typically your local machine name
-raw : do not add CR/LF after headers
-delay
-maxnames or -multipart
-comment
options files and recipient list files. The default is ;
-superdebug : hex/ascii dump the data between Blat and the server
-superdebugT : ascii dump the data between Blat and the server
Note that if the '-i' option is used,
and 'Sender:' fields in the header of the message.
Optionally, the following options can be used instead of the -f and -i
options:
-mailfrom
-from
-replyto
-returnpath
-sender
For backward consistency, the -f and -i options have precedence over these
RFC 822 defined options. If both -f and -i options are omitted then the
RFC 821 MAIL FROM statement will be defaulted to use the installation-defined
default sender address.