Mail Archives: djgpp/2002/07/21/07:30:09
Hello.
Alex Vinokur wrote:
> Is it possible to send email from C/C++ program in gcc/gpp ?
> For instance, using system() ?
Yes. Use google to search for a program called Blat. As an example: You can
set up the DJGPP port of Emacs to use Blat to send e-mail and it works nicely.
Eli Zaretskii has some Emacs scripts to do this, which I've been using for a
while.
The problem with using external programs is that you need to have a version of
the program per platform, i.e.: one for DOS, one for Windows. If you don't
care about DOS, then things get easier. 8)
In pakke, a package manager for DJGPP, we use GNU wget to download packages
automatically from the Internet. That seems to work quite well.
HTH, regards,
--
Richard Dawe [ http://www.phekda.freeserve.co.uk/richdawe/ ]
- Raw text -