Skip to content

Simple tool to test SMTP mail send with various settings including TLS1.1 downgrade

License

Notifications You must be signed in to change notification settings

mmalcek/smtptest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

smtptest

Simple tool to test SMTP mail send with various settings including TLS1.1 downgrade

  • All settings are configurable in the config.yaml file
server: mymailserver.com
port: 25
user:
password:
TLS: # "", "StartTLS", "TLS"
TLSvalid: false # Validate TLS or allow any certificate
TLSmin: "SSL" # "SSL", "1.0", "1.1", "1.2", "1.3"
TLSmax: "1.3" # "SSL", "1.0", "1.1", "1.2", "1.3"
auth: # "", "PLAIN", "LOGIN"
from: myaddress@gmail.com
to: someaddress@gmail.com
subject: My test Email
body: Test Email notifications

About

Simple tool to test SMTP mail send with various settings including TLS1.1 downgrade

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages