Gossamer Forum
Quote Reply
Blat for email
The \\ are ok. I need to use them but I have to send the mail using this code:
system ("blat e:\\xvrt\\edefa.es\\html\\cgi-bin\\msg.txt -t ballenilla\@edefa.es");

where msg.txt is the message I want to send with it full path and blat is the smtp installed in c:\winnt\system32\blat.exe

How I can modify the scripts to use the command "System" ?
Quote Reply
Re: Blat for email In reply to
Set the $db_mail_path variable in the links.cfg file to the following:

Code:
$db_mail_path = 'c:/winnt/system32/blat.exe -t';

Regards,

------------------
Eliot Lee....
Former Handle: Eliot
* Check Resource Center
* Search Forums
* Thinking out of the box (codes) is not only fun, but effective.