swiftmailer / swiftmailer
Swiftmailer, free feature-rich PHP mailer
Installs: 404 577 183
Dependents: 1 051
Suggesters: 58
Security: 3
Stars: 9 480
Watchers: 146
Forks: 827
Open Issues: 278
Requires
- php: >=7.0.0
- egulias/email-validator: ^2.0|^3.1
- symfony/polyfill-iconv: ^1.0
- symfony/polyfill-intl-idn: ^1.10
- symfony/polyfill-mbstring: ^1.0
Requires (Dev)
- mockery/mockery: ^1.0
- symfony/phpunit-bridge: ^4.4|^5.4
Suggests
- ext-intl: Needed to support internationalized email addresses
- v6.3.0
- dev-master / 6.2.x-dev
- v6.2.7
- v6.2.6
- v6.2.5
- v6.2.4
- v6.2.3
- v6.2.2
- v6.2.1
- v6.2.0
- v6.1.3
- v6.1.2
- v6.1.1
- v6.1.0
- v6.0.2
- v6.0.1
- v6.0.0
- 5.x-dev
- v5.4.12
- v5.4.11
- v5.4.10
- v5.4.9
- v5.4.8
- v5.4.7
- v5.4.6
- v5.4.5
- v5.4.4
- v5.4.3
- v5.4.2
- v5.4.1
- v5.4.0
- v5.3.1
- v5.3.0
- v5.2.2
- v5.2.1
- v5.2.0
- v5.1.0
- v5.0.3
- v5.0.2
- v5.0.1
- v5.0.0
- v4.3.1
- v4.3.0
- v4.2.2
- v4.2.1
- v4.2.0
- v4.1.8
- 4.1.7
- 4.1.6
- 4.1.5
- 4.1.4
- 4.1.3
- dev-modernize
- dev-blackfire-sponsor
- dev-error-supp-mailer-stream
- dev-mbstring
- dev-polyfill-idn
- dev-CharacterStream
- dev-native-qp-encoder
- dev-phpunit-config-tweaks
- dev-send-when-started
- dev-finally
- dev-exception-message-tweak
- dev-various-error-fixes
- dev-interfaces-removeal
- dev-escaping-reverting
- dev-has-fix
- dev-php7-support
- dev-opndkim-on-travis
This package is auto-updated.
Last update: 2021-11-23 07:22:07 UTC
README
Swiftmailer will stop being maintained at the end of November 2021.
Please, move to Symfony Mailer at your earliest convenience. Symfony Mailer is the next evolution of Swiftmailer. It provides the same features with support for modern PHP code and support for third-party providers.
Swift Mailer is a component based mailing solution for PHP. It is released under the MIT license.
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, read the documentation.