Skip to content

Releases: nette/mail

Released version 3.1.6

24 Feb 20:33
@dg dg
Compare
Choose a tag to compare
  • Message: preserves custom Message-ID (#82)
  • SmtpMailer: From can be null. (#77)
  • strict fix

Released version 3.1.5

02 Nov 16:11
@dg dg
Compare
Choose a tag to compare
  • compatible with PHP 8.0
  • MimePart::encodeSequence uses mime_encode for long strings
  • MimePart: UTF8 in attachment filename is encoded #75
  • MimePart: encodeHeader() -> encodeSequence()
  • Message::createAttachment() when content is provided, file name is not changed
  • Message::createAttachment() escapes " in filename
  • SmtpMailer: allowed login with blank password #74

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

Released version 3.1.4

03 Aug 18:39
@dg dg
Compare
Choose a tag to compare
  • SmtpMailer: Fix for servers which sends 250-AUTH only through encrypted connections (#67)
  • DkimSigner: removed testmode, added getTime()
  • Revert "SmtpMailer: Fix for servers which sends 250-AUTH only through encrypted connections (#67)" #71
  • Revert "MimePart: line length limit changed to 500" #72

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

Released version 3.1.3

13 Jul 12:07
@dg dg
Compare
Choose a tag to compare
  • SmtpMailer: Fix for servers which sends 250-AUTH only through encrypted connections (#67)
  • use FileSystem::read() instead of native file_get_contents() (#69)
  • Message: Optional parameter before required (#68)

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

Released version 3.1.2

25 Mar 22:11
@dg dg
Compare
Choose a tag to compare
  • MimePart: fixed folding of header with file name #24
  • MimePart: line length limit changed to 500
  • MailExtension: privateKey is not dynamic

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

Released version 3.1.1

10 Mar 18:57
@dg dg
Compare
Choose a tag to compare
  • class aliases are loaded on demand
  • uses nette/utils 3.1

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

Released version 3.1.0

03 Jun 12:25
@dg dg
Compare
Choose a tag to compare
  • added DKIM feature (#51)
  • renamed Nette\Mail\IMailer -> Mailer

DKIM can be configured via config file:

mail:
	dkim:
		domain: ...
		selector: ...
		privateKey: private.key.file
		passPhrase: ...
		testMode: ...

Released version 3.0.1

03 Jun 12:22
@dg dg
Compare
Choose a tag to compare
  • added .phpstorm.meta.php
  • Message: added support for quoted "display-name" <email> #64
  • MailExtension: added getConfigSchema()

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

Released version 2.4.6

26 Nov 14:21
@dg dg
Compare
Choose a tag to compare
  • MailExtension: Persistent parameter is configurable (#55)
  • Embedding SVG Images in Apple Mail (#53)
  • Mail: check if the function mail() exists #52

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

Released version 2.4.5

14 Apr 18:01
@dg dg
Compare
Choose a tag to compare
  • SmtpMailer: $error may not be filled

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