Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Having Nightmare with PHP mail script!

Status
Not open for further replies.

NeckBone

Programmer
Oct 15, 2003
47
US
Can you please help me.

I'm using a script to mail info taken from a form and mailing it my email box. It works great on one server.

The same script and form won't run on another server which is also a different host.

I think it has to to with send_mail.

In phpInfo() chart I see this on the server that doesn't work:

send_mail...me@localhost.com...me@localhost.com
/usr/lib/sendmail -t -i for both of the above Local and Master values

On the other server that WORKS:

send_mail...no value...novalue
/usr/sbin/sendmail -t -i for Local and Master Values

Can someone give me a clue as tho what's going on?



For every problem, there's a solution and every solution brings it's own set of problems.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top