rhymix/vendor/swiftmailer/swiftmailer
2018-10-18 15:03:14 +09:00
..
.github Update composer dependencies 2018-10-18 14:03:18 +09:00
doc Update composer dependencies 2018-10-18 14:03:18 +09:00
lib Fix mail() transport for compatibility with SwiftMailer 6 2018-10-18 15:03:14 +09:00
tests Update composer dependencies 2018-10-18 14:03:18 +09:00
.gitattributes Update composer dependencies 2018-10-18 14:03:18 +09:00
.gitignore Update composer dependencies 2017-06-29 23:39:23 +09:00
.php_cs.dist Update composer dependencies 2018-10-18 14:03:18 +09:00
.travis.yml Update composer dependencies 2018-10-18 14:03:18 +09:00
CHANGES Update composer dependencies 2018-10-18 14:03:18 +09:00
composer.json Update composer dependencies 2018-10-18 14:03:18 +09:00
LICENSE Update composer dependencies 2018-10-18 14:03:18 +09:00
phpunit.xml.dist Update composer dependencies 2018-10-18 14:03:18 +09:00
README Update composer dependencies 2018-10-18 14:03:18 +09:00

Swift Mailer
------------

Swift Mailer is a component based mailing solution for PHP 7.
It is released under the MIT license.

Homepage:      https://swiftmailer.symfony.com/
Documentation: https://swiftmailer.symfony.com/docs/introduction.html
Bugs:          https://github.com/swiftmailer/swiftmailer/issues
Repository:    https://github.com/swiftmailer/swiftmailer

Swift Mailer is highly object-oriented by design and lends itself
to use in complex web application with a great deal of flexibility.

For full details on usage, see the documentation.