python-smtp-mail-sending-tester
python-smtp-mail-sending-tester copied to clipboard
Added --senddetails (Email details) parameter
Hi, I needed to test multiple stmp relayers to see who dropped my emails, so I added the details of the call to the contents of the email sent for easier debugging. Optional parameter of course -x / --senddetails
Example of what it adds to the email:
Options used: usetls: False usessl: True from address: from_address@from_domain.com to address: to_address@to_domain.com server address: smtp.mailserver.com server port: 465 smtp username: mysmtpauthuser smtp password: *****
Thanks