Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
0 votes
1.2k views
in CompleteFTP by (120 points)
Hello,

Is there any way to mask the email addresses that Email Notifications get sent to? We want to set up email notifications for users when we upload new files to a folder, but currently everyone's email address shows up in the notification email. Is there some sort of bcc option available?

Thanks.

2 Answers

0 votes
by (162k points)
Not currently. Is it possible to email to a named group, and have the group's individual emails hidden/bcc'd?
0 votes
by (162k points)
This was solved used a Powershell script in a Process Trigger, code below:

send-mailmessage -to "User01 <user01@example.com>" -from "User02 <user02@example.com>"  -bcc "User03 <user03@example.com>

Categories

...