Email reading and sending library written in python as a standalone utility tool.
Need to fill the following values as per your SMPT servers
smtp_email_admin = ['[email protected]']
smtp_email = '[email protected]'
smtp_server = '10.117.97.31'
smtp_port = 25
Need to fill the following values to whom you want to send the email for testing.
# feed your email address as list
to = ['[email protected]']
cc = ['[email protected]']
bcc = ['[email protected]']
Please visit the below site for any doubts, https://informationcorners.com/read-send-emails-python/