Log In

Short answer: Yes, Gmail is still blocked in mainland China in 2026, the same as it’s been since 2014. If you need to read your inbox, you’ll want a VPN, an international eSIM, or roaming. But if your real problem is sending (an app, a website, a CRM, a printer, or just Outlook trying to push mail out), that’s a different problem with a cleaner fix: route your outbound mail through an SMTP relay (SMTP2GO) on port 443 with SSL. It often slips straight through the Great Firewall, because blocking that port would break secure web browsing for the whole country.

Most guides on this topic are written for travelers trying to open their inbox. This one’s written for the other person. The sysadmin whose WordPress site stopped sending order confirmations the day the team opened a Shanghai office. The developer whose app’s password-reset emails vanish from inside the country. Different problem. Keep reading.

Does Gmail work in China in 2026?

No, not on a normal mainland China connection. As of June 2026, Google’s services are blocked by the Great Firewall, and that’s held steady since mid-2014. It’s not just the Gmail website either. The block reaches:

A few things worth knowing before you assume the worst:

Hong Kong and Macau are different. They sit outside the Firewall, so Gmail generally works there on local networks. If your traveler or office is in HK, this whole article may not apply.

eSIMs changed the game. This is the part the old version of this page couldn’t have mentioned, because consumer eSIMs barely existed in 2014. An international roaming eSIM routes your phone’s data through a network outside mainland China, so the Firewall treats you like an international roaming user and Gmail loads. For a quick inbox check on a phone, that’s now often easier than fighting with a VPN.

The block targets access, not your account. Your Gmail account is fine. Your mail is sitting there. The problem is the pipe between your device and Google’s servers, which is exactly why the sending problem and the reading problem have different solutions.

First, which problem do you actually have?

This is the question almost every other guide skips, and it’s the one that saves you hours. “Gmail is blocked in China” is really five or six different problems wearing the same coat. Here’s how they sort out.

What you’re trying to doBest first moveDoes SMTP2GO help?
Open and read your Gmail inboxVPN, international eSIM, or roamingNo, not by itself
Receive a few critical messagesForwarding to an accessible inbox + a backup recovery emailNot the primary fix
Send from Outlook, Apple Mail, or ThunderbirdAn SMTP relay on a port that isn’t blockedYes
Send from WordPress, WooCommerce, a CRM, an app, or a printerAn SMTP relay your software points atYes
Reach Chinese customers or suppliers reliablyAn SMTP relay with proper authentication and reportingYes
Keep sending when your VPN drops mid-daySMTP2GO for outbound, forwarding for inboundYes, as your backup path

If your honest answer is one of the top two rows, the rest of this page will still be useful, but the real fix is connectivity (a VPN or eSIM), and we’ll point you there fairly in the next section. If you’re in the bottom four rows, you’re in the right place.

If you just need to READ Gmail in China

Quick and honest, because this isn’t where SMTP2GO fits and we’re not going to pretend otherwise.

To get your actual inbox back on a mainland connection, you have a few options, each with a real trade-off:

Pick based on whether you need everything (VPN), just your phone (eSIM), or just the important stuff (forwarding). That’s the whole decision. Now, the part this page is actually for.

If you need to SEND email from China: use an SMTP relay

Here’s the distinction that matters. When your app, your website, or your email client sends a message, it doesn’t need to load a webpage. It just needs to hand the message to a mail server it can reach, over a port that isn’t blocked. That’s all an SMTP relay (SMTP2GO) is: a sending server you point your software at, which takes the message and delivers it on your behalf. (New to the idea? We wrote a plain-English intro to SMTP relays.)

The trick from inside China is the port. Most mail software defaults to port 587 or 25 for sending. Those get throttled or blocked all the time on restricted networks. But port 443 is the port secure websites use. Blocking it would break HTTPS for the entire country, so it stays open. Point your sending at an SMTP relay on 443 with SSL, and your mail usually goes straight out while the Gmail website is still sitting there refusing to load.

The exact settings

This is SMTP2GO’s documented controlled-location setup, and it’s the same configuration the support team recommends for China today:

SettingValue
SMTP servermail.smtp2go.com
SMTP port443
SSLOn
If 443 is blocked, try465, then 8465 (SSL on)
If all three failUse a VPN alongside SMTP2GO
Username / passwordFrom Sending → SMTP Users in your dashboard

That’s it. Five fields. No webpage to unblock, no inbox to recover. You’re not trying to defeat the Firewall, you’re just sending mail over a door it can’t afford to close.

Why port 443 works when 587 and 25 don’t

It’s the same logic the VPN crowd relies on, applied to email. Port 443 carries HTTPS, the encrypted traffic behind every secure website, bank login, and payment page in the country. A censor can throttle or block niche ports like 587 or 25 without anyone noticing. Block 443 and you’ve taken down secure browsing nationwide. So it stays open, and an SSL connection to a mail relay on 443 looks, from the outside, a lot like ordinary secure web traffic.

This is also why our customers running odd hardware lean on it. OPW Electronic Systems sends alerts and reports off proprietary equipment, and as their team put it, the flexible range of ports lets their gear “work on almost all network configurations.” Same principle: when the standard mail port is closed, you reach for one that’s open. (If ports are new territory, we made a plain-language guide to SMTP ports.)

Set it up in your app, device, or website

The settings above go anywhere that has an “outgoing mail” or “SMTP” field. Swap in mail.smtp2go.com, port 443, SSL on, and your credentials. A few specifics by use case, with the full walkthroughs linked:

One Gmail-specific caveat worth its own line. If you’ve set up Gmail’s “send mail as” to send through a different address, that feature still routes through Google and can stamp your messages with an awkward “on behalf of” header. Sending through your own relay avoids it. We’ve written up how to dodge the “on behalf of” message if that’s your situation.

