Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

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.