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.
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.