PDA

View Full Version : sending email



xtendedf
11-13-2007, 05:39 PM
Does hostmonster use
1. sendmail
2. exim or
3. qmail

i'm trying to forward emails to a php script.

alex

RDM
11-13-2007, 06:03 PM
sendmail

/usr/sbin/sendmail

You can pipe emails to a php script with cPanel.

xtendedf
11-13-2007, 06:18 PM
I tried, but can't get it to work.
Basically, i said forward emails to
/home/myaccount/public_html/mydomain/myphp.php

when i send a test email, it says that it's piping
the email, but it doesn't look like my script is working.
I've tried permissions to 777 but no luck.

Anybody doing this?