Email Customizer [Deleted]

Email Reports:
https://xenforo.com/community/resources/th-email-reports.397/

I also noticed that Quote emails are also using the default XF email template
Alert Improvements by Xon
https://xenforo.com/community/resources/alert-improvements-by-xon.4578/
Sorry for delay, completely forgot about this.

Alert improvements works fine.

Email reports is indeed bugged, due to bug in that add-on's code. Open library/Waindigo/EmailReports/Extend/XenForo/Model/Report.php, find this
Code:
            $mail = new XenForo_Mail($mailTemplate, $params, $user['language_id']);
replace with
Code:
            $mail = XenForo_Mail::create($mailTemplate, $params, $user['language_id']);
 
Would it work on 5.3.3 or not?
No. You should consider upgrading your server software. PHP 5.3 is ancient, support for it ended about 4 years ago and version 5.3.3 was released almost a decade ago. There is no excuse to run such ancient software.
 
Yes, this add-on is pretty much redundant now. I won't be making XF2 version of it.

Hi @Arty, I really love this addon for 1.5 as it is so convenient, it's used for all emails beeing send from xf and just works.

I did not test xf2 till today. Does it really has similar possibilities to achieve as well styled emails as your addon, without spending hours and hours to find the correct templates for all emails?
Otherwise I would be willing to fund or at least share in funding to port this addon to xf2.
 
There is no point because every designer can customize email templates in XF2, so any style you download should already have customized email templates. Majority of customers only wanted email template to match their website template, so for them XF2 version would be useless.
 
I'm having issues with my Weekly Digest email that goes out:
https://xenforo.com/community/resources/weekly-digest.3777/

It's using the overall style like it should with the site's logo, however, the first 22 links listed in the digest email are black text with no styling (you can't really tell that they're links) and the last 3 links are blue underlined - it's inconsistent. There seems to be something that doesn't allow this extension to work with that one. Anyone know how to fix this?
 
Make sure you have both add-ons up to date. If I'm not mistaken, old version of that add-on generated weird HTML code, but that was fixed a while ago.
 
How can I use this addon for sitemailings of the admin?

I installed it and it sends the normal emails from forum posts etc. out with the customized skin. But not the sitemailings.
 
Top Bottom