PrettyPixels Posted May 27, 2021 Posted May 27, 2021 (edited) I'm looking at a new host who limits the number of emails sent per hour and per day. What is the best way to find out what my average number of emails sent is, either through cPanel or my community? In addition, is there a way to stop the individual emails (for each topic response) and only allow a digest version? Edited May 27, 2021 by PrettyPixels
CoffeeCake Posted May 27, 2021 Posted May 27, 2021 I'd recommend avoiding using a host that sets arbitrary limits. IPS doesn't have anything out of the box that would limit the number of e-mails sent out per hour and per day. Consider using a third-party mailing service such as Sendgrid. However! You can set defaults and disable e-mail as an option in configuring your community's default notification settings from the ACP: This may help keep e-mail to a minimum. PrettyPixels 1
NoSpy Posted June 22, 2021 Posted June 22, 2021 (edited) You can limit this value in constants.php \define( 'BULK_MAILS_PER_CYCLE', 25 ); Each cron send 25 emails Edited June 22, 2021 by NoSpy
Stuart Silvester Posted June 22, 2021 Posted June 22, 2021 9 minutes ago, NoSpy said: You can limit this value in constants.php \define( 'BULK_MAILS_PER_CYCLE', 25 ); Each cron send 25 emails This is only for bulk emails that an administrator sends. NoSpy 1
NoSpy Posted June 22, 2021 Posted June 22, 2021 1 minute ago, Stuart Silvester said: This is only for bulk emails that an administrator sends. Is there a way to limit the number of emails sent by e-mail?
Stuart Silvester Posted June 22, 2021 Posted June 22, 2021 Just now, NoSpy said: Is there a way to limit the number of emails sent by e-mail? You can change the notification defaults to minimise the number of emails sent, but we do not have any way to limit the number of emails sent in a specific timeframe.
NoSpy Posted June 22, 2021 Posted June 22, 2021 2 minutes ago, Stuart Silvester said: You can change the notification defaults to minimise the number of emails sent, but we do not have any way to limit the number of emails sent in a specific timeframe. This is a pity because sending thousands of messages is often perceived as spam.
CoffeeCake Posted June 22, 2021 Posted June 22, 2021 6 hours ago, NoSpy said: This is a pity because sending thousands of messages is often perceived as spam. We send many tens of thousands of e-mails a month without issue. This is likely an issue with your e-mail provider.
PrettyPixels Posted June 22, 2021 Author Posted June 22, 2021 @CoffeeCake If you don't mind my asking, who do you use as your email provider?
CoffeeCake Posted June 22, 2021 Posted June 22, 2021 We have multiple providers, yet for IPS, we use sendgrid with the built in sendgrid integration. PrettyPixels 1
NoSpy Posted June 22, 2021 Posted June 22, 2021 (edited) I had a problem with sendgrid and the CNIL who notified me that outsourcing the sending of newsletters is prohibited in France since 2005. Which means that if only one member is French, it's a disaster. Edited June 22, 2021 by NoSpy
Recommended Posts