![]() |
|
|
#1 (permalink) |
|
Registered User
Join Date: Mar 2006
Posts: 14
|
whereis sendmail?
Creating a CGI script to process a form and then send off an email. The bit I'm stuck on is the line:
open(MAIL, "|/usr/sbin/sendmail") || Error ('open', 'mail program'); Usually for unix servers the sendmail program is located at either: /usr/sbin/sendmail or /usr/lib/sendmail Where is the program located on the catalyst2 windows server? Or does the line change completely with being on a windows server? Thanks in advance Stephen |
|
|
|
|
|
#2 (permalink) |
|
Administrator
Join Date: May 2003
Posts: 1,299
|
Hi Stephen,
Sendmail doesn't exist on windows servers - we would recommend the use of a perl mailer that makes direct use of an smtp server. Regards, Jacob
__________________
Jacob Colton jacob@catalyst2.com Open a ticket | Knowledgebase | Rate catalyst2 | Review catalyst2 |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|