How to Send Email to Multiple Recipients Using UTL_SMTP ?
(Doc ID 744605.1)
Last updated on JULY 20, 2023
Applies to:
PL/SQL - Version 9.2.0.8 and laterOracle Payables - Version 12.2.12 to 12.2.12 [Release 12.2]
Information in this document applies to any platform.
Goal
How to Send Email to Multiple Recipients Using UTL_SMTP ?
When sending Email to multiple recipients, you need to parse out each recipient and make a call to UTL_SMTP.RCPT to add it to the recipient list.
Solution
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
Goal |
Solution |
References |