• Hi,
    my hosting blocked sendmail and php mail(), because of spam
    But I was only sending my regular mailing

    Hosting has the following restrictions when sending email messages:

    via PHP, the mail () function can send no more than 30 letters per minute.
    through the SMTP server 30 letters per minute and not more than 1500 letters per hour.
    the maximum size of a mail message for SMTP is 50 MB, for mail () – 70 MB.
    the number of recipients of one letter is not more than 300.

    How correctly make settings in plugin?

  • The topic ‘Settings’ is closed to new replies.