Ted
12-10-2001, 08:16 PM
Hi
so im trying to set up a mailing list thing that visitors can sign up for for my client. Im using this CGI script i found that seems to be really good. THe site for it is here http://mojo.skazat.com/
Anywho, on the instructions it asks for the location of my mail program and i dont know hat that is.
Heres the instructions:
Change this variable to the location of your mail program. if your mail program is at: /usr/local/bin/sendmail, then $mailprog would be:
my $mailprog = '/usr/local/bin/sendmail';
You can find the path to your mail program by typing
------------------------------------------------------------------------
which sendmail
in a telnet session, or asking your system administrator.
What is the location of my mail program? Thanks for the help! The client is Milestone-Group and the site will eventually be at www.milestone-group.com
but right now its temporarily at www.tedpower.com/milestonegroup/index.html
thanks
so im trying to set up a mailing list thing that visitors can sign up for for my client. Im using this CGI script i found that seems to be really good. THe site for it is here http://mojo.skazat.com/
Anywho, on the instructions it asks for the location of my mail program and i dont know hat that is.
Heres the instructions:
Change this variable to the location of your mail program. if your mail program is at: /usr/local/bin/sendmail, then $mailprog would be:
my $mailprog = '/usr/local/bin/sendmail';
You can find the path to your mail program by typing
------------------------------------------------------------------------
which sendmail
in a telnet session, or asking your system administrator.
What is the location of my mail program? Thanks for the help! The client is Milestone-Group and the site will eventually be at www.milestone-group.com
but right now its temporarily at www.tedpower.com/milestonegroup/index.html
thanks