Re: [PHP] mail and quotes

2007-11-02 Thread Jim Lucas
Stefano Esposito wrote: Hi all, when i send a mail using mail(), every quote and double quote in the subject and in the body of the mail get escaped. Since this is somewhat ugly, especially in languages which widely uses the single quotes (as italian does), i am wandering if there is someway to

[PHP] mail and quotes

2007-11-02 Thread Stefano Esposito
Hi all, when i send a mail using mail(), every quote and double quote in the subject and in the body of the mail get escaped. Since this is somewhat ugly, especially in languages which widely uses the single quotes (as italian does), i am wandering if there is someway to avoid this. Thanks for an