Alexandro Colorado wrote: > I guess that the function doesn't really do what I was expecting. I have a > different question now. I want to send an email from OpenOffice.org. Now I > am looking into another service in UNO which might do something similar > which is sending emails from UNO. > > http://api.openoffice.org/docs/common/ref/com/sun/star/mail/XSmtpService.html
No, this is not a service, this is an interface (it starts with an "X"). > SmtpService is another service I am now looking into to be able to send an > email from OOo. Anyone have an input on this service? This service is used for the MailMerge functionality in OOo. It is implemented in Python. From what I can see in the implementation in Writer it is much harder to use and perhaps not usable in Basic as it seems to require that an object is passed to the service that must be implemented by the client software. But admittedly I concur that from a first glance. But why is Simple(System|Command)Mail not enough for you? Using it will create much less overhead and much less chances to stumble over bugs and errors. Ciao, Mathias -- Mathias Bauer (mba) - Project Lead OpenOffice.org Writer OpenOffice.org Engineering at Sun: http://blogs.sun.com/GullFOSS Please don't reply to "[EMAIL PROTECTED]". I use it for the OOo lists and only rarely read other mails sent to it. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
