Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 1788 → Rev 1789

/trunk/scripts/bibliotheque/Messagerie.php
31,6 → 31,7
'X-abuse-contact: '.$emailExpediteur.$eol.
'Date: '.$dateHeure.$eol.
'From: '.$emailExpediteur.$eol.
'Reply-To: '.$this->conteneur->getParametre('adresse_reponse').$eol.
'MIME-Version: 1.0'.$eol.
"Content-Type: multipart/alternative; boundary=\"$limite\";".$eol.$eol;
 
67,6 → 68,7
'X-abuse-contact: '.$emailExpediteur.$eol.
'Date: '.$dateHeure.$eol.
'From: '.$emailExpediteur.$eol.
'Reply-To: '.$this->conteneur->getParametre('adresse_reponse').$eol.
'MIME-Version: 1.0'.$eol.
"Content-Type: text/plain; charset=\"$encodage\";".$eol.$eol;