sendmail 1.0.1

Rust sending emails via sendmail. Works nicely with Iron Framework using form Posts.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "sendmail"
version = "1.0.1"
authors = ["Alexander Elias<alex.steven.elias@gmail.com>"]

description = "Rust sending emails via sendmail. Works nicely with Iron Framework using form Posts."

repository = "https://github.com/AlexanderElias/rust-sendmail"

readme = "README.md"

keywords = ["Rust","Sendmail","Email"]

license-file = "LICENSE"