Google Workspace πŸ“§ Email Settings: βœ… Ports, Servers, SSL & Client Configuration Guide Print

  • 0

πŸ” Secure. Reliable. Scalable. Whether you're setting up your business email on Outlook, Apple Mail, Thunderbird, or a mobile device β€” this guide delivers everything you need for a smooth and secure email experience with Google Workspace (G Suite).


πŸ—‚οΈ Table of Contents

  1. 🌐 Google Workspace Email Server Settings

  2. πŸ’Ό Step-by-Step Setup for Popular Clients

  3. πŸš€ SMTP Relay Setup for Devices & Apps

  4. πŸ”’ Authentication Methods & Security

  5. πŸ§‘β€πŸ’Ό Admin Tips & Security Best Practices

  6. πŸ› οΈ Common Troubleshooting Tips

  7. πŸ“Œ Final Thoughts


🌐 1. Google Workspace Server Settings & Port Numbers πŸ”Œ

To ensure seamless email delivery and secure access, Google Workspace provides industry-standard mail server settings compatible with all modern email clients. Below is a comprehensive breakdown of each service, its purpose, configuration details, and recommended usage.


πŸ“₯ Incoming Mail (IMAP & POP3)

πŸ’Ό Service 🌍 Server Address πŸ”Œ Port πŸ”’ Encryption πŸ”‘ Authentication
IMAP (Recommended) imap.gmail.com 993 SSL/TLS (Always ON) βœ” Yes
POP3 pop.gmail.com 995 SSL/TLS (Always ON) βœ” Yes

πŸ“Œ IMAP (Internet Message Access Protocol)

  • 🟒 Recommended for all modern clients

  • πŸ“¨ Keeps emails synced across devices (webmail, desktop, mobile)

  • Perfect for accessing emails from multiple locations

Use case: Ideal for professionals who access email from laptops, phones, and tablets interchangeably.

πŸ“Œ POP3 (Post Office Protocol)

  • πŸ“€ Downloads email to a single device and removes it from the server (unless configured otherwise)

  • Useful in limited-storage or offline environments

Use case: Best for legacy systems or single-device configurations where email archiving is done locally.


πŸ“€ Outgoing Mail (SMTP)

πŸ’Ό Service 🌍 Server Address πŸ”Œ Port Options πŸ”’ Encryption πŸ”‘ Authentication
SMTP (Standard) smtp.gmail.com 465 (SSL)
587 (STARTTLS)
SSL / STARTTLS βœ” Yes

πŸ“Œ SMTP (Simple Mail Transfer Protocol)

  • Required for sending emails from any client (Outlook, Thunderbird, Apple Mail)

  • Supports both implicit SSL (465) and explicit STARTTLS (587) encryption

  • Compatible with OAuth2 and App Passwords

Recommendation:

  • Use Port 587 (STARTTLS) for most modern email clients

  • Use Port 465 (SSL) if your device doesn't support STARTTLS


πŸš€ SMTP Relay (for Printers, Servers & Applications)

πŸ–¨οΈ Service 🌍 Server Address πŸ”Œ Port Options πŸ”’ Encryption πŸ”‘ Authentication
SMTP Relay smtp-relay.gmail.com 25, 465, 587 SSL / STARTTLS IP-based or OAuth2

πŸ“Œ What is SMTP Relay?

SMTP Relay is used for automated systems and devices that need to send emails, like:

  • πŸ–¨οΈ Multifunction printers (MFDs)

  • πŸ“Š ERP/CRM systems

  • πŸ”” Alerting/monitoring tools (e.g., Nagios, Zabbix)

