Getting Dodosmail Script to Run

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
devguy
Forum Newbie
Posts: 1
Joined: Sat Sep 24, 2005 4:46 pm
Location: North America

Getting Dodosmail Script to Run

Post by devguy »

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:

Code: Select all

Server API  Apache
sendmail_from...... no value....... no value 
sendmail_path /usr/sbin/sendmail -t -i ..... /usr/sbin/sendmail -t -i
These are settings on the server that won't send the email:

Code: 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 -i
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.
Post Reply