Restrictions on the Service to prevent spam

In order to prevent spam, there is a mechanism that limits the number of messages you can send. You will see a warning in your personal account. If you do not agree with this solution, please contact technical support.

If this situation occurs, you may see the following errors when sending:

When sending via API:

{
  "errors": [
    {
      "code": 429,
      "detail": "Too many messages. Try again in 92 seconds."
    }
  ]
}

When sending via SMTP:

$ telnet smtp.msndr.net 25

  Trying 95.213.163.242...

  Connected to smtp.msndr.net.

  Escape character is '^]'.

  220 smtp.msndr.net ESMTP service ready

  ehlo sender

  250-smtp.msndr.net

  250-STARTTLS

  250-AUTH PLAIN LOGIN

  250-PIPELINING

  250 8BITMIME

  auth plain AHVzZXJAZXhhbXBsZS5vcmcAc29tZS1zdXBlci1wdXBlci1zZWNyZXQta2V5

  550 Too many messages. Try again in 92 seconds.

  Connection closed by foreign host.

 

Have you tried Cloud4U cloud services? Not yet?

Go to the Main Website

Try for free

  • 17 Users Found This Useful
Was this answer helpful?

Related Articles

Отправка сообщений по SMTP

Базовый URL smtp.msndr.net Порт 25 или 587 Использование шифрования SSL\TLS не является...

Email Service API - General Information

Through the Email Newsletter Service's Application Programming Interface (API), you can send...

Sending one email message

Sending an email message Example of json data for a request:   {...

Getting information about templates

You can retrieve the list of templates using the following HTTP request: curl -X GET...

Managing recipient groups

How to create a recipient group        Example of json data for a query: { "title":"My...