smtptest

command module
v0.0.0-...-d6f7e98 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 6, 2022 License: MIT Imports: 10 Imported by: 0

README

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

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL