https://github.com/addono/sendgrid-smtp-to-http
A local SMTP server which uses the HTTPv3 API of SendGrid to deliver emails.
https://github.com/addono/sendgrid-smtp-to-http
Last synced: 6 months ago
JSON representation
A local SMTP server which uses the HTTPv3 API of SendGrid to deliver emails.
- Host: GitHub
- URL: https://github.com/addono/sendgrid-smtp-to-http
- Owner: Addono
- License: mit
- Created: 2018-05-19T11:46:00.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-20T19:40:20.000Z (over 7 years ago)
- Last Synced: 2025-05-16T21:12:02.544Z (9 months ago)
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sendgri SMTP to HTTP
A local SMTP server which uses the HTTPv3 API of SendGrid to deliver emails.
This project is developed to offer a solution when Gitlabs outgoing SMTP traffic gets blocked by a firewall. Other usages have not been tested but in theory should they work just fine.
## How to install & use
1. Install the SendGrid python library:
```pip install sendgrid```
2. Add your SendGrid API key to the file `sendgrid_key`
3. Configure your applications to use an SMTP server on `localhost` port `2525`
4. Start the script with `python smtp.py`