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
- Host: GitHub
- URL: https://github.com/marirs/sendmail-test
- Owner: marirs
- License: mit
- Created: 2024-03-29T13:37:38.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-11T03:56:53.000Z (over 1 year ago)
- Last Synced: 2025-01-02T08:29:38.289Z (about 1 year ago)
- Topics: aws-ses, ses, smtp, testing, testing-tools
- Language: Rust
- Homepage:
- Size: 15.7 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.txt
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