Hi,

with VFP6 SP5
In a form, I have a button "mail to the autor this file"

1. What is the right syntax of the string passed to the send function of the
blat.dll (I dont know the adress of the sender, le recipient adress is my own
adress BlackSabbath@hell)

2. Is it necessary to register the blat.dll during the installation by the
client ?

Thanks--
Olivier (enlever les 3X pour la réponse)

Re: How to use blat.dll to send attach file ? by Demetrios

Demetrios
Mon Sep 15 09:44:56 CDT 2003

Olivier,

I don't have blad.dll. Instead I use blad.exe (which is free) to send from a
batch job e-mails.

You can use it directly from VFP.
The syntax is:

blat Full_Path_Body.txt -to use1@address -cc user@address ,use3@address -s
"Subject Text" -attach full_path_attatchment_file.txt

Demetrios, Greece

"BlackSabbath" <son.of.devil@no.spam.in.hell> wrote in message
news:#tMo$B5eDHA.1056@TK2MSFTNGP10.phx.gbl...
> Hi,
>
> with VFP6 SP5
> In a form, I have a button "mail to the autor this file"
>
> 1. What is the right syntax of the string passed to the send function
of the
> blat.dll (I dont know the adress of the sender, le recipient adress is my
own
> adress BlackSabbath@hell)
>
> 2. Is it necessary to register the blat.dll during the installation by the
> client ?
>
> Thanks--
> Olivier (enlever les 3X pour la réponse)
>
>