[fpc-pascal]Free Pascal librares for e-mail
John Coppens
john at johncoppens.com
Fri May 17 17:19:56 CEST 2002
Hi Cyril,
I think the easiest way to send e-mail, is to directly call the unix sendmail program
through an exec call. On one line you can include destination address, subject
and body. Or you can prepare a simple file with the message data inside, and
then call sendmail with exec.
John
On Fri, 17 May 2002 17:37:59 +0300 (EEST)
Cyril Zlachevsky <mazay at phone.dn.ua> wrote:
> I need send e-mail messages from pascal program (in linux).
> But can't find any procedure or funtion for mailing in Free Pascal.
>
> How I can solve my problem in fpc for linux?
>
>
> _______________________________________________
> fpc-pascal maillist - fpc-pascal at lists.freepascal.org
> http://lists.freepascal.org/mailman/listinfo/fpc-pascal
More information about the fpc-pascal
mailing list