|
Posted by Barry Morris on 07/20/07 16:10
Hello Rik
Thanks for the quick reply!
The e-mail is sent to an e-mail account using the PHP command:
mail('mye-mail@myhost.co.uk', "Subject goes here", $AIS_MESSAGE, "From:
sender@sendersemail.co.uk" );
"and set all encoding to UTF-8", where? How? However I guess UTF-8 makes
sense if the e-mail is been converted to 7 bit.
Regards
Barry
"Rik" <luiheidsgoeroe@hotmail.com> wrote in message
news:op.tvrs1rldqnv3q9@metallium...
> On Fri, 20 Jul 2007 16:58:18 +0200, Barry Morris
> <nospam.barry_morris@btinternet.com> wrote:
>> Hello
>>
>> I have a problem sending e-mails using PHP and a text area as the input
>> field, some characters are been changed in IE6/7 but not FireFox, is
>> there a
>> workaround for this?
>
> You send an email to a browser? Please explain? (and set all encoding to
> UTF-8)
> --
> Rik Wasmus
[Back to original message]
|