boardom Forum Index boardom
b2 message board
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Le village.org n accepte pas la fonction mail()

 
Post new topic   Reply to topic    boardom Forum Index -> Aide en français
View previous topic :: View next topic  
Author Message
Anastase



Joined: 23 Mar 2003
Posts: 6

PostPosted: Mon Mar 24, 2003 2:10 pm    Post subject: Le village.org n accepte pas la fonction mail() Reply with quote

C est ce qui est apparu qd j ai essayer de recuperer un mot de passe.
Je croyais qu au contraire ils acceptaient cette fonction ?

Vers quel autre hebergeur gratuit ce tourner ?
Back to top
View user's profile Send private message
sylgil



Joined: 07 Apr 2003
Posts: 2

PostPosted: Mon Apr 07, 2003 4:32 pm    Post subject: Re: Le village.org n accepte pas la fonction mail() Reply with quote

Anastase wrote:

Je croyais qu au contraire ils acceptaient cette fonction ?


Ben si la fonction mail est bien active sur le village !!!

Il faut juste spécifier une variable from dans la fonction, ceci pour des raisons de sécurité, afin que les utilisateurs de l'hébergement du Village ne détournent pas le service pour spammer.

un exemple de code qui fonctionne j' viens de le retester à l'instant :

<?php
$email="[email protected]";
$sujet="test d'envoi de mail php avec le village";
$message="Bonjour,\n\n";
$message.="ceci est un mail envoyé avec la fonction mail par le village\n";
$header="From: [email protected]\n";

mail($email,$sujet,$message,$header);
?>

et ça marche
_________________
--
www.levillage.org
Back to top
View user's profile Send private message
Anastase



Joined: 23 Mar 2003
Posts: 6

PostPosted: Sat Apr 12, 2003 4:27 pm    Post subject: Cool Reply with quote

Merci beaucoup.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    boardom Forum Index -> Aide en français All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB 2 © 2001, 2002 phpBB Group