Skip to content

Releases: nette/mail

Released version 2.3.2

03 Jul 13:47
@dg dg
Compare
Choose a tag to compare
  • added SendException [Closes #13]
  • improved coding style

For the details you can have a look at the diff.

Released version 2.3.1

03 Jul 13:46
@dg dg
Compare
Choose a tag to compare
  • Message: added getAttachments() [Closes #11]
  • SmtpMailer: improved exception message on write failure

For the details you can have a look at the diff.

Released version 2.3.0

31 Jan 15:44
@dg dg
Compare
Choose a tag to compare
  • 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

31 Jan 15:43
@dg dg
Compare
Choose a tag to compare
  • fix

For the details you can have a look at the diff.

Released version 2.2.2

27 Aug 21:43
@dg dg
Compare
Choose a tag to compare
  • changed & fixed encoding of emails in headers
  • base64 is not used for long headers & where can be quoted string #4
  • setHtmlBody() decodes %XX in URL

For the details you can have a look at the diff.

Released version 2.2.1

24 Jun 12:19
@dg dg
Compare
Choose a tag to compare
  • SendMailMailer: fixed catching of error message

For the details you can have a look at the diff.

Released version 2.2.0

12 May 21:57
@dg dg
Compare
Choose a tag to compare

The first standalone release. For more information see readme.md.