Gmail with OAuth2

To connect to a Gmail address, you must first set up OAuth 2.0 credentials.

  1. Log in to your Google account

  2. Visit the following link in your Google account:

    • If this is the first time you are here, do the following:

      • Accept the Terms of Service:

      • Agree to the Terms of Service, then click Agree and continue.

    • If you have already agreed to the Terms of Service, you can select one of your existing projects or create a new one:

  3. Navigate to the OAuth consent screen to configure it, if you do not have one already:

  4. Click Get Started

    1. In App Information, enter the application name (for example, “Email This Issue”) and select a support email

    2. In Audience, select whether the app is Internal or External, according to your requirements:

    3. Enter contact information

    4. Agree to the User Data Policy

    5. Click create

  5. Go to Branding and add meta-inf.hu as an authorized domain:

Additional Step for External applications:

  1. Go to the Clients menu and click Create Client. If you already had a Consent screen, go to Credentials, click Create credentials, and choose OAuth client ID.

  2. Select Web application as the application type, and give it a name

  3. Open Email This Issue and on the Admin tab go to OAuth2 credentials. Click to Create new credentials, select Google as the service provider, then copy and paste the Redirect URI from the bottom to the Authorized redirect URI in Google:

  4. Click Create in Google to create the client.

  5. Copy the Client ID and Client secret to the appropriate fields in Email This Issue:

Note: The client secret is only blurred for data protection purposes in this example.

  1. In Email This Issue, add the following endpoints:

Edit OAuth2 Credentials
  1. Click on Save, and you are ready to use the created credentials in your incoming or outgoing connection.

Last updated

Was this helpful?