Hi all,
I'm trying to send an email on Windows 8, from LiveCode 4.6.4.
I've tried each of the following:
put "mailto:myem...@gmail.com&subject="; & tSubject into tMessage

revGoURL tMessage   --this opens the default mail client, and puts the email
address AND subject into the To field.
launch URL tMessage   -- same result as revGoURL
revMail myem...@gmail.com, , tSubject, tBody  --this does nothing

So what works? Any ideas?




-----
Regards,
Mark Stuart
--
View this message in context: 
http://runtime-revolution.278305.n4.nabble.com/Sending-an-email-on-Windows-8-tp4658707.html
Sent from the Revolution - User mailing list archive at Nabble.com.

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to