Releases: nette/mail
Releases · nette/mail
Released version 2.3.2
Released version 2.3.1
Released version 2.3.0
- added bridge for Nette DI
- variable
$mail
is not automatically passed to templates, you have to do it yourself (BC break) (but better than{var $mail->subject = "Your new order"}
is this<title>Your new order</title>
, isn't it?) - if you have linked images (with relative paths) in template, pass base file path to images as second parameter to
setHtmlBody()
- Message: removes <title> from body
Released version 2.2.3
- fix
For the details you can have a look at the diff.
Released version 2.2.2
Released version 2.2.1
- SendMailMailer: fixed catching of error message
For the details you can have a look at the diff.
Released version 2.2.0
The first standalone release. For more information see readme.md.