πŸ”§ Configuration Notes:

  • You can restrict relay access by IP address via Google Admin Console.

  • Email must originate from a domain you own.

  • Google enforces SPF checks, so ensure your domain's DNS includes:

    include:_spf.google.com
    

  • πŸ” Authentication Methods: Secure Access to Google Workspace Mail

    Starting May 2025, Google Workspace has permanently disabled Basic Authentication (username + password) for third-party email clients. This change enhances security and requires users to switch to modern, token-based login methods like OAuth 2.0 or App Passwords.


    ⚠️ Deprecated: Basic Authentication (No Longer Supported)

    🚫 Method 🧾 Details
    Basic Auth (Username + Password) Login using only email and password
    Status: ❌ Blocked As of May 2025, all connections using Basic Auth are rejected

    Why was it deprecated?

    • Vulnerable to brute-force attacks and phishing

    • Lacks token lifecycle management

    • Insecure over non-encrypted channels

    πŸ“Œ Impact: If your email client still prompts for a basic password login, it will fail to authenticate.


    βœ… Recommended Authentication Methods (2025 & Beyond)

    πŸ” Authentication Type πŸ’‘ Best For βœ”οΈ Supported Clients
    OAuth 2.0 Most modern apps (secure & automatic) Gmail App, Outlook 2016+, Thunderbird, Apple Mail (Google method)
    App Passwords Older apps that don’t support OAuth Outlook 2013, iOS Mail (manual), older Thunderbird, ERP/CRM integrations

    πŸ”‘ Method 1: OAuth 2.0 – The Gold Standard for Email Security

    OAuth 2.0 uses secure tokens instead of passwords and offers seamless integration with Google login.

    πŸ”§ How it works:

    1. You add your Google Workspace email in the client.

    2. A browser pop-up appears asking you to sign in with Google.

    3. After approval, a token is issued to the app – no password is stored.

    βœ… Advantages:

    • Highly secure & phishing-resistant

    • Revokable tokens from Google Security settings

    • Native support in modern clients like:

      • βœ… Gmail App (Android/iOS)

      • βœ… Microsoft Outlook (2016, 2019, 365)

      • βœ… Apple Mail (via β€œAdd Google Account”)

      • βœ… Mozilla Thunderbird (v78+)

    πŸ›‘οΈ Admin Tip: Enforce OAuth-only access in Google Admin Console β†’ Security β†’ Access and data control β†’ API controls


    πŸ” Method 2: App Passwords – For Legacy Email Clients

    An App Password is a special 16-digit password generated by Google for apps that do not support OAuth 2.0. It works only after enabling 2-Step Verification on your account.

    πŸ“ Use Cases:

    • πŸ“€ Sending email via Outlook 2013

    • πŸ“₯ Accessing email via iOS Mail (manual config)

    • πŸ–¨οΈ Connecting older MFDs, CRM systems, ERP alerts


    πŸ› οΈ How to Generate and Use an App Password:

    πŸ”Ή Step-by-Step Instructions:

    1. πŸ” Visit: https://myaccount.google.com

    2. Go to Security β†’ Signing in to Google

    3. Enable 2-Step Verification (if not done already)

    4. Once enabled, return to Security β†’ App Passwords

    5. Select the app type (e.g., Mail) and device (e.g., Windows Computer)

    6. Click Generate

    7. Copy the 16-character password

    8. Use this password in your email client in place of your regular Google password

    βœ… Where to use:

    • During IMAP or SMTP setup in older email apps

    • In devices with no browser-based OAuth login support

    πŸ’‘ Note: App Passwords do not work without enabling 2FA.


    🧠 Pro Tip for Admins:

    If you're managing a team:

    • πŸ›‘οΈ Require 2-Step Verification in Admin Console

    • πŸ”’ Review token access under Admin Console β†’ Security β†’ OAuth App Access Control

    • πŸ“Š Monitor user login methods via Reports β†’ Audit β†’ Login Log


    By enforcing these modern authentication methods, you:

    • 🚫 Eliminate legacy risks

    • πŸ” Secure your business email system

    • βœ… Comply with industry-standard security practices

      πŸ” Authentication Methods


    βœ… Best Practice Checklist:

    • βœ” Always use your full email address (e.g., yourname@yourdomain.com) as the username.

    • πŸ” Enable 2-Step Verification on your Google account to generate App Passwords.

    • πŸ’Ό For teams: Set IMAP and SMTP access policies in the Google Admin Console for better control and security.


    πŸ’Ό 2. Step-by-Step Setup for Popular Email Clients

    πŸ“§ Microsoft Outlook (2016 – 365): Secure Setup with IMAP & OAuth/App Password

    Outlook remains one of the most widely used desktop email clients for professionals. Here's how to configure your Google Workspace email securely using IMAP and either OAuth 2.0 or an App Password.


    πŸ” Steps to Add Your Google Workspace Email to Outlook:

    🧭 Navigation Path:

    πŸ“‚ Open Outlook β†’ Click on File (Top Menu)
    ➑️ Select Add Account


    πŸ› οΈ Configuration Mode:

    • Choose: Manual Setup or Additional Server Types

    • Select: IMAP


    πŸ“₯ Incoming Mail (IMAP) Settings:

    Field Value
    Server imap.gmail.com
    Port 993
    Encryption Method SSL/TLS
    Authentication Full email address (e.g., you@yourdomain.com)

    πŸ“€ Outgoing Mail (SMTP) Settings:

    Field Value
    Server smtp.gmail.com
    Port 587
    Encryption Method STARTTLS
    Authentication Same as incoming (full email address)

    πŸ” Authentication Options:

    βœ… Option 1: OAuth 2.0 Login (Recommended)

    1. After entering the server settings, Outlook will open a Google sign-in pop-up window.

    2. Enter your full Google Workspace email address and click Next.

    3. Sign in with your Google credentials.

    4. If prompted, complete 2-Step Verification.

    5. Grant Outlook permission to access your mailbox.

    6. You're done – tokens are securely stored, and no password is saved locally.

    πŸ”‘ Option 2: App Password (for non-OAuth capable versions)

    1. Enable 2-Step Verification at: https://myaccount.google.com/security

    2. Go to β€œApp Passwords” and generate a 16-character key.

    3. When Outlook prompts for your password, use this generated App Password instead of your main Google password.


    πŸ“Œ Pro Tips:

    • 🧹 Before setup, remove any previously failed Gmail account entries in Outlook.

    • βœ… Always choose IMAP instead of POP for cross-device syncing.

    • πŸ”„ Restart Outlook after configuration to ensure full sync.


    🎯 Result:

    You now have a secure, fully synchronized, professionally configured email setup in Outlook using Google Workspace β€” ready to send and receive emails with encryption and peace of mind.


