email notifications
Does anybody use these? I tried the mailtest addon but had to change the query to get it to work. I figured it may be
because it's an older addon. That worked but did not decode the email. To fix that I had to go into
Zotlabs\Lib\Enotify.php and change all instances of PHP_EOL
to "\r\n"
.
Now everything works but still testing.