Question
We have just installed twiki as our corporate intranet.Everything is working fine except the page updations mails.Twiki is not sending mails for any updations and for the registration confirmation.
We have installed and configured sendmail but set the appropriate path in TWiki.cfg file.When we make a telnet connection to sendmail on port 25, it is sending mails without any problem, but twiki is not able to use sendmail for sending mails.
Should we use Perl::Net module instead
Please advise....
Environment
--
MandeepSingh - 10 Mar 2005
Answer
Try loggin in as the apache user, and sending mail from the command line using sendmail. If that works, the problem is with your configuration. If it doesn't your problem is somewhere else.
You could always use
CPAN:Net::SMTP
instead, as described in the documentation.
--
CrawfordCurrie - 10 Mar 2005