uot; and I just copied and pasted. :)
Thanks a lot.
Bing
-Original Message-
From: Martin Cooper [mailto:[EMAIL PROTECTED]
Sent: Wednesday, August 04, 2004 2:38 PM
To: Tag Libraries Users List
Subject: Re: Question about Mailer Tag library.
I'm not in a position to try this out right
Hi Jeroen,
I will try that out. Thanks.
Bing
-Original Message-
From: Vianen, Jeroen van [mailto:[EMAIL PROTECTED]
Sent: Wednesday, August 04, 2004 2:24 PM
To: 'Tag Libraries Users List'
Subject: RE: Question about Mailer Tag library.
Hi Bing,
> -Original Messag
I'm not in a position to try this out right now, but you should be
able to do this, since the address strings are passed directly to
InternetAddress.parse(). You will need to be careful with the '<' and
'>' characters, though, so that they're not interpreted as HTML or
XML.
--
Martin Cooper
On W
Hi Bing,
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, August 04, 2004 22:14
> To: [EMAIL PROTECTED]
> Subject: Question about Mailer Tag library.
>
>
> Hi, all,
>
> I am writing a simple jsp making use of the
Hi, all,
I am writing a simple jsp making use of the Mailer Tag Library to send out
emails.My question is: Is there any way to put the sender email address in a
format like: "Myname <[EMAIL PROTECTED]>" instead of "[EMAIL PROTECTED]"
only? I tried the former one but the tag library complained abou