+ 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
1 Resposta
+ 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. 😉