flutter_form_mailer 1.1.1 copy "flutter_form_mailer: ^1.1.1" to clipboard
flutter_form_mailer: ^1.1.1 copied to clipboard

A Flutter package for easy form submissions via email using SMTP.

Flutter Form Mailer πŸ“© #

A Flutter package that allows form submissions via SMTP email.

Features #

βœ… Easily create forms with multiple fields
βœ… Send form data via email using SMTP
βœ… Customizable input fields

Usage #

A developer using this package can now add a form with multiple fields like this:

FormMailer(
  smtpServer: 'smtp.example.com',
  smtpUsername: 'user@example.com',
  smtpPassword: 'yourpassword',
  recipientEmail: 'admin@example.com',
  fields: [
    FormFieldData('Name'),
    FormFieldData('Email'),
    FormFieldData('Message'),
  ],
);


## Installation
Add to `pubspec.yaml`:
```yaml
dependencies:
  flutter_form_mailer: ^1.0.0
5
likes
115
points
47
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package for easy form submissions via email using SMTP.

Repository (GitHub)
View/report issues

Topics

#flutter #email #form #smtp

Documentation

Documentation
API reference

License

unknown (license)

Dependencies

file_picker, flutter, mailer

More

Packages that depend on flutter_form_mailer