Re: quoted strings within quoted strings2002-02-28 10:32:43So what is the proper way to do it? Would it be
sender = "\"John D. Bloggs\" <jdbloggs(_at_)example(_dot_)com>"
IMHO yes. and the value encded by that sender parameter is
"John D. Bloggs" <jdbloggs(_at_)example(_dot_)com>
not
\"John D. Bloggs\" <jdbloggs(_at_)example(_dot_)com>
Keith
|
|
||||||||||||||||