Jump to content

Featured Replies

Posted

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 by PrettyPixels

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.

  • Author

Thank you, CoffeeCake! 🙂

  • 4 weeks later...

You can limit this value in constants.php

\define( 'BULK_MAILS_PER_CYCLE', 25 );

Each cron send 25 emails

Edited by NoSpy

  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.

  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?

  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.

  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.

  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.

  • Author

@CoffeeCake If you don't mind my asking, who do you use as your email provider?

We have multiple providers, yet for IPS, we use sendgrid with the built in sendgrid integration.

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 by NoSpy

Recently Browsing 0

  • No registered users viewing this page.