+ 1
Mailto: account@gmail.com not working how can i fix it?
When i create an<a href="mailto:...."> with my gmail acc it doesn't work. is there any specific javascript required to fix this issue or just a different email host?
6 Answers
+ 6
Since we don't see your code, i can only tell you what i get out of your question, ..and that is that there is no "mailto:" tag
This works fine for me:
<a href="mailto:account@gmail.com">Send Mail</a>
+ 5
What happens when you click on it?
And show us your code pls.
+ 4
Look if you are in chrome you should:
Chrome >> settings >> privacy >> content setting >> handlers >> manager handlers...
In other window click the link of your code, and automatically the handler show in the menu of PROTOCOL HANDLERS, and just click done.
And your code maybe will work.
Good Luck!
+ 3
following..
+ 1
litterally nothing... tried making it pop up in a new window, or the default email application used on the device but nothing
+ 1
nah neither solutions worked... so i just followed the steps given here to create a form using the directions from here https://github.com/dwyl/html-form-send-email-via-google-script-without-server/blob/master/README.md