Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/wavevision/mail
- Owner: wavevision
- Archived: true
- Created: 2021-02-26T10:10:10.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-03-18T13:50:26.000Z (over 3 years ago)
- Last Synced: 2024-09-23T20:02:38.641Z (about 1 month ago)
- Topics: email-templates, mailer, nette, postmarkapp
- Language: PHP
- Homepage:
- Size: 72.3 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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)