Skip to content

一个python编写的快速发送邮件的客户端工具,方便开发测试邮件服务

License

Notifications You must be signed in to change notification settings

shenyamu/send_mail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

send_mail

一个python编写的快速发送邮件的客户端工具,支持python2或python3


快速使用

python sendmail [option],参数说明:

    -i:eml文件名,多个时用","分割
    -v:显示发送过程详细信息
    -t:指定收件人,多个时用","分割
    -d:指定收件域或ip
    -f:指定发件人
    -p:指定发件人密码(如果需要验证发信才指定)
    -e:指定ehlo的内容
    -c:指定文件编码格式
    -h:帮助信息

About

一个python编写的快速发送邮件的客户端工具,方便开发测试邮件服务

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages