sparkpost-0.0.2 has been yanked.
Visit the last successful build:
sparkpost-0.5.4
sparkpost
WIP initial release
version 0.0.1 only supports transmission api for sending emails. as sparkpost has a huge api.
Please open an issue on gitlab if you need support or additional features
Usage
[]
= "0.0.2"
Example
extern crate sparkpost;
use ;
let tm = new;
let email: Message = new
.add_recipient
.set_subject
.set_html
.set_text;
let result = tm.send;
match result
TODO
- send email
- other api features