Sending E-mail [message #237645] |
Tue, 15 May 2007 05:55 |
manoj_vilayil
Messages: 9 Registered: May 2007 Location: India
|
Junior Member |
|
|
Sir,
I have 2 clint machine and one server.Each client machines have oracle 9i client version and server have server version.
I need to send e-mail from each client or server through data base.
What are the configurations i need to apply in the server.
I already written a code using UTIL_SMTP package.But it shows some error like 'SMTP transient error'.
What can i do sir.
|
|
|
Re: Sending E-mail [message #237935 is a reply to message #237645] |
Wed, 16 May 2007 02:58 |
Frank Naude
Messages: 4587 Registered: April 1998
|
Senior Member |
|
|
This is an SMTP error, not an Oracle error!
$ oerr ora 29278
29278, 00000, "SMTP transient error: %s"
// *Cause: A SMTP transient error occurred.
// *Action: Correct the error and retry the SMTP operation.
Tip: Look at the SMTP logs on the server - most likely /var/log/mail.log or /var/log/mail/*
|
|
|