- Fix compatibility with Phalcon 4+ #13
- Fix #7
- Add support
auth_mode
#6 - Allow composers use Swiftmailer v6 #8
- Change license LGPL-3.0 to MIT
- Added method
contentAlternative()
- optionally an alternative text body - fix #5
- fix #2
- Changes in the private logic...
- Added protected method
isInitSwiftMailer()
- Added lazy init
SwiftMailer
- Added check for the required of dependency injection object
- Added protected method
- rename root namespace
\Phalcon\Mailer
to\Phalcon\Ext\Mailer
- remove deprecated method
getMessage()
in class\Phalcon\Ext\Mailer\Message
- added method
getSwiftMessage()
in class\Phalcon\Mailer\Message
analogue forgetMessage()
- method
getMessage()
in class\Phalcon\Mailer\Message
is deprecated (will removed since 2.0.0)
- fixed bug when you create a message via View (incorrect namespace)
- fixed bug in the attachment file.
- In
\Phalcon\Mailer\Message
, creation SwiftMailer of instances moved to the DI
- Release of component :)