darto_mailer 1.0.0
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 defaultfrom+ a pluggableMailTransport; validates recipients/body and delegates each send.Message—to/cc/bcc(String or Iterable),replyTo,subject,text,html,attachmentsand rawheaders, with an optional per-messagefrom.Attachment.file/Attachment.bytes/Attachment.string.SmtpTransport— production transport over the pure-Dartmailerpackage withSmtpSecurity.none / ssl / starttls.ConsoleTransport(dev — prints a summary) andMemoryTransport(tests — records sends into a list).