aclight That's already possible in Igor 6 and 7. For example: Function email() String msg String subject = "This is the subject" String body = "This is the body." sprintf msg, "mailto:test@example.com?subject=%s&body=%s", subject, body BrowseUrl msg End Log in or register to post comments May 23, 2016 at 11:55 am - Permalink
andyfaff You could even programatically send an email using the SOCKIT xop. http://www.igorexchange.com/node/626 Log in or register to post comments May 23, 2016 at 04:47 pm - Permalink
May 23, 2016 at 11:55 am - Permalink
http://www.igorexchange.com/node/626
May 23, 2016 at 04:47 pm - Permalink