0.1.0-beta.2
How to update (Ignore if you haven't installed this before)
This extension makes use of several very obscure methods in order to function. To insure this extension works properly, please remove it first:
composer remove reflar/pretty-mail
Then install it again:
composer require reflar/pretty-mail
Finally, run this command:
composer dump-autoload
Changelog
- Added catch for emails send via notification sync
- Added mail templates for newPost email (Flarum-ext-subscriptions), userMentioned and PostMentioned emails (Flarum-ext-Mentions)
- Changed settings into a page
- Pass another variable to the templates that contains the entire forum's css (not recommended unless you want to have bbcode work in emails)
- Several small locale changes
- A few small optimizations
First learn computer science and all the theory. Next develop a programming style. Then forget all that and just hack.