[Gambas-user] Send Mail In Gambas

johnf jfabiani at ...1109...
Wed Jan 11 19:02:22 CET 2006


On Wednesday 11 January 2006 09:37, SHARMAQ Sistemas wrote:
> Hello
>
> How to i can send a Relat by email in Gambas?
>
> Regards
> Paulo - From Brazil

If you are using a dcop app you might want to take a look at the "kdcop" 
listing available.  Make sure you review the automation of kate demo for a 
better understanding of how you might call the required functions.  

I.e my kmail program has the following dcop function available:
MailTransportSericeIface.sendMessage(Qstring from, QString to,QString 
subject, ........,QString body)

If you are using some app that does not use dcop then I'm not to sure.  There 
may be some way to use the smtp server.  Please make sure you check out all 
available ways.  At the moment I have discovered dcop and that might not be 
the best way.   You know I found a new tool -  So I now have a hammer and the 
whole world looks like a nail.

John




More information about the User mailing list