Ofcourse this is not a Servoy issue but an OS issue.
The OS knows what email app is the default and sends the event to that application. if the application doesn’t understand that event (like Groupwise on MacOS9 and below) then it ends there.
Ofcourse webmail doesn’t work either with this because you use a webbrowser for this.
I dunno how and/or if you can set the default email application under Linux but i would look there first.
I can imagine this is not possible since there is also a limit to the total number of characters you can send in the complete ‘mailto’ string… Don’t know how much that limit is though.
It can be done! I have searched around, and there are (complicated) examples: uses vbscript and API-calls like ShellExecute. and examples using MAPI-calls
But I get non of them, working right. (I mean with the abbility to add attachement.)
Is there a vbscript-guru around here? For us, it only has to work in Windows!
here is a link: http://www.smithvoice.com/simple.htm
Because most of ouer customers use outlook or an other MAPI-compatible browser. And we are converting a Filemaker-App to Servoy. In Filemaker this is a standard function, to open an email-client, with an attachment. The reason that we don’t use ezSMTP is that ouer customers want to keep track of the emails in there own email-client.
do you want to connect to the local emailclient? outlook? outlook express? etc..?
than you have the options, you allready have investigate: (mailto: blabla, attachments wont work!)
If you want to send emails with attachments from within Servoy you have to use the mail-plugin. With the plugin you can download email (pop3) and send email (smtp) any way you want.