Update highlights
This version replaces the previous SMTP validation feature with a new API validation system, which can interface with a variety of 3rd party email validation services. Please do be aware that these services are paid. Unfortunately, the old SMTP validation feature has been...
With XF 2.4 on the horizon with a built in upgrade checker, I won’t be updating this product, sorry. The effort required for this addon will be spent integrating with the native upgrade checker.
Update:
CaptainVerify can't be tested because their registration form requires a phone number, and I'm not going to give them that information.
MyEmailVerifier can't be tested because their registration form does not accept my email address - which doesn't bode well for their accuracy as a...
All emails sent via XenForo will automatically include the board title as the header. You can edit the email templates yourself; customise this code:
<tr>
<td class="header" align="center" valign="top">
<a href="{{ link('canonical:index')...
I excluded two of the ones on that list that didn't have publicly accessible docs, and Poofy or whatever it was had a website so atrociously bad I'm not going to drive any business to them :P
Working on the others.
The standard XF template in 2.3 definitely meets all the requirements, as I've not had any issues. What I did was create a notice that only shows to users with the bounced user state, so if any recurring members get flagged as bounced, they'll know as soon as they visit any page on the site.
Sadly there are limited options available short of actually sending email regularly so you can keep bounce rates low. I try to keep the amount of useless emails to a minimum (only recently found out I had the activity summary email still enabled, entirely useless for my site!) so these kind of...
Unfortunately I have no experience with either of those four systems, so I can't make any value or efficacy statements about either of them :(
I'll have to pick one for if/when I ever need to send out another mail blast, which I hopefully won't have to do since surely there won't be any more...
Let me see if I can add that system as well :) The only reason I picked the list I picked is because those were all the providers I found during a surface-level search 😅
EDIT: Added :)
A fair assessment, as I hate writing documentation and most of the time it's self-explanatory :)
As for the email validation, I'm actually testing v5.1.0 Beta 1 at the moment which removes the SMTP Email Validation feature and replacing it with external APIs. The following APIs will be...
From the sounds of the OP, their addon might be checking multiple different settings, and/or core XF settings which can't be edited to contain a validator.
---
I would recommend switching the event listener for a full class Option extends XFCP_Option and hooking _preSave(), something like...
It does have total donations criteria; total, only public or only anonymous. X in the last Y would not be performant so that criteria will not be added.
Update highlights
This version further reduces query count by caching a few phrases used in the donation widgets, and fixes a visual issue where the donation goal's progress bar was missing 8 pixels from its width.
Complete Change Log
Fix: Reduce query count by globally caching certain phrases...