Ruwan
> <sendMail>
>  <protocol host="string" port="int"/>
>  <authentication user="string" password="string"/>
>  <recipient type=("to"|"cc"|"bcc") address="string"
> personalName="String"/>
>  <from address="string" personalName="string"/>
>  <replyTo address="string" personalName="string"/>
>  <header name="string" value="string" expression="xpath"/>
>  <subject text="string" expression="xpath"/>
>  <body text="string" expression="xpath"/>
>  <attachment src="uri" expression="xpath"/>
> </sendMail>
Sounds cool.. some suggestions/observations..
1. I assume one can specify multiple <recipient ..>* elements to specify
to, cc, bcc etc.
2. Would be cool to someday allow one to pick the body or attachment
from the registry
3. Would be even better to let one substitute body variables.. e.g. body
is picked up from the registry and contains ${param1} etc within the
text, and the engine will replace these with an XPath expression or
value etc to compose the actual body..

asankha

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to