Suppression message lors de l'envoi de la propale
This commit is contained in:
parent
1e033954c8
commit
281a48a77c
@ -556,13 +556,7 @@ if ($propalid)
|
|||||||
|
|
||||||
$mailfile = new CMailFile($subject,$sendto,$replyto,$message,$filepath,$mimetype, $filename);
|
$mailfile = new CMailFile($subject,$sendto,$replyto,$message,$filepath,$mimetype, $filename);
|
||||||
|
|
||||||
if ( $mailfile->sendfile() )
|
if (! $mailfile->sendfile() )
|
||||||
{
|
|
||||||
|
|
||||||
print "<p>envoyé à $sendto";
|
|
||||||
print "<p>envoyé par ".htmlentities($replyto);
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
{
|
||||||
print "<b>!! erreur d'envoi";
|
print "<b>!! erreur d'envoi";
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user