Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: no SENT date on mail from UTL_SMTP.DATA

Re: no SENT date on mail from UTL_SMTP.DATA

From: bdbafh <bdbafh_at_gmail.com>
Date: 12 Oct 2006 10:50:06 -0700
Message-ID: <1160675406.877162.74990@k70g2000cwa.googlegroups.com>

On Oct 3, 7:20 pm, vishal.nagar..._at_gmail.com wrote:
> Hi,
>
> I have a trigger created in my database where I send an email based on
> some database activity to users. The issue I am facing is some times
> the SENT Date does not show up on the mail. This issue comes up
> randomly. We are using Microsoft Outlook.
>
> Can you tell me if there any specific format in which I have to convert
> the date while sending it to UTL_SMTP.DATA() ; function.
>
> thanks in advance

:We are using Microsoft Outlook.:
Uh, that is a mail client, not a mail server. During execution, the utl_smtp package is (ideally) establishing a connection to a mail server (MTA) not a mail user agent (MUA) such as MS Outlook.

Perhaps you need to take the mail user agent out of the picture here and concentrate on the interaction between the code executing in oracle and the mail server.

-bdbafh Received on Thu Oct 12 2006 - 12:50:06 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US