Fork me on GitHub

Rapport de message :*
 

Re: Problème XCGal et Ecard

Titre du sujet : Re: Problème XCGal et Ecard
par yomhatiqva sur 18/10/2006 14:50:58

Bonjour

essayez ceci....

Ouvrir le fichier xcgal/include/htmlMimeMail.php

pres de la ligne 660,

// Get flat representation of headers
foreach ($this->headers as $name => $value) {
$headers[] = $name . ': ' . $this->_encodeHeader($value, $this->build_params['head_charset']);
}

$to = $this->_encodeHeader(implode(', ', $recipients), $this->build_params['head_charset']);

// if (!empty($this->return_path)) {
// $result = mail($to, $subject, $this->output, implode(CRLF, $headers), '-f' . $this->return_path);
// } else {
$result = mail($to, $subject, $this->output, implode(CRLF, $headers));
// }


Il faut ajouter les // en rouge (attention ne pas en ajouter devant $result...)

C'est peut etre une piste
Propulsé avec XOOPS | Graphisme adapté par Tatane, Grosdunord, Montuy337513

88 Personne(s) en ligne (72 Personne(s) connectée(s) sur Forum) | Utilisateur(s): 0 | Invité(s): 88 | Plus ...