Google Email Services Guide

Google Workspace Setup Guide

A step-by-step walkthrough to get your business email and domain configured. Setting up Google Workspace from scratch is a highly structured process. To ensure you don’t lose any emails, you will set up your accounts and migrate your existing emails before officially pointing your live custom domain's mail traffic to Google.

1

Create Your Google Workspace Account

Since you do not currently have a Google account, you will start completely fresh.

  1. Go to workspace.google.com and click Get Started.
  2. Enter Business Details: Input your business name, number of employees, and region.
  3. Contact Information: Enter your current personal email address (like a personal Yahoo, iCloud, or Outlook address) to receive setup details.
  4. Domain Prompt: When asked "Does your business have a domain?", select "Yes, I have one that I can use". Enter your pre-existing custom domain (e.g., `yourdomain.com`).
  5. Create Admin Username: Create your first user account. This will serve as your Super Administrator account (e.g., `admin@yourdomain.com`). Choose a secure password.
  6. Billing Setup: Select your subscription plan - click Compare Plans to view all available subscription plans (e.g., Business Starter, Standard, or Plus) and complete the payment/billing configuration.
  7. Skip adding additional email accounts at this time. Click Skip for now

     
2

Add Your Custom Domain

To use professional email addresses (like name@yourcompany.com), you need to connect your custom domain to Google Workspace.
 

  1. After finishing the setup wizard, sign in to the Google Admin Console using your newly created admin credentials.
  2. The setup wizard will prompt you to Verify your domain. Click Protect (or Verify).
    1. If there is no pompt, navigate to Account >> Domains >> Manage Domain

       
    2. Click Verify Domain next to your custom domain name.
  3. Let's setup your domain. Click Get started.
  4. Select Other from the Domain host drop down.
  5. Google will generate a unique verification code. Copy the TXT record value provided (it usually looks like `google-site-verification=...`).
    1. If ISADEX manages your DNS,
      1. Log into your websites administrative area. Navigate to Resources >> Support Resquests.
      2. Click the green New Request button.
      3. Fill out the form and paste the Value that Google provided in the Support Request Description.
      4. Submit the Support Request.
      5. Domains can only be verified after the changes to DNS have been made. ISADEX will email you as soon as those changes have been completed.
      6. Once you received confirmation from ISADEX that the DNS record has been added skip to step 6.
         
    2. If you control your own DNS
      1. Log in to your domain registrar (e.g., GoDaddy, Namecheap) and add this TXT record to your DNS settings.
  6. Return to your Google Admin Console.
    1. Check "Come back here and confirm once you have updated the code on your domain host" at the bottom of the screen theck click Confirm.

       
      1. Note: DNS changes can sometimes take anywhere from 10 minutes to 24 hours to propagate across the internet.
  7. Verification Complete.
3

Create User Accounts for each mailbox

  1. In the Google Admin Console, go to Menu >> Directory >> Users.
  2. Click on Add new user.
  3. Enter their First Name, Last Name, and desired primary email address (e.g., `alex@yourdomain.com`).
  4. Copy the temporary password generated for them.
  5. Repeat this process for all email account that you want to create.
*

Transfer Your Existing Email Optional

You can transfer your historical emails directly into your new Google inbox.

To ensure no history is lost, you can migrate your existing IMAP emails into the newly created Google Workspace mailboxes. Keeping your domain pointing to ISADEX during this step prevents new emails from interrupting the migration.

Make sure you have the passwords for all the ISADEX hosted email accounts you want to migrate.

  1. In your Google Admin Console, go to Menu > Data > Data import & export > Data import.
  2. Scroll down to Import data from other providers Click Import.
  3. Connect to ISADEX IMAP server. Set the IMAP server to mail.isadex.com
  4. Click Test connection to verify Google can talk to ISADEX's email server.
  5. For each of the ISADEX email accounts and passwords map them to the newly created workspace email addresses then click Add.

    *The IMAP password is the current password used to sign into your ISADEX hosted email accounts, NOT the new passwords you just setup in Google Workspace.
  6. Configure data import settings (Optional). You can choose if you wish to not migrate over certain folders such as spam and deleted messages.
  7. Once mapped, click Start import. You can monitor the progress bar inside the Admin Console.


    Depending on mailbox sizes, this can take anywhere from a few minutes to several hours.
  8. After a Completed import click Exit import. Click Exit and delete import
