To 和 CC 群发会向收件人披露其他人的邮箱地址
原文依据:3 处该 Skill 的主要行为是把多个地址放进 To 和 CC;示例也把两组参会者分别放入这两个可见字段。文档自身承认这通常会构成隐私泄露。BCC 地址通常不会显示,因此风险针对 To/CC 中的地址。
不应互相获知身份的客户、参会者或其他用户可能看到彼此的邮箱地址及分组关系,并可能引发隐私投诉或合规问题。
文档明确说明多个 To/CC 收件人会看到其他收件人,并称这通常构成隐私泄露;示例确实把确认和待定参会者数组分别传入可见的 To、CC 字段。只有 BCC 传入空数组。若这些数组包含不同用户的地址,发送时会向他们相互披露邮箱地址。用户应仅对已同意共享地址的群组使用,或要求作者提供逐人发送/BCC 方案。
This skill adds support for sending emails with multiple `to`, `cc`, and `bcc` recipients. Not suitable for bulk service emails (recipients see each other).查看另外 2 个位置
- This should NOT be used for sending service emails to multiple users because each recipient will see all the other recipients listed which would typically be a breach of user privacy. ) : async () { let result = await EmailClient.sendRawEmail( "no-reply", confirmedAttendeeEmails, tentativeAttendeeEmails, [], meetingSubject,