I'd like to send email containing accents (french one) using PHP
command mail(). The content of these emails are store in text files.
I'de like to know :
- text file format (encoding, with ASCII code ?...) that will contains
my templates with some potential accents
- the right header that i should give to the mail commande
Thanks for all