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
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?
+ 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
0
How to connect database to gmail ?
0
How do you want Gmail and your database to work together? What kind of functionality do you need the web page to support?
0
Do you want to log in to gmail with activated login?
0
functional can send to gmail :)