Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/katyukha/tornado_mailsender
Simple server to send mails. Just make post request to it and mail will be sent.
https://github.com/katyukha/tornado_mailsender
Last synced: about 2 months ago
JSON representation
Simple server to send mails. Just make post request to it and mail will be sent.
- Host: GitHub
- URL: https://github.com/katyukha/tornado_mailsender
- Owner: katyukha
- License: bsd-2-clause
- Created: 2013-12-21T16:29:46.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-21T16:31:29.000Z (about 11 years ago)
- Last Synced: 2024-10-13T11:30:06.550Z (3 months ago)
- Language: Python
- Size: 97.7 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
To install just do:
```bash
$ pip install -e https://github.com/katyukha/tornado_mailsender.git
```Or
```bash
$ git clone https://github.com/katyukha/tornado_mailsender.git
$ cd tornado_mailsender
$ python setup.py install
```This is a simple web server with aming only to send emails.
Server side configuration is done via command line arguments passed to a server.After install to see all available options just call:
```bash
$ tornado_mailsender_server --help
```To send mail via this server just make post request to URL */send_mail/*
To get information on what data shoud be supplied to POST request, just do
GET request to that address.