Bonjour,
J'ai le problème suivant. J'envoie un mail via sendmail en ayant au préalable configuré mon php.ini (j'utilise wampserver). Tout est ok.
Dans ZendStudio, j'écris un petit script et j'obtiens dans la fenêtre "Output Browser" le message suivant:

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:\Users\Michel\Zend\workspaces\DefaultWorkspace\RemoteSystemsTempFiles\LOCALHOST\c\wamp\www\projet2\mail1.php on line 10
Mail hasn't been sent
Or dans mon php.ini j'ai:
[mail function]
; For Win32 only.
SMTP = relay.skynet.be
smtp_port = 25
Ma question est: quel fichier php.ini est utilisé par Zend ? ou comment le configurer correctement?
Merci