JavaMail Bridge - multiple recipient addresses in cc (or to)

View: New views
2 Messages — Rating Filter:   Alert me  

JavaMail Bridge - multiple recipient addresses in cc (or to)

by trichter :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hallo,

I would be interested to know how to cc-send an email message (using the multi part transformer, and using simple message property cc to email cc header translation) to a list of recipients.

I tried to set the cc message property / email header value to "address1;address;address3" but this did not work with semicolon as separator.

Is there another way do accomplish this?

Thanks,
Toralf

Re: JavaMail Bridge - multiple recipient addresses in cc (or to)

by IIT Software :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Wrong delimiter. It should work if you use a comma "," like "a@b.com,b@b.com" etc.