Recent content by DragonByte Tech

  1. DragonByte Tech

    [DBTech] DragonByte Mail - 5.1.0 Beta 1

    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...
  2. DragonByte Tech

    [DBTech] DragonByte Mail [Paid]

    DragonByte Tech updated [DBTech] DragonByte Mail with a new update entry: 5.1.0 Beta 1 Read the rest of this update entry...
  3. DragonByte Tech

    [DBTech] Product Manager

    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.
  4. DragonByte Tech

    Anyone have an easy way to sync invalid emails back from one of the mail checkers?

    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...
  5. DragonByte Tech

    [DBTech] DragonByte Mail [Paid]

    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')...
  6. DragonByte Tech

    Anyone have an easy way to sync invalid emails back from one of the mail checkers?

    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.
  7. DragonByte Tech

    Anyone have an easy way to sync invalid emails back from one of the mail checkers?

    No niin, looks like I have a few other APIs to add :D
  8. DragonByte Tech

    Anyone have an easy way to sync invalid emails back from one of the mail checkers?

    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.
  9. DragonByte Tech

    Anyone have an easy way to sync invalid emails back from one of the mail checkers?

    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...
  10. DragonByte Tech

    Anyone have an easy way to sync invalid emails back from one of the mail checkers?

    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...
  11. DragonByte Tech

    Anyone have an easy way to sync invalid emails back from one of the mail checkers?

    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 :)
  12. DragonByte Tech

    Anyone have an easy way to sync invalid emails back from one of the mail checkers?

    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...
  13. DragonByte Tech

    XF 2.3 How to override Option value on save?

    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...
  14. DragonByte Tech

    [DBTech] DragonByte Donate [Paid]

    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.
  15. DragonByte Tech

    [DBTech] DragonByte Donate - 4.0.5

    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...
Back
Top Bottom