Hi there,
A client of mine is running EasyBlog 3.7.13830. They are having an ongoing issue with multiple email notifications being sent out when a new blog post is posted.
Per your documentation and previous threads on this issue, I turned off "Send emails on page load", and instead set up a cron job to handle emails. The cron job is set up as follows:
command: /usr/bin/wget -O /dev/null "
http://www.grandriver.org/?option=com_easyblog&task=cron"
Every 5 Minutes
Every Hour
Every Day
Every Month
Every Week Day
I'm not sure what else to do here as I haven't seen any other instances of people having the multiple notification issue when using cron jobs instead of "send emails on page load".
Thanks!