March 17, 200521 yr Bonjour, j'ai un problème avec ma fonction mail() en php qui me retourne l'erreur suivante : Warning: mail(): SMTP server response: 550 5.7.1 Unable to relay for nobody@nowhere.com in monfichier on line 94 mail() s'exécute de la manière suivante : $dest = 'nobody@nowhere.com'; $subj = 'Le sujet du message'; $mess = 'Le corps du message'; mail($dest, $subj, $mess); Le serveur est un serveur Windows et le protocole SMTP est activé...
March 21, 200521 yr Problème windows non ? Chez moi ça fonctionne très bien avec cette syntaxe... Je déplace...
Archived
This topic is now archived and is closed to further replies.