Page 1 of 1

sending email on linux

Posted: Tue Jul 28, 2009 5:35 am
by ahmedyk
Dear Friends,
I wrote a simple PHP email script which runs perfectly on phptriad windows operating system, I just added smtp ip address in php.ini file and the email script runs perfectly, but when i use the same email script on linux server and after adding the smtp ip address in php.ini file on linux server, the email script doesnt work .
Please guide me what more changes do i need to do on linux server.

Thank you.
Best Regards

Re: sending email on linux

Posted: Tue Jul 28, 2009 9:54 am
by Christopher
You may want to look at how phpMailer or SwiftMailer do this.

Re: sending email on linux

Posted: Tue Jul 28, 2009 10:06 am
by caltoche
Can you ping the smtp server from your computer on linux ?