ORA-29279: SMTP Permanent Error: 553 5.1.3 Using UTL_SMTP.RCPT
(Doc ID 369050.1)
Last updated on JANUARY 30, 2022
Applies to:
PL/SQL - Version 9.2.0.1 and laterInformation in this document applies to any platform.
Symptoms
Running a procedure that uses the UTL_SMTP package to send email, the line
utl_smtp.rcpt(mail_conn, 'bcc:<E-Mail Add1>,<E-Mail Add2');
causes the error:
ORA-29279: SMTP permanent error: 553 5.1.3
bcc:<E-Mail Add1>,<E-Mail Add2... Invalid route address
Changes
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Usage Notes |
Solution |