├── CHANGELOG.md ├── LICENSE.md ├── README.md ├── UPGRADE.md ├── composer.json ├── config ├── common.php └── params.php └── src ├── Mailer.php └── Message.php /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yiisoft/mailer-swiftmailer/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yiisoft/mailer-swiftmailer/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yiisoft/mailer-swiftmailer/HEAD/README.md -------------------------------------------------------------------------------- /UPGRADE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yiisoft/mailer-swiftmailer/HEAD/UPGRADE.md -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yiisoft/mailer-swiftmailer/HEAD/composer.json -------------------------------------------------------------------------------- /config/common.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yiisoft/mailer-swiftmailer/HEAD/config/common.php -------------------------------------------------------------------------------- /config/params.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yiisoft/mailer-swiftmailer/HEAD/config/params.php -------------------------------------------------------------------------------- /src/Mailer.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yiisoft/mailer-swiftmailer/HEAD/src/Mailer.php -------------------------------------------------------------------------------- /src/Message.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yiisoft/mailer-swiftmailer/HEAD/src/Message.php --------------------------------------------------------------------------------