Re: problem with email characters
- From: mlemos@xxxxxxx (Manuel Lemos)
- Date: Thu, 28 Sep 2006 15:13:35 -0300
Hello,
on 09/28/2006 02:27 PM Ross said the following:
Is there a function that sorts out all the dodgy characters in an email...
e.g.
? An update on Scottish Social Networks Forum ? A summary of the conference
"Social Networks - Evidence and Potential" ? Information on two
organisations playing their part in supporting positive social networks -
Counselling & Psychotherapy in Scotland and Neighbourhood Networks ?
I can use stripslashes(string); to remove the backslashes but what about the
blocks. I assume they are spaces.
There are no dodgy characters for e-mail. What you may need is to encode
those characters to send them by e-mail. You may need to use
quoted-printable for bodies and q-encoding for headers.
If you are not sure how to do that, you may want to try this MIME
message composing and sending class that takes care of that for you:
http://www.phpclasses.org/mimemessage
--
Regards,
Manuel Lemos
Metastorage - Data object relational mapping layer generator
http://www.metastorage.net/
PHP Classes - Free ready to use OOP components written in PHP
http://www.phpclasses.org/
.
- References:
- problem with email characters
- From: "Ross"
- problem with email characters
- Prev by Date: problem with email characters
- Next by Date: Re: [PHP] mysql_real_escape_string() question
- Previous by thread: problem with email characters
- Index(es):