javascript - Pre-fill new email with user location -


i want send email user. when user clicks link on email should open new email current location (latitude , longitude) in email. have not scripted on it. idea on how should proceed user location link in email helpful.

if you're looking easyest way send email (no smtp or third party apis involved), consider using mailto: scheme.


Comments

Popular posts from this blog

javascript - How do you prevent nested queries/catches in sequelize? -

ruby on rails - ActiveRecord order not working -

java - ConcurrentModificationException upon committing transaction with Hibernate -