Google SMTP settings configure how applications and devices send email through Gmail or Google Workspace using Google’s relay servers. Correct configuration helps ensure timely delivery, reduce spam flags, and maintain security for business and personal accounts.
Below is a quick reference that summarizes the most important connection details and limits you need to know before setting up SMTP on a client or application.
| Parameter | Value | Description | Notes |
|---|---|---|---|
| SMTP Server | smtp.gmail.com | Hostname for Google’s outgoing mail server | Required for all connections |
| Port (TLS) | 587 | Recommended port for submission with TLS | Best for client apps and authenticated relays |
| Port (SSL) | 465 | Legacy SSL port still supported | Use if client explicitly requires SSL |
| Authentication | Required | Username and password or app-specific password | Only users/Gmail accounts allowed to relay |
| Encryption | STARTTLS or SSL/TLS | Encryption must be enabled for submission | Recommended security baseline for all traffic |
Configure Gmail SMTP for Sending Email
This section walks through the exact Gmail SMTP settings you need for desktop email clients, mobile devices, and third‑party applications. Using the official Gmail relay ensures compatibility and benefits from Google’s delivery infrastructure. Make sure you use the full email address as the username and the correct app password or account password when authentication is required.
Common Desktop and Mobile Settings
Most mail programs ask for the same basic values, whether you are on Windows, macOS, iOS, or Android. Input the server hostname, choose the recommended encrypted port, and enable secure transmission. Using these standardized Gmail settings reduces troubleshooting and increases compatibility with calendar and contact sync features.
Google Workspace SMTP Options for Business Use
For Google Workspace domains, the same smtp.gmail.com hostname is used, but the sending limits and policies differ depending on your edition. Workspace users often rely on the Gmail SMTP service for simple setups, while larger organizations may route outbound mail through dedicated gateway relays while still leveraging Google’s anti‑spam and authentication systems.
Key Limits and Routing Behavior
Workspace tiers define daily relay quotas, the ability to define custom sending domains, and whether you can use port 587 for submission. Understanding these policies helps you avoid sudden blocks and plan scaling for automated notifications or marketing campaigns.
Troubleshooting Gmail SMTP Delivery Issues
If your messages are delayed or rejected, start by confirming that you are using the current Gmail SMTP settings and that account login is enabled for less secure apps or app passwords. Authentication failures, mismatched ports, or missing encryption are common causes, and checking logs in your mail client often points directly to the culprit.
Practical Fixes and Verification
Verify TLS is enabled, confirm you are not on a blocked IP range, and check whether the sending address matches an authorized alias. In many cases, re-authenticating with an updated app password or reconfiguring the mail client resolves delivery problems without contacting support.
Reliable Email Delivery with Google SMTP Best Practices
Following a few straightforward practices keeps your Google SMTP configuration stable, secure, and aligned with Google’s sending policies. These steps help you avoid blocks, reduce spam reports, and maintain a good reputation for outbound mail.
- Always use smtp.gmail.com with port 587 and STARTTLS encryption for client applications.
- Use app passwords or service accounts when 2-Step Verification is enabled.
- Keep sending volumes below Gmail and Workspace limits to avoid temporary blocks.
- Match the from address to an authorized primary or alias email on the account.
- Monitor authentication errors and delivery logs to spot configuration issues early.
- Avoid sharing credentials and rotate app passwords periodically for security.
- Consider Google Workspace routing options if you need higher volume or dedicated sending domains.
FAQ
Reader questions
How do I find my Gmail SMTP settings on Android or iOS mail apps?
Open your mail app, go to account settings, select the Gmail account, and look for an advanced or outgoing server option. You can also manually enter smtp.gmail.com, choose port 587 with TLS, and use your full email address plus an app password for authentication.
Can I use regular account passwords instead of app passwords when SMTP requires app passwords?
If 2-Step Verification is enabled on the account, you must generate an app-specific password in Google Account Security and use that password in your mail client. Regular account passwords will fail authentication, even if they are correct for signing in to Gmail directly.
What should I do if my mail client says authentication failed on port 587?
Double-check that you typed the correct full email address and the app password, verify that STARTTLS is enabled, and ensure the account is allowed to send through the Gmail relay. Regenerating the app password or temporarily allowing less secure access for testing can help isolate the issue.
Will changing my Gmail SMTP settings take effect immediately
Updated SMTP settings usually apply immediately after you save changes in the client, although cached credentials may require you to re-enter your password. Restarting the mail app or device often clears these caches and forces a fresh authentication attempt.