Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wavevision/mail

📨 Customizable e-mail templates for @nette
https://github.com/wavevision/mail

email-templates mailer nette postmarkapp

Last synced: about 1 month ago
JSON representation

📨 Customizable e-mail templates for @nette

Awesome Lists containing this project

README

        

Wavevision s.r.o.


Mail

Customizable e-mail templates for [nette](https://github.com/nette)
based on [wildbit / postmark-templates](https://github.com/wildbit/postmark-templates).

## Installation

Install via composer

```
composer require wavevision/mail
```

and register DI extension

```
extensions:
wavevisionMail: Wavevision\Mail\DI\Extension
```

## Usage

See [examples](examples/src/MailExamples/MailTemplateFactory.php)