/SMTP_test_generator

Do you occasionally debug SMTP and hate remembering the commands including base64 encoding? I do

Primary LanguageShellGNU General Public License v3.0GPL-3.0

SMTP test generator

I hate trying to remember the commands to debug SMTP, so this script asks for some parameters and spits out the relevant commands. base64 encoding too! I'll probably improve it to automatically send the email.

Getting Started

Run the script, enter the values, use them.

You'll want to edit the values in the config file, and name it "SMTP_test_generator.conf"

SMTP_SERVER_PORT=25
SMTP_TO_EMAIL="your.address@example.com"
SMTP_TO_NAME="Your Name"

Authors

License

This project is licensed under the GNU GPLv3 License - see the LICENSE file for details