Skip to content

Releases: txthinking/Mailer

Support tlsv1.0 tlsv1.1 tlsv1.2

09 Oct 10:51

Choose a tag to compare

v2.0.1

support tlsv1.0 tlsv1.1 tlsv1.2

Stable enough

31 Jan 10:22

Choose a tag to compare

Remove setTo, setAttachment.

v1.4.2: Merge pull request #14 from Echosong/master

11 Oct 11:17

Choose a tag to compare

Exclude testing and other files when archive

29 Sep 03:31

Choose a tag to compare

7cabdf3 Add .gitattributes
f6ae003 Remove blankline
72aef58 Rename phpunit.xml to phpunit.xml.dist
ba62b03 Ignore phpunit.xml locally

Now supported OAuth

12 Sep 01:45

Choose a tag to compare

For using OAuth2.0 with SMTP

instead of:
->setAuth(USERNAME, PASSWORD)
use:
->setOAuth(OAUTH_ACCESS_TOKEN)

Add Reply-To

22 Aug 17:10

Choose a tag to compare

Merge pull request #10 from daemionfox/master

Added reply-to header to Message

Support Cc and Bcc

29 Jul 08:28

Choose a tag to compare

...
->addCc('Tom', 'tom@server.com')
->addBcc('Jerry', 'jerry@server.com')
...

Cleaned up from 1.2.3

08 Aug 17:24

Choose a tag to compare

Minor cleanups from @splitbrain

STARTTLS CRLF Bug fix

07 Aug 14:27

Choose a tag to compare

Andreas Gohr fixed a bug in the STARTTLS code which caused it to fail due to a missing CRLF