Hi All.
I have an small, cross platform application (linux and win32).
I just wonder how can I implement universal function to sending mails to me.
Of course by default mail program.

win32 - is simple
  ShellExecute(Handle,'open','mailto:[EMAIL PROTECTED]', nil,
nil, 1);

But is there any universal method that works fine in linux and win32?

-- 
;) Irek
_______________________________________________
Lazarus mailing list
[email protected]
http://www.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to