Gossamer Forum
Home : Products : Links 2.0 : Discussions :

using blat.exe

Quote Reply
using blat.exe
I have changed the links.cfg file and put in the path to blat.exe I have done a test email to myself using link owners and it sais that messages were sent succesfully, the problem is that i have not received any mail. Could it have something to do with line above 'Message sent succesfully ', it sais '-oeq does not exist'?
Any ideas anyone?




Quote Reply
Re: using blat.exe In reply to
Are you using /PATH/TO/blat -oeq ??

Paul Wilson.
http://www.wiredon.net/gt/
http://www.perlmad.com/
Quote Reply
Re: using blat.exe In reply to
do I need to add ' -oeq' on the end of my blat.exe path?

Quote Reply
Re: using blat.exe In reply to
Give it a try. If it works then yes you need it...Smile

Paul Wilson.
http://www.wiredon.net/gt/
http://www.perlmad.com/
Quote Reply
Re: using blat.exe In reply to
the '-oeq does not exist' massage does not show now but still no mail.

Quote Reply
Re: using blat.exe In reply to
Try using:

Code:

$db_mail_path = 'C:\blat.exe';


Make sure that the drive letter and location are correct. the default install of the blat.exe file is in the root of C:\ or your main hard drive.

If that doesn't work, then try using the -t switch:

Code:

$db_mail_path = 'C:\blat.exe -t';


Regards,

Eliot Lee
Quote Reply
Re: using blat.exe In reply to
Just tried the -t switch and still nothing. I know I have the path to blat.exe correct because I got it wrong in the past and got an error from the server, now there is no error.

Got to go to bed now... too tired... Ill resume tomorow.
Thanks for all the help so far!

Quote Reply
Re: using blat.exe In reply to
Im back on again now, any more ideas would be much appreciated thank you.

Quote Reply
Re: using blat.exe In reply to
Has anyone had blat.exe working in the past?

Quote Reply
Re: using blat.exe In reply to
Yep...and using the -t switch worked for me.

One thing that you should check is to make sure that the $db_admin_email is the same as the email address you used to configure BLAT.

I've provided you all the advice I have...

Best of luck!

Regards,

Eliot Lee