Gossamer Forum
Home : Products : Gossamer Links : Version 1.x :

Something wrong with my mail script?

Quote Reply
Something wrong with my mail script?
Hi,

Yes, it's me again. I have been experiencing sending mail not only in the newsletter but in other sections of the admin as well, like sending a link added message to link owners etc.

URGENT PL. help.

Quote Reply
Re: Something wrong with my mail script? In reply to
Sounds like you've got the wrong path to sendmail. You'll find it in Links.pm, here's an example from my Links.pm file:

In Reply To:
# If you are on UNIX set db_mail_path to the location of sendmail. If you
# are on NT, set db_smtp_server to the hostname for your SMTP server.
# NOTE: Only one should be set.
$LINKS{db_smtp_server} = '';
$LINKS{db_mail_path} = '/usr/sbin/sendmail';
If you don't know the mail path, ask your host.
Quote Reply
Re: Something wrong with my mail script? In reply to
Hi,

Thanks for you help really. I guess I must have been the biggest fool on earth to post my question in the wrong category.

Sorry for all your time wasted. This question should have been in the Links 2.0 category.

:-(