Re: [WINTCL] Send emails with TCL
by Sergio Anis other posts by this author
May 1 2007 5:36AM messages near this date
Re: [WINTCL] Send emails with TCL
|
[WINTCL] MACRO EXCEL Question
hi Kenny,
I tried the mapimail ext and works perfectly.
thanks for your help
Sergio
> >> kennykb@[...].com 4/30/2007 8:01:35 PM >>>
Sergio:
> I'm writing a TCL application that will run in PC (Windows 200), it
recieves
> and process some data. The results will be sent via email attachment
to whom
> requeseted the analysis.
> Does anyone know how to send the email? Can I just call the default email
> client to handle the email?
You have two options:
One is to simply use raw SMTP with the SMTP module in tcllib. This works
in plain Tcl, but requires whoever installs the software to configure it
to find an SMTP server.
The other is to use MAPI.
Check out the "mapimail" extension at
http://www.schwartzcomputer.com/tcl-tk/tcl-tk.html
I think it may have what you need.
--
73 de ke9tv/2, Kevin
Thread:
Sergioanis
Kevin Kenny
Sergio Anis
|