mailer 0.5.0 mailer: ^0.5.0 copied to clipboard
Compose and send emails from Dart. Supports file attachments, HTML emails and multiple transport methods.
Mailer #
Mailer is an easy to use library for sending emails in Dart.
Features #
- Plaintext and HTML emails
- Unicode support
- Attachments
- Multiple transport options:
- Sendmail
- Amazon SES
- Sendgrid
- Any SMTP server like Gmail or Live
- SSL/TLS support
- Pre-configured services (Gmail, Live, Mail.ru, etc.). Just fill in your username and password.
Examples #
import 'package:mailer/mailer.dart');
main() {
// TODO:
}
License #
This library is licensed under MIT.