trejjam/email

Send defined email templates

v0.7.0 2019-07-23 12:12 UTC

This package is auto-updated.

Last update: 2024-04-12 20:45:50 UTC


README

Latest stable

Installation

The best way to install Trejjam/Email is using Composer:

$ composer require trejjam/email

Configuration

.neon

extensions:
	email: Trejjam\Email\DI\EmailExtension

Usage

Presenter/Model:

	/**
	* @var \Trejjam\Email\Send @inject
	*/
	public $emailSend;
	
	function renderDefault() {
		
	}