Hello, I'm using:
Isomorphic SmartClient Framework (SC_SNAPSHOT-2011-11-10/PowerEdition Deployment 2011-11-10)
(although will soon upgrade to 3.0 :-))
Here 's my problem, using the following mail velocity template:
If I put one email address in the dsRequest, it works.
If I put multiple, comma-separated ones in that recipients field value it gives the following error: 'Illegal address'. (I am using this thing in an offline datasource setting, so that might be the reason why it doesn't throw a stack trace?)
The docs state that you can use a comma-separated string of emailaddresses, correct?
Curious to your answer! Have a merry X-mas.
Isomorphic SmartClient Framework (SC_SNAPSHOT-2011-11-10/PowerEdition Deployment 2011-11-10)
(although will soon upgrade to 3.0 :-))
Here 's my problem, using the following mail velocity template:
Code:
<mail> <from>noreply@mydomain.nl</from> <to>$dsRequest.getFieldValue("recipients")</to> <subject>test</subject> <messageTemplate>test</messageTemplate> </mail>
If I put multiple, comma-separated ones in that recipients field value it gives the following error: 'Illegal address'. (I am using this thing in an offline datasource setting, so that might be the reason why it doesn't throw a stack trace?)
The docs state that you can use a comma-separated string of emailaddresses, correct?
Curious to your answer! Have a merry X-mas.
Comment