4

Point DNS Records to Google (Go Live)

  1. In your Google Admin Console, go to Menu > Account> Domains > Manage domains.
  2. Click Activate Gmail next to your custom domain.
  3. Select Set up MX record and click Next.
  4. Start Using Gmail with your domain. Click Continue.
  5. Ensure all email accounts are listed then click Proceed with activation. If there are any accounts missing either add them on this screen or go to Part 3 "Create User Accounts for each mailbox".
  6. Select OTHER from the Domain host dropdown. Click Continue.
  7. Google will generate a MX record. Copy the Priority and Points to record value provided (it usually looks like `SMTP.GOOGLE.COM`).

     
    1. If ISADEX manages your DNS,
      1. Log into your websites administrative area. Navigate to Resources >> Support Resquests.
      2. Click the green New Request button.
      3. Fill out the form and paste the Value that Google provided in the Support Request Description.
      4. Submit the Support Request.
      5. Domains can only be verified after the changes to DNS have been made. ISADEX will email you as soon as those changes have been completed.
      6. Once you received confirmation from ISADEX that the DNS record has been added skip to step 8.
         
    2. If you control your own DNS
      1. Log in to your domain registrar (e.g., GoDaddy, Namecheap) and add the following records to your DNS settings.
        1. Log back into your Domain Registrar's DNS Management panel.
        2. Add the new Google Workspace MX record:
          1. Delete all existing ISADEX MX records. *Warning: Keeping old MX records can cause delivery errors.*
          2. Type: `MX`
          3. Host/Name: `@` (or leave blank)
          4. Value: `smtp.google.com` (Add a trailing dot `smtp.google.com.` if your registrar requires it)
          5. Priority: `1`
          6. TTL: `3600` (or 1 hour)
        3. Add the new Google Workspace SPF record:
          1. Delete all existing ISADEX **MX records
          2. Type: `TXT`
          3. Host/Name: `@` (or leave blank)
          4. Value: `v=spf1 include:_spf.google.com ~all`
          5. TTL: `3600` (or 1 hour)
        4. Add the new Google Workspace DKIM record:
          1. Go to your Google Admin Console > Apps > Google Workspace > Gmail > Authenticate email.
          2. Select your domain and click Generate New Record.
          3. Copy the Host name (`google._domainkey`) and the long generated TXT value.
          4. Create a new `TXT` record at your registrar using those values.
            1. Type: `TXT`
            2. Host/Name: `google._domainkey`
            3. Value: `the long generated TXT value`
            4. TTL: `3600` (or 1 hour)
  8. Return to your Google Admin Console.
    1. Check "Come back here and confirm once you have updated the code on your domain host" at the bottom of the screen theck click Confirm.

       
      1. Note: DNS changes can sometimes take anywhere from 10 minutes to 24 hours to propagate across the internet.
  9. Add DMIK record. Under Optional setup steps click Authenticate (or go to Menu Apps > Google Workspace > Gmail > Authenticate Email.).
  10. DKIM record. Select Key bit length 2048. Click Generate Key.

     
  11. If ISADEX manages your DNS,
    1. Log into your websites administrative area. Navigate to Resources >> Support Resquests.
    2. Click the green New Request button.
    3. Fill out the form and paste the Name and Value that Google provided in the Support Request Description.
    4. Submit the Support Request.
    5. Domains can only be verified after the changes to DNS have been made. ISADEX will email you as soon as those changes have been completed.
    6. Once you received confirmation from ISADEX that the DNS record has been added skip to step 12.
  12. Setup Complete