SMTP服务器无法发送邮件

时间:2022-02-05 00:11:02

I have an SMTP Server Setup on Windows server 2003 R2 on my domaiin.

我的domaiin上有Windows Server 2003 R2上的SMTP服务器设置。

This is when I receive the mail:

这是我收到邮件的时候:

  1. When I send a mail using a txt file placed inside the Pickup folder of the mailroot I receive the mail.
  2. 当我使用放置在mailroot的Pickup文件夹中的txt文件发送邮件时,我收到了邮件。

  3. When I write a Pl/SQL Block to send mail.
  4. 当我写一个Pl / SQL块来发送邮件。

This is when I don't receive a mail:

这是我没有收到邮件的时候:

  1. When I try to send a mail from an Oracle 11g Package, the log files in the SMTP Server shows the following:
  2. 当我尝试从Oracle 11g软件包发送邮件时,SMTP服务器中的日志文件显示以下内容:

    14:39:59 XXX.XXX.XXX.XXX HELO - 250
    14:39:59 XXX.XXX.XXX.XXX MAIL - 250
    14:39:59 XXX.XXX.XXX.XXX RCPT - 250
    14:39:59 XXX.XXX.XXX.XXX DATA - 250
    14:39:59 XXX.XXX.XXX.XXX QUIT - 240
    14:39:59 YYY.YYY.YYY.YYY - - 0
    14:39:59 YYY.YYY.YYY.YYY - - 0
    14:39:59 YYY.YYY.YYY.YYY EHLO - 0
    14:39:59 YYY.YYY.YYY.YYY - - 0
    14:41:00 YYY.YYY.YYY.YYY - - 0
    14:41:00 YYY.YYY.YYY.YYY EHLO - 0
    14:41:00 YYY.YYY.YYY.YYY - - 0
    14:42:00 YYY.YYY.YYY.YYY - - 0
    14:42:00 YYY.YYY.YYY.YYY EHLO - 0
    14:42:00 YYY.YYY.YYY.YYY - - 0
    14:43:00 YYY.YYY.YYY.YYY - - 0
    14:43:00 YYY.YYY.YYY.YYY EHLO - 0
    14:43:00 YYY.YYY.YYY.YYY - - 0

Can somebody please explain what does this response mean. And why am I not getting these mails.

有人可以解释一下这个回答是什么意思。为什么我没有收到这些邮件。

  1. Also, when I send a mail from an Oracle Apex application, I don't receive it. The Apex admin mail log logs the mail but I donot receive it in my mail box. Please Help!!!
  2. 此外,当我从Oracle Apex应用程序发送邮件时,我没有收到它。 Apex管理员邮件日志会记录邮件,但我不会在邮箱中收到邮件。请帮忙!!!

Thanks in Advance Cheers!!!

在此先感谢干杯!

1 个解决方案

#1


0  

Realized that the Mime Header was malformed hence the SMTP Server that I setup wasn't accepting the mails and all the mails went to the BADMAIL folder.

意识到Mime Header格式错误,因此我设置的SMTP服务器不接受邮件,所有邮件都转到BADMAIL文件夹。

Anyways....

Thanks for the response.

谢谢你的回复。

#1


0  

Realized that the Mime Header was malformed hence the SMTP Server that I setup wasn't accepting the mails and all the mails went to the BADMAIL folder.

意识到Mime Header格式错误,因此我设置的SMTP服务器不接受邮件,所有邮件都转到BADMAIL文件夹。

Anyways....

Thanks for the response.

谢谢你的回复。