[Configuration] Formulaire de contact et envoi d'e-mail
bonjour, petit soucis,
après envoi d'un formulaire de contact, j'ai ce message
Citation:
Warning: mail() [function.mail]: SMTP server response: 503 This mail server requires authentication when attempting to send to a non-local e-mail address. Please check your mail client settings or contact your administrator to verify that the domain or address is defined for this server. in C:\Program Files\EasyPHP 2.0b1\www\envoi_contact.php on line 79
j'ai changé certains paramètres dans php.ini mais rien n'y change\
Code:
1 2 3 4 5 6 7
| [mail function]
; For Win32 only.
SMTP = smtp.XXXXX.com
smtp_port = 25
; For Win32 only.
sendmail_from = info@andXXXX.com. |
une solution ???