- Posts: 65
- Thank you received: 0
Kunena 7.0.4 Released
The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0
Question subscription - PHPMAILER_RECIPIENTS_FAILED
Matias wrote: This is what Kunena does:
1) check if email address is valid
Code has been copied and modified from Joomla registration process.
great Matias, could I comment code to not check if email is valid?
Please Log in or Create an account to join the conversation.
This is obviously a bug in Joomla itself.
Please Log in or Create an account to join the conversation.
IMHO, if the code checks for a valid email for every post before sending the email out then the sending server address will be blacklisted with Hotmail/Yahoo/Gmail.
Some of my site users have reported that the emails are now being flagged as spam and not reaching their inbox.
You might want to put a logic that if an email address has been validated once then it should not be validated again for next postings.
Would you care to share the location where the email validation check is performed and how to comment it out?
Another thought is, since i am using community builder and it uses ajax checker to make sure the address is correct then the validation check should be disabled, since the email address has been validated previously.
Regards,
nblit
Please Log in or Create an account to join the conversation.
Removing the email address validity check doesn't fix anything -- you just end up getting more errors from mailer.
If there's a bug, it's in Joomla framework, not in Kunena. Or the issue is in sendmail configuration. As I have said, we are not sending the emails -- Joomla (php mailer) does that task for us.
Please Log in or Create an account to join the conversation.
You would not believe the answer i got from my webhost, siteground, after openning a ticket with their support.
site ground support:
They are indicating that your application is sending email messages too fast and one of the applied limit is triggered.
The support representative is referring to Kunena sending emails too fast, when reviewing the mail logs, from siteground, the following entry exists for some of the category subscribers:
F=<[91mbenzvi59[[email protected]> temporarily rejected RCPT [email protected]: SITEGROUND: serv01.siteground219.com received more than 10.4 messages for 1s . Service temporary unavailable, message deffered, try again later.
Is there a way to configure Kunena to pause between email notifications?
Thank you,
NB
Please Log in or Create an account to join the conversation.
Ask them in what pace they recommend applications to send emails. Limit seems to be 10 in one second.. And if the limit can be temporally switched of until it can be fixed.
Please Log in or Create an account to join the conversation.