Difference between revisions of "Learning Swift Mailer (1)"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(Created page with "This articles introduces Swift Mailer, a PHP-based library for sending email. == Prerequisites == * Web server or Web hosting service...")
(No difference)

Revision as of 10:16, 17 May 2016

This articles introduces Swift Mailer, a PHP-based library for sending email.

Prerequisites

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

...

See also