OhMySMTP - Rust client
Example usage:
Cargo.toml:
= "0.1.1"
Code:
use ;
let email_service = new;
let result = email_service.send;
let email_advanced_example =
new
.with_subject
.with_attachment;
match email_service.send
Roadmap
- Add email validation with
email-address-parser - Add deliverability check with
check-if-email-exists - Maybe add temp email check (though I am sort of opposed to this as someone who uses them for crappy services :p)
Changelog
0.1.1
- Add optional local email validation before sending to OhMySmtp (behind
email-validationfeature) - Reuse ureq agent (header reuse pending https://github.com/algesten/ureq/issues/444)
0.1.0
- Initial release
Show appreciation
Want to say thanks for this library? Just click the button below and leave a brief note. It would make my day :)