Hi All,
In my application, User is authenticated by google login via their gmail account. I want to retrieve the email signature of the gmail account which is used for login. How to achieve this one ?
Hi Suprio,
I never implemented it but I think you can do it by using Gmail API from google. You can check the Gmail doc here for more info. I do not think there is any component available at forge. One is available at forge only supports the google login. So you need to create your self.
Hope it helps you.