So... how is this done in flow, then??

Derek

>>> [EMAIL PROTECTED] 2004/05/09 08:02:15 PM >>>
On Sun, May 09, 2004 at 12:21:44PM +0100, beyaNet Consultancy wrote:
> Hi, 
> I have some xsp code which sends mail to a specified user, and I now

> want to convert the code to jxt, how do I do it. My code is: 
> 
>                                       <sendmail:send-mail> 
>                                               
> <sendmail:charset>ISO-8859-1</sendmail:charset> 
>                                               
> <sendmail:smtphost>smtp.test.com</sendmail:smtphost> 
>                                               
> <sendmail:from>[EMAIL PROTECTED]</sendmail:from> 
>                                               
> <sendmail:to>[EMAIL PROTECTED]</sendmail:to> 
>                                               
> <sendmail:subject>Welcome!</sendmail:subject> 
>                                               
> <sendmail:body><xsp:expr>your-order</xsp:expr></sendmail:body> 
>                                       </sendmail:send-mail> 
> 
JXT is only a templating language. If you want to perform any business
logic
you have to do it in flow.
        lg
-- 
            __
         | /  \ |        Leszek Gawron            //  \\
        \_\\  //_/       [EMAIL PROTECTED]           _\\()//_
         .'/()\'.     Phone: +48(501)720812     / //  \\ \
          \\  //  recursive: adj; see recursive  | \__/ |


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


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
MailScanner thanks transtec Computers for their support.


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

Reply via email to