/AutomatedEmail

A python code to send emails through just some lines of code. This involves usage of smtplib. The code at this stage can send a mail without any attachments only. You have to add your email and password credentials in config.py after you clone the code. And also add the receiver email in the config.py file.

Primary LanguagePython

AutomatedEmail

A python code to send emails through just some lines of code. This involves usage of smtplib. The code at this stage can send a mail without any attachments only. You have to add your email and password credentials in config.py after you clone the code. And also add the receiver email in the config.py file.