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 = ['admin@website.com']
smtp_email = 'newsletter@webiste.com'
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 = ['vijay.anandp@informationcorners.com']
cc = ['vijay.anandp@informationcorners.com']
bcc = ['vijay.anandp@informationcorners.com']
Please visit the below site for any doubts, https://informationcorners.com/read-send-emails-python/