mailer 0.5.0 copy "mailer: ^0.5.0" to clipboard
mailer: ^0.5.0 copied to clipboard

outdatedDart 1 only

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.

382
likes
0
pub points
98%
popularity

Publisher

unverified uploader

Compose and send emails from Dart. Supports file attachments, HTML emails and multiple transport methods.

Repository
View/report issues

License

unknown (LICENSE)

Dependencies

content_type, unittest

More

Packages that depend on mailer