By bygdawg on Sunday, 02 July 2017
Posted in Technical Issues
Replies 8
Likes 0
Views 557
Votes 0
Before the recent upgrade, I thought I could set the number of emails sent per cron job. Where is that feature located.

I am now getting warnings about the number of emails sent.
Hello,

We no longer have this settings because by default they are now dispatching 20 e-mails maximum at a time which is pretty standard. What warning did you received?

You can edit the file /components/com_easyblog/services/cron.php and at line 22, locate the codes below:

[gist]
$result['emails'] = EB::mailer()->dispatch();
[/gist]

Replace it with,

[gist]
$result['emails'] = EB::mailer()->dispatch(5);
[/gist]

This will set it to send a maximum of 5 e-mails each time
·
Sunday, 02 July 2017 13:41
·
0 Likes
·
0 Votes
·
0 Comments
·
Ok, thank you. Upon further investigation, the warning was related to a different issue.
·
Sunday, 02 July 2017 21:13
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for updating me on this. Let us know if you still need any assistance
·
Sunday, 02 July 2017 21:31
·
0 Likes
·
0 Votes
·
0 Comments
·
UPDATE
Ok, I don't remember receiving this warning before you made the change. Is it possible that this is related to the change? (Please visit the link below):

Undelivered Mail Returned to Sender:
delivery temporarily suspended: host
mx2.comcast.net[68.87.20.5] refused to talk to me: 421
resimta-ch2-05v.sys.comcast.net resimta-ch2-05v.sys.comcast.net
192.185.31.49 Throttled - try again later. QiENdcWxeWlBM Please see
Click this link
·
Sunday, 02 July 2017 23:44
·
0 Likes
·
0 Votes
·
0 Comments
·
Hm, that error message seems like it is throttling the sending to the recipient but this is only a problem if you are delivering 5 e-mails to the same person at the same time. How many e-mails are there in the queue?
·
Sunday, 02 July 2017 23:46
·
0 Likes
·
0 Votes
·
0 Comments
·
The website is a property owners association with 170 members. eMail is sent approximately twice per month to each individual. Only 25 of the members use a comcast.com email address. 20 eMails are sent every 15 minutes.Please click here: Link to Comcast.com error message that I received.
·
Sunday, 02 July 2017 23:56
·
0 Likes
·
0 Votes
·
0 Comments
·
Perhaps you can provide us with your Joomla backend and FTP access at http://stackideas.com/dashboard/site so we can better have a check following details?

- Easyblog email activity page
- Check whether when the user published a new blog post is it send out duplicate email at the same person
·
Monday, 03 July 2017 13:30
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post