Multiple Recipients in SMTP [message #389352] |
Sun, 01 March 2009 06:31 |
dillango
Messages: 145 Registered: January 2008
|
Senior Member |
|
|
Dear all,
I am getting an error while sending to multiple recipients.
The error message is "ORA-29279: SMTP permanent error: 501 5.5.4"
Can anyone suggest how to send multiple recipients?
Regards
ILANGO
|
|
|
Re: How to send a mail from PL/sql [message #389353 is a reply to message #389352] |
Sun, 01 March 2009 07:29 |
ThomasG
Messages: 3212 Registered: April 2005 Location: Heilbronn, Germany
|
Senior Member |
|
|
By sending multiple
utl_smtp.rcpt(mail_conn, recipient);
lines. You can only specify ONE recipient per RCPT statement, that's the way the SMTP protocol works.
Oh, and don't hijack three year old threads, start a new one with a new question. I split this one.
[Updated on: Sun, 01 March 2009 07:32] Report message to a moderator
|
|
|