搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

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.