Hello
As our hosting company upgraded to php 4.3.10 mail function simply stop functioning.
I never changed these setting before in php.ini (as mail function was working with defaut settings)
--------------------------------------------
[mail function]
; For Win32 only.
SMTP = localhost
smtp_port = 25
; For Win32 only.
;sendmail_from = me@example.com
; For Unix only. You may supply arguments as well (default: "sendmail -t -i").
;sendmail_path =
-------------------------------------------
but now with php 4.3.10 same funtion return false.
I then tried this too to get it working
-----------------------------------------
[mail function]
; For Win32 only.
SMTP = username:password@abc.com
smtp_port = 25
; For Win32 only.
sendmail_from = username
-----------------------------------------
above username is email address.
But it didn't worked with it too.
What is the reason and how to solve this problem.
I also tried to use php mailer to send emails which is not my priority but just to get it working but that was not working as well.
Please help
Regards,
Atiq
PHP 4.3.10 AND MAIL FUNTION START GIVING PROBLEMS
Moderator: General Moderators