A full library of setup guides covers the apps not listed here.

“Sent” doesn’t mean “delivered” – what to watch from China

Getting the message out is half the job. The other half is knowing it arrived, and that’s where sending blind from a restricted network gets expensive. A few failure modes are sharper from China than from a normal connection:

This is the part real customers keep coming back to:

None of those are China case studies. They’re something more useful: proof that when a network fights your outbound mail, this is the layer that keeps it moving.

Troubleshooting: still not sending from China

Work down this list. Most “it won’t send” reports are one of the first three.

Port 443 won’t connect. Try 465, then 8465, SSL on for each. If all three stall, the network is doing something unusual (a corporate firewall doing deep packet inspection, say). That’s the case where you run a VPN and SMTP2GO together.

You get a 535 authentication error. This is credentials, not the Firewall. Re-copy your username and password from Sending → SMTP Users, watch for trailing spaces, and confirm SMTP authentication is switched on in your app.

SSL/TLS errors. Make sure you’ve selected SSL (not plain/STARTTLS) for ports 443/465/8465. Legacy devices sometimes only speak an old TLS version. If a printer or older box refuses to handshake, check its firmware and TLS support.

It sends, but never arrives. Open the Activity dashboard and find the message. The event tells you the story: a hard or soft bounce points at the recipient address or server; “delivered” means it’s a placement problem, covered next. Our guide to hard vs soft bounces decodes the rest.

It lands in spam. Confirm SPF and DKIM are set for your domain, keep your content clean, and warm up gradually if you’ve just started sending volume. Start with our stay-out-of-spam playbook.

Attachments fail. SMTP2GO allows up to 50MB per email. If a device chokes below that, the limit is usually the device or the recipient server, not the relay.

Your VPN browses fine but email still won’t send. That’s the giveaway that your problem was never inbox access. The browser works because 443 is open. Point your mail at 443 too and it’ll move.

FAQs

Does Gmail work in China in 2026?
No, not on a standard mainland connection. It’s been blocked since 2014 and remains blocked as of [PUBLISH MONTH/YEAR]. Hong Kong and Macau are exceptions.

Can I use Gmail in China without a VPN?
For reading your inbox, an international eSIM or roaming often works without a VPN, since it routes your data outside China. For sending, you don’t need a VPN at all if you use an SMTP relay on port 443.

Does SMTP2GO let me access my Gmail inbox?
No. SMTP2GO handles outbound sending. It doesn’t unblock or open your Gmail inbox. Use a VPN or eSIM for that.

Can SMTP2GO send from my Gmail address?
You can send using your own domain through SMTP2GO. Sending “as” a @gmail.com address has its own quirks and an “on behalf of” header issue worth reading up on first.

Which SMTP port should I use in China?
Start with 443 (SSL on). If that’s blocked, try 465, then 8465. Avoid 587 and 25 on Chinese networks, they’re commonly restricted.

Does this work with Google Workspace?
Google Workspace Gmail is blocked in China the same as consumer Gmail. For sending from Workspace-connected apps, routing outbound mail through SMTP2GO on port 443 sidesteps the block.

Does it work with Outlook or Apple Mail?
Yes. Both have outgoing-server settings where you enter the controlled-location config. See the setup links above.

What if port 443 doesn’t work?
Try 465 and 8465 first. If none connect, the network is heavily restricted, and that’s when you pair a VPN with SMTP2GO.

Can I use SMTP2GO for WordPress or WooCommerce emails in China?
Yes, and it’s one of the most common reasons people set it up. An SMTP plugin pointed at the controlled-location settings stops order confirmations and password resets from silently failing.

What’s the best backup plan before traveling to China?
Install a working VPN at home, set up an international eSIM, forward critical mail to a reachable inbox, and configure your sending apps on port 443 so outbound email keeps working even if your VPN drops.

Start sending from China in about five minutes

If your inbox is the problem, sort out a VPN or eSIM before you fly. If your sending is the problem, this part’s quick:

  1. Create a free SMTP2GO account.
  2. Set your app or device to mail.smtp2go.com, port 443, SSL on.
  3. Send a test message.
  4. Open the Activity dashboard and confirm it shows delivered.
    Four steps, and your outbound email is back, whether you’re behind the Great Firewall, a hotel network, or an ISP that throttles the usual ports. If business depends on email while you’re operating in China, don’t leave it to a VPN that might drop at the worst moment.

Start my free account → Free plan included. No credit card.

About the author

Charlie Abrahamson
CEO at SMTP2GO  Website

Charlie is CEO and co-founder of SMTP2GO. He started the company in 2006 after a trip to Argentina left him locked out of his own email (every internet café and local ISP blocked his attempts to send). Twenty years later, SMTP2GO delivers email for businesses around the world from its Christchurch, New Zealand base. Charlie has personally configured SMTP relays, debugged deliverability incidents, and led migrations for senders ranging from small businesses to enterprises moving off AWS SES, SendGrid, Mailgun, and Postmark. SMTP2GO is ISO 27001 certified, GDPR compliant and an M3AAWG member.

Leave a Reply

Your email address will not be published. Required fields are marked *

Eugene says:

My practical approach for China is to test everything before the flight: eSIM/roaming, hotel Wi-Fi expectations, and VPN login. I’d still keep mobile data as a fallback because conditions vary a lot.

Ready for better email delivery?

Try SMTP2GO free for as long as you like:

Try SMTP2GO Free → Paid plans available for over 1,000 emails/month.
×

Ready for better email delivery?
Try SMTP2GO free for as long as you like:

Try SMTP2GO Free See Pricing