How can I get the Information sent to my email id? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

How can I get the Information sent to my email id?

I used the code to send email to an email id but it's not functioning properly.Please help https://code.sololearn.com/W9A6Ckk8nZOj/?ref=app

12th Oct 2017, 3:52 PM
Nikunj Chopra
Nikunj Chopra - avatar
1 Answer
+ 7
The mailto protocol actually triggers the device mail client to send the mail and there are a lot of logic in the background. However if you really want to send an email without server-side implementation, you may give EmailJS a try and study how it works. 😉
13th Oct 2017, 12:11 AM
Zephyr Koo
Zephyr Koo - avatar