Hi,
I've tried to send a message to a single recipient by using
UTL_SMTP.rcpt(l_mail_conn, p_to);
where p_to can contain only a email address. In order to send a message to multiple recipients, the only possibility (as far as I know) is to call this routine multiple times, but is there another way to send the same message to multiple recipients all at once so as to allow every recipient to see the others instead of having multiple emails ?
Oracle version 10g
Thanks
Mark