Gossamer Forum
Quote Reply
Can't mail
Hi!

All in my script works perfect but no mail is going out. There's no error mesagge.

I used the perldriver.cgi to get my sendmail path. It looks like this:

sendmail:
/usr/sbin/sendmail
/usr/lib/sendmail


So I have to choose one of them.

I tried it with both in links.cfg. I placed it like this because it's a Unix server:

# PATH of sendmail. # SMTP Server
$db_mail_path = '/usr/lib/sendmail'; $db_smtp_server = '';



Is this right? Why doesn't it work?

Please help.

Bye, Gabi
Quote Reply
Re: [Gabi L] Can't mail In reply to
I don't know if this helps but I used perldiver.cgi on my server and it listed the above and never worked so I used:-

$db_mail_path = '/usr/sbin/sendmail'; $db_smtp_server = '';

Its only an idea, try you have nothing to lose.
or try -t after your send mail path.

The only other thing I can think of is that you may have modified or deleted your $db_mail_path commands in subscribe and add.cgi scripts or the link to links.cfg in those files are wrong.
Quote Reply
Re: [stu2000] Can't mail In reply to
Yes thanks!

The -t helped!

Bye, Gabi

WinkWinkWink
Quote Reply
Re: [Gabi L] Can't mail In reply to
Glad to be of a help to someone, usually its me requiring all the helpSmile