Download the PHP package coldtrick/html_email_handler without Composer
On this page you can find all versions of the php package coldtrick/html_email_handler. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download coldtrick/html_email_handler
More information about coldtrick/html_email_handler
Files in coldtrick/html_email_handler
Package html_email_handler
Short Description Allows to send out full HTML mails / notifications
License GPL-2.0-only
Informations about the package html_email_handler
HTML Email Handler
Send out full HTML mails to your users
Features
- Send out full HTML notifications to your users (also supported by webmail like GMail)
- can be toggle in the admin settings
- to customise it for your own theme overrule the view default/html_email_handler/notification/body.php
- Offers mail function for developers html_email_handler_send_email()
- see /lib/functions.php for more information
- Offers CSS conversion to inline CSS (needed for webmail support) html_email_handler_css_inliner($html_text)
- see lib/functions.php for more information
- Allows file attachments support in notify_user (see File attachments support below)
Administrators, Developers & Designers
If you have the developers plugin enabled you can easily design the layout of your HTML message, check the Theming sandbox.
Otherwise you can go to the test url to design the layout.
File attachements notes and documentation
File attachments support :
If you wish to add file attachments to email notifications, you can use the notify_user function and pass it an "attachments" key, with :
Note that is an array, so you can pass several files at once, each with a custom filename and MIME type.
Warning: don't use 'filepath' setting on a production site (not functional yet)
All versions of html_email_handler with dependencies
guzzlehttp/guzzle Version ~6.0
pelago/emogrifier Version ^4.0.0