Hi,
is it possible to specify the type of recipient (CC, BC, TO) when using the Ctrl sendMail function?
Thanks in advance and BR,
Giri
Ctrl sendMail type of recipient
- kilianvp
- Posts:443
- Joined: Fri Jan 16, 2015 10:29 am
Re: Ctrl sendMail type of recipient
No, that is not possible. But you can extend the function. The parameters are -bcc and -cc.
- dgi
- Posts:11
- Joined: Wed May 09, 2018 4:28 pm
Re: Ctrl sendMail type of recipient
Oh I see, the Ctrl function is just a wrapper around the sendEmail binary located within the WinCC OA bin directory. Thanks for the advice!