Skip to content

vijayanandrp/Python-Auomatic-Email-Sender-Reader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python-emails-library

Email reading and sending library written in python as a standalone utility tool.

Fill details in the following sections for running successfully

config.py

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

run.py

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]']

~ kindly install the required dependencies/packages using pip tool. ~

Please visit the below site for any doubts, https://informationcorners.com/read-send-emails-python/

Releases

No releases published

Packages

No packages published

Languages