- PHP : Formulaire vers courriel basique avec contrôle captcha anti spam (form to mail) - CodeS
- PHP : Captcha ( anti-spam ) accessible à tous ! - CodeS SourceS
- PHP : Captcha (anti-spam) - CodeS SourceS
- PHP : Captcha ( anti-spam, anti-robot ) - CodeS SourceS
- PHP : Form to mail avec protection par token et captcha contrôles des champs en php - CodeS So
19 mai 2015 à 13:26
11 juil. 2011 à 14:00
begueradj
10 avril 2011 à 15:12
dans php.ini
tu dois activer ton smtp, exemple sfr
[mail function]
; For Win32 only.
SMTP = smtp.sfr.fr
smtp_port = 25
c'est une question pour le forum
a++
10 avril 2011 à 14:07
Lors de l'envoie d'un mail je reçois une erreur du genre:
Warning: mail() [function.mail]: Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() in C:\wamp\www\Formulaire\envoi.php on line 86
Ça peux être du à quoi?
14 mars 2011 à 08:49
Concernant la fonction FILTER_VALIDATE_EMAIL il me semble qu'elle ne fonctionne correctement qu'avec la version de php 5.2.0 !
Voir le commentaire et le test sur la page http://www.php.net/manual/en/filter.filters.validate.php
J'ai fait le test avec php 5.3.4 le résultat est négatif.
Merci pour ce script.