[Wamp 5] erreur authentification SMTP
Bonjour,
J'ai cette erreur
SMTP server response: 530 authentication required
j'ai fais des recherche sur comment configurer le php.ini pour utiliser un serveur smtp avec authentification mais j'ai rien trouvé de très clair mis à part
"installe un serveur smtp sur ta machine"
auriez vous une solution?
configuration SMTP dans mon fichier php.ini :
Code:
1 2 3 4 5 6 7
| [mail function]
; For Win32 only.
SMTP = smtp.mail.yahoo.fr
smtp_port = 587
; For Win32 only.
sendmail_from =monmail |