| Author |
Message |
new_webguy
Joined: 08 Apr 2006 Posts: 1
|
Posted: Sat Apr 08, 2006 8:35 am Post subject: autoresponder email |
|
|
In my autoresponder script it is telling me to...
# Type the full path to your EMail program.
ex. $mailprog="/usr/sbin/sendmail";
what do i use for the email program directory??
Thanks |
|
| Back to top |
|
 |
kevin CWH Staff
Joined: 13 Dec 2004 Posts: 206 Location: Vancouver, BC
|
Posted: Mon Apr 10, 2006 12:31 pm Post subject: |
|
|
Hi,
$mailprog="/usr/sbin/sendmail";
That is correct for path to sendmail.
Kevin |
|
| Back to top |
|
 |
|