+ 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?

25th Apr 2017, 3:31 AM
Jhamir KiNG
Jhamir KiNG - avatar
6 ответов
+ 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>
25th Apr 2017, 3:47 AM
Tim G
Tim G - avatar
+ 5
What happens when you click on it? And show us your code pls.
25th Apr 2017, 3:33 AM
Tim G
Tim G - avatar
+ 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!
25th Apr 2017, 4:00 AM
Alberto Del Angel
Alberto Del Angel - avatar
+ 3
following..
25th Apr 2017, 9:32 AM
Isomer
Isomer - avatar
+ 1
litterally nothing... tried making it pop up in a new window, or the default email application used on the device but nothing
25th Apr 2017, 3:34 AM
Jhamir KiNG
Jhamir KiNG - avatar
+ 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
26th Apr 2017, 12:31 AM
Jhamir KiNG
Jhamir KiNG - avatar