Поиск в Поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

Learn More

I am finding it difficult to send emails using the prescribed smtp server for a specific email server

  • 2 ответа
  • 1 имеет эту проблему
  • 18 просмотров
  • Последний ответ от Ramanahv

more options

I have this problem only with one email provider, that too for sending mails only. I can receive mails. But, when I send mails using the smtp setting the email server provider has given, the system says that it has sent the mail. But, the mails don't reach the intended recipient. The email service provider tells me that the setting I am using is correct. But, when I use a different smtp server to send (emails from this email), I am able to send them without any problem. Is there anyway I can check and find out whether the problem is with my setting in Thunderbird or with the email service provider.

I have this problem only with one email provider, that too for sending mails only. I can receive mails. But, when I send mails using the smtp setting the email server provider has given, the system says that it has sent the mail. But, the mails don't reach the intended recipient. The email service provider tells me that the setting I am using is correct. But, when I use a different smtp server to send (emails from this email), I am able to send them without any problem. Is there anyway I can check and find out whether the problem is with my setting in Thunderbird or with the email service provider.

Все ответы (2)

more options

You could log smtp with a cmd-file. Open notetab and insert:

set NSPR_LOG_MODULES=smtp:5 set NSPR_LOG_FILE=%USERPROFILE%\Desktop\smtp.log "%ProgramFiles(x86)%\Mozilla Thunderbird\thunderbird.exe"

Save it as make-smtp-log.cmd close Tbird and double click on this cmd-file. Tbird will start, send a message, close Tbird

On your desktop there should be a file smpt-log open it in notetab.

more options

Thank you. I will try this.