Robert Clarke wrote:
However, it got me thinking (always dangerous, could I not just call
javamail directly from flowscript and not use the action at all?

Has anyone else done this?

Of course you can. You can use any Java class you like from flowscript. Personally, I tend to limit the number of objects/classes referred to from flowscript, so whenever I need to send mail, I encapsulate calls to JavaMail in a set of higher-level methods in an application-specific class and call the latter from flowscript.


Ugo



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



Reply via email to