Bcc in Email

Hi :Can we add a Bcc field,while sending mail using workflow services?Regards,Priya
[111 byte] By [priyaann] at [2007-11-26 6:35:43]
# 1

not possible (in fact, it was not designed for)

Solution one : make you mail api and invoke it from the workflow

Solution two : modify the class com.waveset.notification.EmailNotifier (idm.jar) and add the Bcc setter.

Solution three : don't use Bcc ;) (simpliest and recommanded)

VinZ at 2007-7-6 14:39:24 > top of Java-index,Web & Directory Servers,Directory Servers...
# 2
You can also try this : in the 'toAddress' field of the email template, add the following:toAddress='$(toAddress)\r\nBcc:your@email.com'I didn't tested. Tell me if it works.
VinZ at 2007-7-6 14:39:24 > top of Java-index,Web & Directory Servers,Directory Servers...
# 3
Hi,Is there by now already a solution for sending mails in Bcc besides having to modify the class com.waveset.notification.EmailNotifier ?ThanksS
StefanJacobs at 2007-7-6 14:39:24 > top of Java-index,Web & Directory Servers,Directory Servers...