Table of Contents
When we worked with several clients using email marketing tools we realised that there isn't any library in Python to handle SMTP mail exchanges and IMAP mail activities using Proxies and SSL enable Proxies. We have tried fixing the core issue in this library.
Here's why:
- Easy install, no fancy third party libraries or spending thousands of dollars every month on softwares
- Everything in this library is Python native
- Easy integration with other programming languages
- Python - install python from the official website
-
Clone the repo
git clone https://github.com/ghostenginesio/proxy-email-transfer.git
-
Install Python packages
pip install requirements.txt
Check out the example usage in example.py.
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
Nivethithan - @nivethithanm - [email protected]
Project Link: https://github.com/ghostenginesio/proxy-email-transfer