Skip to content

flextype-plugins/phpmailer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP Mailer plugin for Flextype

Version License Total downloads Flextype Discord

Features

  • The world's most popular code for sending email from PHP!
  • Integrated SMTP support - send without a local mail server
  • Send emails with multiple To, CC, BCC and Reply-to addresses
  • Multipart/alternative emails for mail clients that do not read HTML email
  • Add attachments, including inline
  • Support for UTF-8 content and 8bit, base64, binary, and quoted-printable encodings
  • SMTP authentication with LOGIN, PLAIN, CRAM-MD5, and XOAUTH2 mechanisms over SSL and SMTP+STARTTLS transports
  • Validates email addresses automatically
  • Protect against header injection attacks
  • Error messages in over 50 languages!
  • DKIM and S/MIME signing support
  • Compatible with PHP 5.5 and later
  • Namespaced to prevent name clashes
  • Much more!

Dependencies

The following dependencies need to be downloaded and installed for PHP Mailer Plugin.

Item Version Download
flextype 0.9.16 download

Installation

  1. Download & Install all required dependencies.
  2. Create new folder /project/plugins/phpmailer
  3. Download PHP Mailer Plugin and unzip plugin content to the folder /project/plugins/phpmailer

Documentation

Settings

Key Value Description
enabled true true or false to disable the plugin
priority 100 phpmailer plugin priority

Official PHP Mailer documentation

LICENSE

The MIT License (MIT) Copyright (c) 2021 Sergey Romanenko