+ 2
How to check the password entered with actual gmail password??
we can enter any password and reuse it but how to find matching with actual Gmail password in my website??
1 Antwort
+ 2
👍I suggest u work with Gmail API:
https://developers.google.com/gmail/api/
https://stackoverflow.com/questions/24503483/reading-messages-from-gmail-in-php-using-gmail-api#24591325
👎Not Recommended:
Or try to get the content of gmail login page via PHP Curl.