We've not yet reached version 1. You're still encouraged to use it, but if you find something amiss let us know. If you're not sure about something, just ask! To keep updated when we release new things, follow us on Twitter
Enveloper is a small service intended to be run in your infrastructure to speed up developing and testing transactional emails in your application.
Define your templates using template files and YAML, then send messages using simple API requests.
See Getting Started or browse the rest of this documentation.
- Simple setup with docker.
- Configurable to send to any SMTP server, e.g. Mailgun, Mandrill, Amazon SES or your private email server
- Attachment support
- Simple API to send and see sent messages
- Support for Twig, MJML out of the box, easily extensible for other languages.
- Records sent messages into Relational DB supported by Doctrine ORM.
Enveloper is currently in a workable and useful state, with minimal features. Things on the roadmap can be found at https://github.com/outstack/enveloper/issues . Those marked High Priority are likely to be worked on first.
Create an issue if there's something you'd like to see added, and feel free to tackle any already in the list. Any help is welcomed.
There is a helper script in the root of the project, test.sh
which will run all the tests. Inspect this file to see how to run a subset of the tests.
Prerequisites:
- First you must download and install composer into the project root as
composer.phar
. Give it executable permissions.