Ian A. White @ 2006-8-17 3:16:26 AM "How do you show the user name part within quotes in a quick template" <mid:[EMAIL PROTECTED]>
> I want the field values to be the same as when a normal message is
> created, however I cannot find a way to have the name show as "Ian A.
> White" complete with the quotes.
> %SetHeader("From","%ReplyName <[EMAIL PROTECTED]>")%-
> %SetHeader("Reply-To","%ReplyName <[EMAIL PROTECTED]>")%-
> Is there any way to do this?
Just swap the quote type and you can embed " characters in your header
strings (see this message's To: field):
%SetHeader('From', '"Test A Roo" <[EMAIL PROTECTED]')%-
--
Chris
Using The Bat! v3.80.06 on Windows XP 5.1 Build 2600 Service Pack 2.
Accessing a POP3 mailbox.
A chicken is an egg's way of making more eggs.
pgp3ICZAtJhSL.pgp
Description: PGP signature
________________________________________________ Current version is 3.80.06 | 'Using TBUDL' information: http://www.silverstones.com/thebat/TBUDLInfo.html

