Good day,
Is there a way to unset CC/BCC through "org.apache.commons.mail.Email" ?

I tried "email.setCC" with empty collection but there is a check for
null/empty collection inside.
Also, tried to "email.getMimeMessage().setRecipients(...)" but this fails
with NPE since MimeMessage is not build at that time.

Do I miss something?
Thanks in advance!

-- 
Best regards,
Paul

Reply via email to