Releases: txthinking/Mailer
Releases · txthinking/Mailer
Support tlsv1.0 tlsv1.1 tlsv1.2
v2.0.1 support tlsv1.0 tlsv1.1 tlsv1.2
Stable enough
Remove setTo, setAttachment.
v1.4.2: Merge pull request #14 from Echosong/master
Exclude testing and other files when archive
Now supported OAuth
For using OAuth2.0 with SMTP
instead of:
->setAuth(USERNAME, PASSWORD)
use:
->setOAuth(OAUTH_ACCESS_TOKEN)
Add Reply-To
Merge pull request #10 from daemionfox/master Added reply-to header to Message
Support Cc and Bcc
...
->addCc('Tom', '[email protected]')
->addBcc('Jerry', '[email protected]')
...
Cleaned up from 1.2.3
Minor cleanups from @splitbrain
STARTTLS CRLF Bug fix
Andreas Gohr fixed a bug in the STARTTLS code which caused it to fail due to a missing CRLF