• Hello

    Using Gmail API
    Test mail is fine.
    Need to send only 250 recipient
    but
    ————————-
    EMAIL DELIVERY ERROR: the plugin WP Mail SMTP v1.4.2 logged this error during the last time it tried to send an email:

    Mailer: Gmail
    {
    “error”: {
    “errors”: [
    {
    “domain”: “global”,
    “reason”: “invalidArgument”,
    “message”: “Too many recipients”
    }
    ],
    “code”: 400,
    “message”: “Too many recipients”
    }
    }

    ———————————–
    Please help to fix the same

Viewing 1 replies (of 1 total)
  • Hi @bspabla,

    I apologize for the trouble but Gmail isn’t designed for sending bulk email. While you can send emails to a maximum of 500 recipients per day, the limit for the recipients per message seems to be 100. Please do NOT take this information for granted, Gmail can change its email policy without any prior notification.

    An alternative is to use one of the other mailer options within WP Mail SMTP such as Mailgun and Sendgrid.

    Thank You!

Viewing 1 replies (of 1 total)
  • The topic ‘Email Delivery Error Code 400’ is closed to new replies.