Page 1 of 1

PHP mail function

Posted: Sun Jan 31, 2010 2:43 pm
by HTF
Hi,

Could you have a look what I'm doing wrong as php mail function is not working:

Error:
Could not instantiate mail function.
I would like to use my gmail account so I've set joomla admin panel as below:

Image
[mail function]
; For Win32 only.
; http://php.net/smtp
SMTP = smtp
; http://php.net/smtp-port
smtp_port = 25

; For Win32 only.
; http://php.net/sendmail-from
;sendmail_from = example@gmail.com

Re: PHP mail function

Posted: Sun Jan 31, 2010 10:10 pm
by HTF
Hi,

I've test it with IIS mail server and everything works fine but with hmailserver is not so is there a problem with authentication is so is it possible to enable it in php mail function?