Please, help! Can't send mail using Mercury, also mail() function in php doesn't work. The setups are here.
I've been looking though various guides, tryed different setups in Mercury, but nothing worked.
My php.ini file setup is the following:
SMTP = localhost
smtp_port = 25
sendmail_from =postmaster@localhost
My senmail.ini:
smtp_server=localhost
smtp_port=25
error_logfile=error.log
debug_logfile=debug.log
My Mercury setup:
When i try to send a letter (File-Send mail message) i get a mistake :
As a result, my php-script which uses mail() function also doesn't work (though the function returns True, there is no letter in my gmail account).