Thanks a lot.
On Mon, Apr 30, 2012 at 2:43 PM, Fabien Bodard wrote:
> #!/usr/bin/env gbs3
> ' Gambas module file
>
> USE "gb.db", "gb.net.smtp"
>
> Private hcon As New Connection
> Private hTim as Timer
> Public Sub Main()
> Application.Daemon = True
> hTim = new timer as "Timer1"
> hTim.Dela
Hello
I just started working with Gambas. I managed to write out of different
text documents an html-document. I would like to send this html-document as
an html-e-mail to different e-mailadresses.
Could someone give me a hint, how to write a mail-function?
Thanks, Roel
*When I open the html-doc