Fork me on GitHub

Rapport de message :*
 

Re: Xoops 2.0.17.1 et xoopsmultimailer

Titre du sujet : Re: Xoops 2.0.17.1 et xoopsmultimailer
par eparcyl92 sur 19/10/2007 20:12:00

Bonsoir,
J'ai tenter de dire au forum de sourceforge mon problême rencontré avec la partie email de xoops, et voila leurs réponses après "x" jours d'attente.
Citation :

Bugs item #1792995, was opened at 2007-09-12 06:12
Message generated for change (Comment added) made by young-pee You can respond by visiting:
https://sourceforge.net/tracker/?func= ... id=1792995&group_id=41586

Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update.
Category: Core - Core
Group: XOOPS 2.0.x
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: eparcyl92 (eparcyl)
Assigned to: Nobody/Anonymous (nobody)
Summary: class.phpmailer.php xoops 2.0.17

Initial Comment:
Bonjour,
Je ne peux pas envoyer d'email avec les paramêtres standart de ce fichier (Vers la ligne 429)
if ($this->Sender != "" && strlen(ini_get("safe_mode"))< 1)
{
$old_from = ini_get("sendmail_from");
ini_set("sendmail_from", $this->Sender);
$params = sprintf("-oi -f %s", $this->Sender);
$rt = @mail($to, $this->EncodeHeader($this->Subject), $body,
$header, $params);
}
else

Je suis obliger de faire cela:

if ($this->Sender != "" && strlen(ini_get("safe_mode"))< 1)
{
$old_from = ini_get("sendmail_from");
ini_set("sendmail_from", $this->Sender);
$params = sprintf("-oi -f %s", $this->Sender);
$rt = @mail($to, $this->EncodeHeader($this->Subject), $body,
$header, $this->Sender);
}
else

Je suis sur un server mutualisé (Infomaniak)
Logiciel serveur Apache
Version PHP 5.2.3
Version MySql 5.0.27-max-log

----------------------------------------------------------------------

>Comment By: nekro ( XOOPS ) (young-pee)
Date: 2007-10-19 00:57

Message:
Logged In: YES
user_id=1384873
Originator: NO

Someone can translate it to english please!!!

----------------------------------------------------------------------

You can respond by visiting:
https://sourceforge.net/tracker/?func= ... id=1792995&group_id=41586


Bref, j'ai rien compris... alors....

Bonsoir
Propulsé avec XOOPS | Graphisme adapté par Tatane, Grosdunord, Montuy337513

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