ppajer/htmlemail

A straightforward wrapper for sending data presented in HTML templates through PHPMailer.

dev-master 2020-07-05 02:02 UTC

This package is auto-updated.

Last update: 2024-05-05 10:27:46 UTC


README

A straightforward wrapper for sending data presented in HTML templates through PHPMailer

Installation

To start using this library, you have two options: add it to your project's dependencies and use composer install, or download it manually and include the class files directly - in this case you also need to take care of dependencies.

Usage