• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: Limit rate of email sending for hosting limitation

Limit rate of email sending for hosting limitation 9 months 2 weeks ago #43559

Hi,
What is the best way to limit the rate at which RSBlog sends email notifications to blog subscribers when a new post is added? I ask because shared webhosts sometimes put limits on how many emails per hour and per day a tenant website is allowed to send. Once that limit is violated the shared host will often shut down further email sending.
Thank you,
Ari
The administrator has disabled public write access.

Limit rate of email sending for hosting limitation 9 months 4 days ago #43578

RSBlog support answered this in a ticket. Answer pasted below:
a new RSBlog! version:

www.rsjoomla.com/support/documentation/r...sblog-changelog.html

There is now an option under components > RSBlog! > Configuration > Frontend tab > Subscriptions area, namely:

- Subscriptions sending method

You can select the Cron method, then further adjust the followings:

- Sending quota - Select how many subscription e-mails to send in one go. Defaults to 100
- Check interval (minutes) - To avoid multiple connections that might be detected as flood by your server, you need to set a time interval between connections. Defaults to 30 minutes.
- Cron URL - This is the URL you need to use when setting up a cron job: https://mywebsite/index.php?option=com_rsblog&task=cron

Info here:

www.rsjoomla.com/support/documentation/r...ration.html#frontend

On my particular site, on shared hosting provided by SiteGround, that cron job looks like this in the SIteGround SiteTools panel:
wget -O --quiet /dev/null ' https://mywerbsiteurlgoeshere.com/index.php?option=com_rsblog&task=cron' >/dev/null 2>&1
Last Edit: 9 months 4 days ago by doucettea.
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!