Gossamer Forum
Home : Products : Links 2.0 : Installation -- Windows :

Re: Unable to Send Modification Message

Quote Reply
Re: Unable to Send Modification Message In reply to
Most likely since you are on a Windows Server, and if your hosting company has not installed a Windows based SENDMAIL program like BlatMail, WinMail, etc., you will need to use your SMTP server for the mail processes.

Simply use the following configurations in your links.cfg file:

Code:

# $db_mail_path = '';
$db_smtp_server = 'yourdomain.com';


Change yourdomain.com to your SMTP server.

If you don't know it, check your hosting company's online documentation for setting up custom Perl/CGI scripts.

Regards,

Eliot Lee
Subject Author Views Date
Thread Unable to Send Modification Message digitalmedusa 3011 May 25, 2001, 9:20 AM
Thread Re: Unable to Send Modification Message
Stealth 2956 May 25, 2001, 9:41 AM
Thread Re: Unable to Send Modification Message
digitalmedusa 2945 May 25, 2001, 9:56 AM
Post Re: Unable to Send Modification Message
Stealth 2943 May 25, 2001, 9:59 PM