Getting Dodosmail Script to Run
Posted: Sat Sep 24, 2005 5:28 pm
Howdy to one and all.
I'm a noob here and fairly noob with PHP. I'm experienced at C++, VB.NET (been a while though), and javascript.
I've been using the Dodosmail PHP ( you can download it at regretless.com) script on a Unix server for about a year and it works great on this particular server with it's particular host.
Now, I'm trying to get it to work on another server with a different host. I can't get it to send email on this second server.
These are settings on the server that send the email:
These are settings on the server that won't send the email:
Can you tell me if there's something I need to add to the script to get Dodosmail to run on the second server listed above.
Thanks, I apprciate any input.
I'm a noob here and fairly noob with PHP. I'm experienced at C++, VB.NET (been a while though), and javascript.
I've been using the Dodosmail PHP ( you can download it at regretless.com) script on a Unix server for about a year and it works great on this particular server with it's particular host.
Now, I'm trying to get it to work on another server with a different host. I can't get it to send email on this second server.
These are settings on the server that send the email:
Code: Select all
Server API Apache
sendmail_from...... no value....... no value
sendmail_path /usr/sbin/sendmail -t -i ..... /usr/sbin/sendmail -t -iCode: Select all
Server API CGI
sendmail_from....... me AT localhost.com..... me AT localhost.com
sendmail_path....... /usr/lib/sendmail -t -i..... /usr/lib/sendmail -t -iThanks, I apprciate any input.