A simple way to send emails with pdf/ppt attachments to several recipients using python.
Python 3.6.9+
pip install email
If you are using gmail to send emails you need to follow these steps:
"Allowing less secure apps to access your account" support page
- smtplib - A python module
- Anderson Víctor - Initial work - Github
This project is licensed under the MIT License - see the LICENSE file for details