Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Sendmail query

by neophyte (Curate)
on May 31, 2001 at 17:18 UTC ( [id://84545]=note: print w/replies, xml ) Need Help??


in reply to Sendmail query

A Super Search on Sendmail would have given you lots of relevant nodes. So here just a few hints:
The path to sendmail varies from nix-box to nix-box, your apache server (apache is just the webserving software, not an OS) might have it in
my $mailprog = "/usr/lib/sendmail"; or my $mailprog = "/usr/bin/sendmail";
or somewhere else entirely. Your friendly sysadmin will be able to tell you.

There is a sendmail for Win, but that is not necessarily installed on the box the IIS is running on. To be on the safe side you could use Net::SMTP, which runs on both platforms, but also is not guaranteed to be installed.

neophyte Niederrhein.pm

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://84545]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (2)
As of 2024-04-19 18:36 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found