How It Works
Once you submit your e-mail, you will receive a response with your designated token.
To send an e-mail, you simply make an HTTP GET or HTTP POST request to
"http://quickmail.ujagaga.in.rs/send" with parameters:
- token=<Your user token>
- msg=<Html safe text message to send>
- to=[Optional recipient email. If not supplied, history is used]
- sub=[Optional e-mail subject.]
After sending at least one e-mail to save recipient history, the simplest URL to use would be:
http://quickmail.ujagaga.in.rs/send?token=your_token&msg=Url_safe_text_message
where the recipient list is used from history.
To send to multiple addresses, you may use a comma separated list of e-mails for "to" parameter.
This is an open source solution you may use as you wish.