trejjam/email

Send defined email templates

Maintainers

Details

github.com/Trejjam/Email

Source

Issues

Installs: 1 199

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

pkg:composer/trejjam/email

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

This package is auto-updated.

Last update: 2025-09-12 23:35:40 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() {
		
	}