PHP mail function

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
HTF
Forum Newbie
Posts: 7
Joined: Sun Nov 15, 2009 7:22 am

PHP mail function

Post 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
HTF
Forum Newbie
Posts: 7
Joined: Sun Nov 15, 2009 7:22 am

Re: PHP mail function

Post 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?
Post Reply