Hi all,
I have a problem with my SMTP configuration.
My server is running with Wamp and my provider is 1&1.
All my mail notifications on my site (Dolphin 7) don't work.
Warning: mail() [function.mail]:
SMTP server response: 550 must be authenticated in D:\wamp\www\inc\utils.inc.php on line 423
I've just configured my php.ini like:
[mail function]
; For Win32 only.
; http://php.net/smtp
SMTP = auth.smtp.1and1.fr
; http://php.net/smtp-port
smtp_port = 587
I think it's cause the SMTP need an authentication but I don't know where configure it (with the mail() fonction).
Also, It seems that I should use another fonction to send my mails
(Pear mail, PHP Mailer ...) to precise my autentication fields..
Do I really to do this ? Or Maybe it exists a solution (Module...) to resolve my problem ?
Thanks