Difference between revisions of "Swift Mailer"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) (→See also) |
Karl Jones (Talk | contribs) |
||
Line 33: | Line 33: | ||
* [http://swiftmailer.org/ Official website] | * [http://swiftmailer.org/ Official website] | ||
+ | |||
+ | |||
+ | [[Category:PHP]] | ||
+ | [[Category:Web design and development]] |
Latest revision as of 11:18, 22 August 2016
Swift Mailer is a free PHP-based library for sending email.
Description
"Swift Mailer integrates into any web app written in PHP 5, offering a flexible and elegant object-oriented approach to sending emails with a multitude of features."
- Send emails using SMTP, sendmail, postfix or a custom Transport implementation of your own
- Support servers that require username & password and/or encryption
- Protect from header injection attacks without stripping request data content
- Send MIME compliant HTML/multipart emails
- Use event-driven plugins to customize the library
- Handle large attachments and inline/embedded images with low memory use
MIT License
It is released under the MIT License - a permissive free software license, meaning that it puts only very limited restriction on reuse and has therefore an excellent license compatibility.
Learning Swift Mailer
See Learning Swift Mailer (1).
See also
- Event-driven programming
- Learning Swift Mailer (1)
- Library (computing)
- MIT License
- Object-oriented programming
- PHP