[thelist] String Concatenation ??

j.d. welch so.there at showtunepink.com
Fri Dec 6 20:36:00 CST 2002


yup, that's what i would do. use the mail() function to your
advantage...it seems to sort things like this out, and it seems that
adding MIME wrappers yourself would foul it up.  you can define headers
for mail like so:

$headers = "From: me at mycompany.com\nReply-To:
someoneelse at mycompany.com\nContent-Type: text/html; charset=iso-8859-1";

to make sure the client interprets it as HTML, then call

mail("$to", "$subject", "$msg", "$headers");

perhaps that would do it?

-jd

On Friday, December 6, 2002, at 04:58  PM, Andrew Maynes wrote:
> [snip]
>
> mail ($receiver1, $topic1, $message1, $headers1);
>
> Andrew




More information about the thelist mailing list