Email multiple recipients without revealing other recipients

前端 未结 8 1941
庸人自扰
庸人自扰 2020-12-24 08:20

I\'m using javamail to send emails to a list of recipients, but don\'t want them to be able to see who else received the email. I also don\'t want to send it using BCC sinc

8条回答
  •  借酒劲吻你
    2020-12-24 08:23

    No, there isn't a way to do this with email.

    You have to explicitly build and send an email iterating by each of your recipients, one of them as the sole member of your addressTo array.

提交回复
热议问题