Page 1 of 1

Any native function like "mailto" as in HTML ?

Posted: Thu Sep 27, 2018 10:10 pm
by Jay
Any native function like "mailto" as in HTML ?
I am trying to use Jade code only without using html or .Net.
Thinking if I can find the outlook filepath maybe I can connect to it when I click the button.

Re: Any native function like "mailto" as in HTML ?

Posted: Fri Sep 28, 2018 2:36 am
by ghosttie
You can use the ShellExecute API call with mailto URIs

Re: Any native function like "mailto" as in HTML ?

Posted: Fri Sep 28, 2018 6:39 am
by JohnP
If you use JADECare Start (CardSchema), you can use the CnSmtpConnection class to send emails.