darto_mailer 1.0.0 copy "darto_mailer: ^1.0.0" to clipboard
darto_mailer: ^1.0.0 copied to clipboard

Email sending for the Darto ecosystem — a small Mailer API with an SMTP transport plus console/memory transports for dev and tests.

1.0.0 #

  • Initial release.
  • Mailer — a default from + a pluggable MailTransport; validates recipients/body and delegates each send.
  • Messageto / cc / bcc (String or Iterable), replyTo, subject, text, html, attachments and raw headers, with an optional per-message from.
  • Attachment.file / Attachment.bytes / Attachment.string.
  • SmtpTransport — production transport over the pure-Dart mailer package with SmtpSecurity.none / ssl / starttls.
  • ConsoleTransport (dev — prints a summary) and MemoryTransport (tests — records sends into a list).
0
likes
140
points
25
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Email sending for the Darto ecosystem — a small Mailer API with an SMTP transport plus console/memory transports for dev and tests.

Homepage
Repository (GitHub)
View/report issues
Contributing

License

MIT (license)

Dependencies

mailer

More

Packages that depend on darto_mailer