![]() |
| Sendmail on Windows |
|
cheryl
|
A common error I see for people using formmail scripts on Windows is that they are looking to use sendmail to send the messages. Unfortunately, sendmail is not installed on our Windows servers, only are linux servers. If you wish to use a perl script to send mail, you would need to use the Net::SMTP module. You can find more information about that at http://www.perldoc.com/perl5.6.1/lib/Net/SMTP.html
|
||||||||||||
|
|
|||||||||||||
| send mail |
|
westegg
|
can you point me toward more complete instructions for confuring a form to use send mail on one of the linux servers?
thanks... |
||||||||||||
|
|
|||||||||||||
|
pmeserve
HostMySite Tech
|
|||||||||||||
|
|
|||||||||||||
|
cheryl
|
If you are using a PHP script to send mail, you do not need to worry about configuring your sendmail path or anything. If you decide to use perl though, the path to sendmail on the Linux servers would be:
/usr/sbin/sendmail -t -i -froot@domain.com |
||||||||||||
|
|
|||||||||||||
|
plu
|
If you decided to use PHP to send mail, then a simple mail command would do it. PHP handles all the extra work for you. Sendmail only comes into place if you need to include it in your desktop application. Here is an example for VBScript:
|
||||||||||||||
|
|
|||||||||||||||
| Sendmail on Windows |
|
||
|


