PHP 4.3.10 AND MAIL FUNTION START GIVING PROBLEMS

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Atiq
Forum Commoner
Posts: 26
Joined: Thu Feb 19, 2004 5:23 am

PHP 4.3.10 AND MAIL FUNTION START GIVING PROBLEMS

Post by Atiq »

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
rehfeld
Forum Regular
Posts: 741
Joined: Mon Oct 18, 2004 8:14 pm

Post by rehfeld »

i would ask your host.
User avatar
shiznatix
DevNet Master
Posts: 2745
Joined: Tue Dec 28, 2004 5:57 pm
Location: Tallinn, Estonia
Contact:

Post by shiznatix »

i thought he was the host?
Post Reply