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

Получение текущего баланса

Чтобы получить информацию по вашему балансу нужно выполнить следующий HTTP запрос: curl -X GET...

Управление организациями

Создание организации Пример json данных для HTTP запроса: { "name":"My Organization",...

Управление рассылками

Создание рассылки  Пример json данных для HTTP запроса: { "from_email":"hello@world.com",...

Механизм Webhooks

Механизм Webhooks позволяет получать POST запросы на указанный вами URL в случае возникновения...

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

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