flutter_mailer 0.2.0 copy "flutter_mailer: ^0.2.0" to clipboard
flutter_mailer: ^0.2.0 copied to clipboard

outdated

Share an email to device Email - Client supports multiple Attachments

flutter_mailer #

pub package

Share an email to device Email Client - supports multiple Attachments

based off of react-native-mail

  • android
  • ios - work in progress.
    final MailOptions mailOptions = MailOptions(
      body: 'a long body for the email <br> with a subset of HTML',
      subject: 'the Email Subject',
      recipients: ['example@example.com'],
      isHTML: true,
      bccRecipients: ['other@example.com'],
      ccRecipients: ['third@example.com'],
      attachments: [ 'path/to/image.png', ],
    );

    await FlutterMailer.send(mailOptions);

note gmail and other apps Might parse HTML out of the body.

Getting Started #

just add it to your pubspec dependencies; like so

dependencies:
  flutter:
    sdk: flutter
  flutter_mailer: ^0.2.0

For help getting started with Flutter, view our online documentation.

For help on editing plugin code, view the documentation.

78
likes
0
pub points
96%
popularity

Publisher

unverified uploader

Share an email to device Email - Client supports multiple Attachments

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_mailer