[DBTech] DragonByte Mail

[DBTech] DragonByte Mail [Paid] 4.6.2

No permission to buy ($24.95)
DragonByte Tech updated [DBTech] DragonByte Mail with a new update entry:

4.2.0

Update highlights

This update features mostly back-end only changes, updating the Composer autoload method to take advantage of a new feature in XF 2.1 for improved performance and reliability.

Furthermore, a reported bug when deleting mailing lists has been resolved.


Complete Change Log

Change: Now utilises new composer autoload method in XF 2.1 for improved performance and reliability
Fix: Fixed a server error that could occur when deleting...

Read the rest of this update entry...
 
4.2.0 version is only for xf 2.1 or I can update from 4.1.0 on xf 2.0.x
All updates today are for 2.1 only :)

When downloading the product @ our site, there's now a separate section for XenForo 2.1, just like there's always been a separate section for XenForo 1.5, which will hopefully make it clear whether updates apply to your particular site.

Critical bugs will still be fixed in the XenForo 2.0 version via hotfixes (what you did for the mailing list deletion issue above) so you won't be forced to update :)
 
@DragonByte Tech
How to select time when we want to send digest to user?
As far I can see, it is triggered by first sending after installing addon.
So my digest mails goes in 1 AM on sunday, and I do not whant to send on sunday nor I want to send on 1 hour after midnight.

Could we choose when to send mails (time) for daily sending frequency, and time of day and day of week for week/month/... sending frequency.

Same question for inactivity mails.
 
@DragonByte Tech
How to select time when we want to send digest to user?
As far I can see, it is triggered by first sending after installing addon.
So my digest mails goes in 1 AM on sunday, and I do not whant to send on sunday nor I want to send on 1 hour after midnight.

Could we choose when to send mails (time) for daily sending frequency, and time of day and day of week for week/month/... sending frequency.

Same question for inactivity mails.
Sorry, no. It’s triggered by a cron job, which cannot be changed.
 
@DragonByte Tech , i just bought your mail addon
i was sure that with your addon i will be able to send digest and inactive member emails using a different smtp
if i understand it use the default email for digest and inactive member mail?

just after the installation it start to sends lot of mails with my default email smtp.
and now i have like 2gb email queue table.

how can i remove all the emails queue?
thank you for your help
 
@DragonByte Tech , i just bought your mail addon
i was sure that with your addon i will be able to send digest and inactive member emails using a different smtp
if i understand it use the default email for digest and inactive member mail?

just after the installation it start to sends lot of mails with my default email smtp.
and now i have like 2gb email queue table.

how can i remove all the emails queue?
thank you for your help
There is no feature for sending digests or inactive reminders using a different SMTP. That feature exists for mailing lists only.

You may need to truncate the xf_mail_queue database table.
 
You may need to truncate the xf_mail_queue database table
Can you help me with this?
I don't have phpmyadmin

Please add the possibility to change smtp for sending digests or inactive reminders, like for newsletter nobody wants to use his default forum email to send bulk email.

Also can you add a setting for inactive reminder that will not sends email if inactive for more than x days
for example, my forum is 14 years old. i don't need to send email for people who register 14 years ago. and stayed inactive for years

thank you for your help
 
Last edited:
@DragonByte Tech
Latest version of xenforo and this addon.
Any thoughts?

Code:
Server error log
SMTPValidateEmail\Exceptions\NoConnection: [DragonByte Mail] Email validation failed: No connection src/addons/DBTech/Mail/vendor/zytzagoo/smtp-validate-email/src/Validator.php:897
Generated by: Unknown account 07.02.2019. at 16:01
Stack trace
#0 src/addons/DBTech/Mail/vendor/zytzagoo/smtp-validate-email/src/Validator.php(720): SMTPValidateEmail\Validator->throwIfNotConnected()
#1 src/addons/DBTech/Mail/vendor/zytzagoo/smtp-validate-email/src/Validator.php(552): SMTPValidateEmail\Validator->send('EHLO gmail.com')
#2 src/addons/DBTech/Mail/vendor/zytzagoo/smtp-validate-email/src/Validator.php(513): SMTPValidateEmail\Validator->ehlo()
#3 src/addons/DBTech/Mail/vendor/zytzagoo/smtp-validate-email/src/Validator.php(310): SMTPValidateEmail\Validator->helo()
#4 src/addons/DBTech/Mail/Repository/Validator.php(98): SMTPValidateEmail\Validator->validate()
#5 src/addons/DBTech/Mail/Repository/Validator.php(56): DBTech\Mail\Repository\Validator->validateUser(Object(SV\ReportImprovements\XF\Entity\User))
#6 src/addons/DBTech/Mail/Cron/Mail.php(33): DBTech\Mail\Repository\Validator->verifyEmails()
#7 [internal function]: DBTech\Mail\Cron\Mail::verifyEmails(Object(XF\Entity\CronEntry))
#8 src/XF/Job/Cron.php(34): call_user_func(Array, Object(XF\Entity\CronEntry))
#9 src/XF/Job/Manager.php(253): XF\Job\Cron->run(G)
#10 src/XF/Job/Manager.php(195): XF\Job\Manager->runJobInternal(Array, G)
#11 src/XF/Job/Manager.php(79): XF\Job\Manager->runJobEntry(Array, G)
#12 job.php(42): XF\Job\Manager->runQueue(false, 8)
#13 {main}
Request state
array(4) {
  ["url"] => string(8) "/job.php"
  ["referrer"] => string(59) "https://www.pijanitvor.com/threads/uzgoj-zivih-mamaca.1467/"
  ["_GET"] => array(0) {
  }
  ["_POST"] => array(0) {
  }
}
 
Latest version of xenforo and this addon.
Any thoughts?
Make sure your site can perform outgoing connections on port 25. That is required for the functionality of the email validator, and the feature should NOT be turned on unless this has already been verified.

You can test this by logging into your server via SSH, then trying something like telnet gmail.com
 
Back
Top Bottom