Назад | Перейти на главную страницу

Письмо не могло быть отправлено получателям из-за сбоя почтового сервера

Я задал этот вопрос на Stack Overflow, и мне посоветовали прийти сюда. Обычно я сам не занимаюсь такими вопросами.

У меня есть запланированное задание в SQL Server 2008, но у меня проблема с отправкой писем.

Я получаю сообщение об ошибке;

The mail could not be sent to the recipients because of the mail server failure. (Sending Mail using Account 1 (2013-04-11T10:05:12). Exception Message: Cannot send mails to mail server. (The operation has timed out.). Sending Mail using Account 1 (2013-04-11T10:06:53). Exception Message: Cannot send mails to mail server. (Failure sending mail.). )

Также в журнале ошибок я получаю такие сообщения:

04/10/2013 14:03:51,,Error,3617,The mail could not be sent to the recipients because of the mail server failure. (Sending Mail using Account 1 (2013-04-10T14:02:10). Exception Message: Cannot send mails to mail server. (Mailbox unavailable. The server response was: 5.7.1 Client does not have permissions to send as this sender).

В журнале событий я получаю следующее сообщение;

Exception Type: Microsoft.Sql.Server.Management.SqlMail.Server.Common.BaseException Message: There was an error on the connection. Reason: Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections were in use and max pool size was reached.

Как это исправить?