Gossamer Forum
Home : Products : Links 2.0 : Discussions :

Re: Sendmail Not Working

Quote Reply
Re: Sendmail Not Working In reply to
The Mailer.pm file only works with sendmail. What it does is looks to see if you've put the -t on the end, and if not, adds it on for you. To fix this, edit Mailer.pm:

110: $self->{'sendmail'} = $self->{'sendmail'} . " -oeq -t";

276: $self->{'sendmail'} = $self->{'sendmail'} . " -oeq -t";

comment out the above lines and it should work fine.

Cheers,

Alex
Subject Author Views Date
Thread Sendmail Not Working NHLy2k 2091 Jun 24, 1999, 4:57 PM
Post Re: Sendmail Not Working
Bobsie 2051 Jun 24, 1999, 9:46 PM
Post Re: Sendmail Not Working
NHLy2k 2055 Jun 25, 1999, 1:42 PM
Post Re: Sendmail Not Working
Alex 2056 Jun 25, 1999, 4:26 PM
Post Re: Sendmail Not Working
NHLy2k 2061 Jun 25, 1999, 5:47 PM