Hi,
I am using apex_mail.send procedure to send emails to mulitple users (around 100). However, I want to hide the recipients and avoid the reply all issue so i included the list of emails in the p_bcc parameter. But, the email will not be sent without specifying a p_to recipient (i tried to set NULL value to this but doesnt work). Is there a way to overcome this?
Apex 5.1.4