Using newest version on PHP 8 Linux Shared Host on Godaddy.

I'm seeing errors like:

Unable to email via SMTP: support@-------.com (plain://localhost:25/SMTP) too many messages in this connection

Is there a way to control how many messages are sent, and create a delay between send email batches ?

Ultimately it's a limitation / protection on the server to block spam that triggers this.

Thanks,

Paul

    paul_farr

    No, there is no way to send in batches, to schedule, delay, etc. with the core functionality. Mail is sent on demand as the action happens. You can customize the code to your liking however.

    Cheers.

    11 days later

    Do you have to use Godaddy's mail server?

    Write a Reply...