[PHP] config smtp du php ini pour envoi mail
Résolu
neofuturoxx
Messages postés
131
Statut
Membre
-
kamal -
kamal -
bonjour tout le monde , j'ai un petit souci avec mes formulaires contact a chaque fois que j'entre les info et quand je clique envoyer il m'affiche ce message :
quelqu'un peut il me renseigner merci
Warning: mail() [function.mail]: Failed to connect to mailserver at "smtp.xxxxxx.xxx" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set()
quelqu'un peut il me renseigner merci
A voir également:
- 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
- Php ini smtp - Meilleures réponses
- Php.ini mail smtp - Meilleures réponses
- Your device ran into a problem and needs to restart - Forum Windows 10
- Aux in - Forum Audio
- 09 48 35 25 65 ✓ - Forum Mobile
- Qwerty to azerty - Guide
- Deco in paris avis ✓ - Forum Consommation & Internet
configure ton fichier php.ini avec
SMTP = 127.0.0.1
smtp_port = 25
voilà, en espérant t'avoir aidé