Introduction
Swift Mailer is a component-based library for sending e-mails from PHP 5 applications.
Note:
This book refers to version 4 of the Swift Mailer library. If you are looking for information
about (the now deprecated) version 3, you should refer to the old wiki found online
at http://swiftmailer.org/wikidocs/.
-
Organization of this Book
This book has been written so that those who need information quickly are able to find what they need, and those who wish to learn more advanced topics can read deeper into each chapter. -
History of Swift Mailer
Swift Mailer began back in 2005 as a one-class project for sending mail over SMTP. It has since grown into the flexible component-based library that is in development today. -
It's a Library!
Swift Mailer is not an application – it's a library.
Next topic: Library Overview