I am using WAMP server in windows to publish my joomla web site. But I get the error
Could not instantiate mail function.
I think mail function or module is not installed on the server. How can I fi it?
Edit your php.ini
file and add:
[mail function]
SMTP = put your SMTP server here
smtp_port = 25
sendmail_from = me@example.com
Then restart the apache service.