🍎 Apple Mail (macOS/iOS)

  • Go to: Settings β†’ Internet Accounts β†’ Add Account β†’ Google

  • Automatically sets IMAP + Contacts + Calendar via OAuth

  • Manual Setup (if needed):

    • IMAP: imap.gmail.com (SSL 993)

    • SMTP: smtp.gmail.com (SSL 465)

🐦 Mozilla Thunderbird

  • Open Setup Wizard β†’ Enter Email β†’ Auto-detects IMAP/SMTP with OAuth

  • Manual Mode:

    • IMAP: imap.gmail.com:993 (SSL)

    • SMTP: smtp.gmail.com:587 (STARTTLS)

πŸ“± Android / Gmail App

  • Gmail App β†’ Add Account β†’ Google

  • Sign in using your Workspace credentials β†’ OAuth login

πŸ“© iOS Mail (Manual Method)

  • Settings β†’ Mail β†’ Accounts β†’ Add Account β†’ Other β†’ IMAP

  • Use full email address + App Password

  • Servers:

    • IMAP: imap.gmail.com (993, SSL)

    • SMTP: smtp.gmail.com (465, SSL)


πŸš€ 3. Google SMTP Relay for Copiers, Printers & Applications

βœ… When to Use:

  • Legacy devices that can’t support OAuth

  • Applications needing to send alerts or transactional emails

βš™οΈ Configuration:

πŸ”§ Field Value
SMTP Server smtp-relay.gmail.com
Port 25, 465, or 587
Encryption SSL / STARTTLS
Auth Type IP-based or OAuth

πŸ“Œ Admin Console ➜ Gmail ➜ Routing ➜ Configure SMTP relay
πŸ›‘οΈ SPF: Add include:_spf.google.com to your domain DNS


πŸ” 4. Authentication Options: Secure Your Login

πŸ›‘οΈ App Passwords (for Basic Mail Clients)

  1. Enable 2-Step Verification in Google Account

  2. Navigate to: Security β†’ App Passwords

  3. Generate and use the 16-digit App Password during setup

πŸ” OAuth 2.0 (Recommended)

  • Default for Outlook, Gmail App, Apple Mail (when β€œGoogle” option is selected)

  • Seamless login with consent screen and token authentication

  • No password saved locally πŸ”’


πŸ§‘β€πŸ’Ό 5. Google Workspace Admin Configuration Tips

βœ” Enable IMAP access
β†’ Admin Console ➜ Gmail ➜ End User Access ➜ Enable IMAP

βœ” Disable β€œLess Secure Apps”
β†’ Already enforced – use only OAuth or SMTP relay

βœ” Use SMTP Relay for devices
β†’ Restrict by IP or domain
β†’ Enforce TLS connections (1.2 or higher)

βœ” SPF, DKIM, and DMARC setup
β†’ Use email-auth tools to ensure deliverability and avoid spoofing


πŸ› οΈ 6. Troubleshooting Common Issues

❌ Issue πŸ’‘ Cause πŸ”§ Fix
Login error / auth failed Using old password method Use OAuth or App Password
"Server not responding" Port blocked Use SSL ports: 465 / 587
Device can’t send email Doesn't support OAuth Use SMTP relay with IP authentication
POP/IMAP unavailable Not enabled in admin settings Enable under Admin Console ➜ Gmail ➜ Access settings

πŸ“ Pro Tip: Use telnet smtp.gmail.com 587 or openssl s_client -connect smtp.gmail.com:465 to test connectivity


πŸ“Œ Final Thoughts

βœ… With these verified settings and step-by-step setup guides, you can ensure:

  • πŸ” Secure access via OAuth2 or App Passwords

  • πŸ“© Smooth configuration across all major clients

  • πŸš€ Reliable SMTP relay for scanners, alerts, and applications

  • πŸ“Š Higher deliverability with SPF, DKIM, DMARC in place


Was this answer helpful?

« Back