An open API service indexing awesome lists of open source software.

https://github.com/marirs/sendmail-test

Sendmail utility to test SMTP servers
https://github.com/marirs/sendmail-test

aws-ses ses smtp testing testing-tools

Last synced: 6 months ago
JSON representation

Sendmail utility to test SMTP servers

Awesome Lists containing this project

README

          

# TEST SMTP SERVER for EMAIL SENDING

A simple utility to test the SMTP server for sending emails.

### Help
```
$ ./sendmail-test --help
Send test Email!

Usage: sendmail-test [OPTIONS] --smtp-host --smtp-user --smtp-password --from-email --to-email

Options:
-h, --smtp-host
SMTP Host

--port
SMTP Port

--hello_name
SMTP Hello name

-u, --smtp-user
SMTP User

-p, --smtp-password
SMTP Password

-f, --from-email
From Email

-t, --to-email
To Email

-s, --subject
Default is None, if none is provided, it will use the default email subject

-b, --body
Default is None, if none is provided, it will use the default email body

--use-ses
USE Amazon SES Service, if yes!

--help

-V, --version
Print version
```

### Example
```
./sendmail -h -u -p -f -t
```

---
License: MIT