Sending emails to Multiple Recipients using UTL_SMTP
When did a test, it says Your e-mail was successfully sent but I am not getting any emails.
Sample Syntax,
EXEC send_mail('sender@domain.com', 'recipient1@domain.com, recipient2@domain.com, recipient3@domain.com', 'Subject of TEST EMAIL USING UTL_SMTP', 'Body of TEST EMAIL USING UTL_SMTP');
I also tried with one email recipient but still no email was generated. Not sure what was causing the problem. Any one using UTL_SMTP to send emails to multiple recipients, please advise.