smtp_service 0.0.1 copy "smtp_service: ^0.0.1" to clipboard
smtp_service: ^0.0.1 copied to clipboard

A minimal, pure Dart SMTP email sender for sending emails without any third-party packages.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add smtp_service

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

dependencies:
  smtp_service: ^0.0.1

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

Import it

Now in your Dart code, you can use:

import 'package:smtp_service/stmp.dart';
0
likes
130
points
14
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A minimal, pure Dart SMTP email sender for sending emails without any third-party packages.

License

MIT (license)

Dependencies

flutter

More

Packages that depend on smtp_service