What code of web page will appear with message on email | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What code of web page will appear with message on email

For project https://code.sololearn.com/Wa9pCC3fMvQT/?ref=app https://www.sololearn.com/discuss/1519152/?ref=app

26th Sep 2018, 11:29 AM
monica molina
6 Answers
+ 1
I don't understand the question and I don't understand how the code and post are related. Would you mind explaining in more detail?
26th Sep 2018, 11:44 AM
Janningā­
Janningā­ - avatar
+ 1
I'm still confused, but standardly, if they click on an anchor with a mailto href and their web browser is Chrome or their default mailbox is a Gmail address, then this should work fine for initiating a similar response (alert) from the browser: https://www.w3schools.com/tags/tryit.asp?filename=tryhtml_link_mailto (You can ignore the "?Subject=Hello%20 again" part in most cases) For single sign on type functionality, you should read the API documentation: https://developers.google.com/identity/ (there should be links that say "WEB" but it's good to have the whole thing in case you wanted to expand to Android or something) For an example of using a back end language to send an email message: https://www.w3schools.com/php/func_mail_mail.asp Not sure which direction you're heading though. /shrug
26th Sep 2018, 12:47 PM
Janningā­
Janningā­ - avatar
0
How to connect database to gmail ?
26th Sep 2018, 11:52 AM
monica molina
0
How do you want Gmail and your database to work together? What kind of functionality do you need the web page to support?
26th Sep 2018, 12:13 PM
Janningā­
Janningā­ - avatar
0
Do you want to log in to gmail with activated login?
26th Sep 2018, 12:19 PM
monica molina
0
functional can send to gmail :)
26th Sep 2018, 12:23 PM
monica molina