Learning Swift Mailer (1)
From Wiki @ Karl Jones dot com
Revision as of 09:16, 17 May 2016 by Karl Jones (Talk | contribs) (Created page with "This articles introduces Swift Mailer, a PHP-based library for sending email. == Prerequisites == * Web server or Web hosting service...")
This articles introduces Swift Mailer, a PHP-based library for sending email.
Contents
Prerequisites
- Web server or Web hosting service
- Knowledge of simple HTML and PHP
Installing the library
You can install the Swift Mailer library in one of two ways:
- Download the library, and upload to your web server
- Use Composer - a command-line utility
This article will describe the download-upload process.
For the Composer process, see Installing the library.
Download the library
...
Upload the library
...
Use the library in a web page
...