Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted May 27, 20213 yr 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, 20213 yr by PrettyPixels
May 27, 20213 yr 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.
June 22, 20213 yr You can limit this value in constants.php \define( 'BULK_MAILS_PER_CYCLE', 25 ); Each cron send 25 emails Edited June 22, 20213 yr by NoSpy
June 22, 20213 yr On 6/22/2021 at 12:28 PM, 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.
June 22, 20213 yr On 6/22/2021 at 12:38 PM, 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?
June 22, 20213 yr On 6/22/2021 at 12:40 PM, 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.
June 22, 20213 yr On 6/22/2021 at 12:41 PM, 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.
June 22, 20213 yr On 6/22/2021 at 12:44 PM, 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.
June 22, 20213 yr Author @CoffeeCake If you don't mind my asking, who do you use as your email provider?
June 22, 20213 yr We have multiple providers, yet for IPS, we use sendgrid with the built in sendgrid integration.
June 22, 20213 yr 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, 20213 yr by NoSpy