templateless-0.1.0-alpha.1 has been yanked.
Templateless Rust
What is this?
Templateless lets you quickly create and send emails with your favorite email provider without ever leaving your code editor.
Don't waste time messing around with HTML or HTML builders.
Get your free API key here.
Quick Example
use ;
async
More Examples
-
Test a very simple email:
TEMPLATELESS_API_KEY=<YOUR_API_KEY> \ TEMPLATELESS_EMAIL_ADDRESS=<YOUR_EMAIL_ADDRESS> \ -
Sample "confirm email" when user signs up:
TEMPLATELESS_API_KEY=<YOUR_API_KEY> \ TEMPLATELESS_EMAIL_ADDRESS=<YOUR_EMAIL_ADDRESS> \