armature-mail
Email sending for the Armature framework.
Features
- SMTP Support - Send via any SMTP server
- Templates - HTML email templates
- Attachments - File and inline attachments
- Providers - SendGrid, Mailgun, AWS SES
- Async - Non-blocking email sending
Installation
[]
= "0.1"
Quick Start
use ;
async
HTML Templates
let email = new
.from
.to
.subject
.html;
Providers
SendGrid
let mailer = sendgrid.build?;
AWS SES
let mailer = ses.build?;
License
MIT OR Apache-2.0