mailer2 1.2.5 copy "mailer2: ^1.2.5" to clipboard
mailer2: ^1.2.5 copied to clipboard

A temporary fork of Kai Sellgren's Mailer (https://github.com/kaisellgren/mailer) for aggressive support of replyTo and sender

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add mailer2

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  mailer2: ^1.2.5

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:mailer2/mailer.dart';
8
likes
15
pub points
70%
popularity

Publisher

unverified uploader

A temporary fork of Kai Sellgren's Mailer (https://github.com/kaisellgren/mailer) for aggressive support of replyTo and sender

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

charcode, dart2_constant, intl, logging, mime, path

More

Packages that depend on mailer2