Changes for version 0.03 - 2026-08-24

  • ADDS: mail_url takes a route NAME as well as a path, so a mail body points at a route the way a template does: $c->mail_url('verify', token => $tok) instead of $c->mail_url('/verify/' . $tok).
  • ADDS: mail_token takes route => 'verify' beside path => '/verify/%s'.

Modules

outbound mail: messages, MIME, and the transports that carry them
the queue task behind mail_later
what a delivery attempt came to
the transports, and what one has to be
the capture transport
the log transport
the resend transport
the smtp transport
the sendmail transport
outbound mail for a Punk application