python-smtp-mail-sending-tester icon indicating copy to clipboard operation
python-smtp-mail-sending-tester copied to clipboard

Added --senddetails (Email details) parameter

Open madman1968 opened this issue 6 years ago • 0 comments

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

madman1968 avatar Jul 17 '18 15:07 madman1968