sending an email via local storage
Posted: Sun Mar 29, 2015 3:48 am
How do I send an email to an email in local storage? Would you use something like this:
mailto:localstorage.getItem('Email')
I want the email to open in the native mail app.
Thank you!