PHP Mailer plugin for Flextype
- 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!
The following dependencies need to be downloaded and installed for PHP Mailer Plugin.
Item | Version | Download |
---|---|---|
flextype | 0.9.16 | download |
- Download & Install all required dependencies.
- Create new folder
/project/plugins/phpmailer
- Download PHP Mailer Plugin and unzip plugin content to the folder
/project/plugins/phpmailer
Key | Value | Description |
---|---|---|
enabled | true | true or false to disable the plugin |
priority | 100 | phpmailer plugin priority |
Official PHP Mailer documentation
The MIT License (MIT) Copyright (c) 2021 Sergey Romanenko