WireMailSwiftMailer by Teppo

WireMail module providing Swift Mailer integration

Swift Mailer WireMail module for ProcessWire CMF/CMS

Copyright (c) 2013-2014 Teppo Koivula

NOTE: SwiftMailer has been discontinued. This module may still work, but will no longer receive updates. It is highly recommended to move to another WireMail module, such as https://processwire.com/modules/wire-mail-smtp/.

Module version 0.3.0 dropped support to Mail transport. Please change to SMTP or Sendmail transport instead. Mail transport was removed from SwiftMailer 6.x, and thus no longer works; having it selected will fall back to PHP mail().

This module extends WireMail base class, integrating the Swift Mailer mailing library into ProcessWire.

Getting started


In order to use WireMailSwiftMailer, you'll just have to install the module and use ProcessWire's wireMail() function. For extensive instructions on that, take a look at /wire/core/Functions.php.

Though Swift Mailer supports Mail Transport, i.e. using PHP's mail(), that's not always sensible option. Real value of Swift Mailer is in it's Sendmail and SMTP Transports.

If you're a Gmail user and only need to send a few mails now and then, following DigitalOcean article is helpful for getting started with Gmail's SMTP server: https://www.digitalocean.com/community/articles/how-to-use-google-s-smtp-server

Basic usage


Basic usage is very close to how one would use PHP's native mail() function, but the order of arguments is slightly different:

$number_of_recipients = wireMail($to, $from, $subject, $body);

Like PHP's mail(), wireMail() also returns the number of recipients accepted for delivery. Note that this is not necessarily the number of recipients actually receiving your message, just the number of addresses it was sent to.

Word of warning


While this module should be fully functional, at least regarding the features it currently includes, it's also very rough, doesn't handle more complex things and definitely isn't intended for serious production use yet.

Another important thing to note is that as of this writing, WireMail is still a feature of ProcessWire's dev brach.

Swift Mailer


Swift Mailer is a powerful component based mailing library for PHP. If you want to learn more about Swift Mailer and the things it can achieve you should visit https://swiftmailer.symfony.com/docs/introduction.html.

Swift Mailer is copyright Fabien Potencier and released under the MIT license.

License


This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

(See included LICENSE file for full license text.)

Install and use modules at your own risk. Always have a site and database backup before installing new modules.

Latest news

  • ProcessWire Weekly #547
    In the 547th issue of ProcessWire Weekly we're going to check out the latest core updates, introduce a couple of new modules, and more. Read on!
    Weekly.pw / 2 November 2024
  • Custom Fields Module
    This week we look at a new ProFields module named Custom Fields. This module provides a way to rapidly build out ProcessWire fields that contain any number of subfields/properties within them.
    Blog / 30 August 2024
  • Subscribe to weekly ProcessWire news

“We were really happy to build our new portfolio website on ProcessWire! We wanted something that gave us plenty of control on the back-end, without any bloat on the front end - just a nice, easy to access API for all our content that left us free to design and build however we liked.” —Castus, web design agency in Sheffield, UK