I am struggling to get Mercury/32 (part of XAMPP package) working. After reading lots of tutorials and following them I am still facing one error that I cannot solve:
504.5.5.2 <postmaster@localhost>: Sender address rejected: need fully-quali
In my php.ini I have:
[mail function]
; For Win32 only.
; http://php.net/smtp
SMTP = localhost
; http://php.net/smtp-port
smtp_port = 25
; For Win32 only.
; http://php.net/sendmail-from
;sendmail_from = postmaster@localhost
Any hint will be highly appreciated
Thanks
El Vasco