Цей вебсайт матиме обмежену функціональність, доки ми проводимо його обслуговування для поліпшення роботи. Якщо прочитана стаття не розв'язала вашу проблему і ви хочете поставити питання, наша спільнота підтримки з радістю допоможе вам на @FirefoxSupport у Twitter та /r/firefox на Reddit.

Шукати в статтях підтримки

Остерігайтеся нападів зловмисників. Mozilla ніколи не просить вас зателефонувати, надіслати номер телефону у повідомленні або поділитися з кимось особистими даними. Будь ласка, повідомте про підозрілі дії за допомогою меню “Повідомити про зловживання”

Докладніше

Ця тема перенесена в архів. Якщо вам потрібна допомога, запитайте.

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.