How to Encrypt Email Across Common Clients and Compliance Cases

encrypt email guide featured image

[mh_key_takeaways]

Encrypt email covers four different technical methods that each solve a different problem. Transport Layer Security handles the connection layer. S/MIME and PGP handle the message content. Portal-based services handle the recipient experience for external contacts.

This guide covers how to encrypt email across the major clients and use cases. Each method has a specific fit. Match the tool to the sensitivity of the content and the recipient environment.

The right choice depends on plan level, staff count, and how often external recipients change. Read each section for the fit and decide based on the actual send flow.

TLS Is the Baseline Encryption Every Modern Mail Server Uses

Transport Layer Security protects the connection between two mail servers. When one server sends to another, both negotiate a TLS handshake and encrypt the traffic in flight. Any observer on the network path sees only ciphertext.

TLS is on by default in Gmail, Outlook, Apple Mail, Yahoo, and every other major provider. Users do not turn it on. Administrators do not configure it per message. It happens automatically when both servers support it.

The catch is opportunistic fallback. If the receiving server does not support TLS, the sending server delivers the message in plaintext by default. No warning, no error. The sender sees a padlock in the client and assumes encryption, but the message reached the recipient over an unencrypted link.

For regulated content, the fallback rules out TLS as a standalone protection. The NIST SP 800-45 guide on email security recommends verified end-to-end encryption for sensitive email, not opportunistic TLS.

S/MIME Encrypts Message Content in Outlook and Apple Mail

S/MIME uses X.509 certificates to encrypt the message content itself. Once encrypted, only the recipient with the matching private key can read the message. The mail provider stores ciphertext and cannot decrypt.

Outlook supports S/MIME on all plans that include the desktop apps. Apple Mail supports S/MIME natively on macOS and iOS. Gmail supports S/MIME on Workspace Enterprise Plus, Education Standard, and Education Plus.

Setup requires a certificate for the sender and a certificate for the recipient. Certificates come from a trusted authority like DigiCert, Sectigo, or IdenTrust. Public keys attach to signed messages, so correspondents build up a keyring by receiving signed mail from each other.

S/MIME works well between internal users and formal partner organizations with matching PKI. It does not work well for one-off external contacts because most personal accounts do not have S/MIME set up.

encrypt email in article illustration one

PGP Uses an Open-Source Key Model

PGP is the open-source alternative to S/MIME. It does the same job with a different key management model. Users generate a public and private key pair, share the public key with correspondents, and encrypt messages with the recipient public key.

Thunderbird has built-in PGP support. Mailvelope provides a browser plugin for Gmail. GPG Suite covers Apple Mail on macOS. Outlook needs a third-party add-in like Gpg4win.

PGP has stronger cryptographic flexibility than S/MIME but a steeper learning curve. Key generation, keyserver management, and web-of-trust verification all fall to the user. Recipients unfamiliar with the process will not decrypt a PGP message without help.

PGP fits technical users and organizations where security-conscious sender and recipient both know the tooling. It does not fit patient-facing healthcare communication because most patients cannot manage PGP keys.

Portal Services Handle the External Recipient Case

Portal-based encrypted email services solve the friction problem that S/MIME and PGP create for external recipients. The sender writes the message in the normal client. The service encrypts the message and delivers a notification email with a click-to-open link.

The recipient clicks the link, verifies with a one-time passcode or a portal password, and reads the message in a browser. No key management, no certificate exchange, no software install for the recipient.

This is the model most healthcare practices adopt for patient-facing PHI. It works for patients, external providers, and vendors on any mail platform. The recipient does not need to configure anything on their end.

The tradeoff is that the message content lives on the vendor server. Vendor selection matters because that server becomes part of the compliance boundary. Portal services with a signed BAA and audit logging fit HIPAA. Consumer messaging apps generally do not.

[mh_example]

Encrypting Attachments Follows the Whole-Message Method

Attachments encrypt through the same method as the message body when using Purview, S/MIME, PGP, or a portal service. The sender does not need to encrypt attachments separately. The whole message envelope carries the encryption to the recipient.

Practices that need a separate attachment method have three options:

  • Save the file as a password-protected PDF and share the password through a different channel
  • Place the file in an encrypted ZIP archive using 7-Zip or WinZip with AES-256
  • Use a HIPAA-compliant file transfer service for very large files that exceed mail size limits

The whole-message method is easier for recipients and less error-prone than juggling separate passwords. Password-protected PDFs and ZIP files also fail when the sender emails the password in the same conversation, which happens frequently.

Once a recipient decrypts and downloads an attachment, the local copy is no longer covered by the sender-side encryption. HIPAA rules on the local file remain in force. That is a downstream concern for the recipient environment.

encrypt email in article illustration two

HIPAA Requires More Than the Encrypt Button

HIPAA compliance for email transmission requires four things: a signed business associate agreement with the mail platform, verified encryption in transit and at rest, access logs for six years, and workforce training on when to send PHI over email.

The Encrypt button alone does not cover all four. It covers the transmission layer. The BAA, the logging, and the training all fall to the covered entity to configure and maintain.

Microsoft 365 and Google Workspace both include HIPAA-eligible configurations with signed BAAs. Administrators accept the BAA in the admin center. The BAA applies to the tenant from that point forward. The covered entity handles the rest.

Dedicated HIPAA email services like Mailhippo include the BAA in the base plan without requiring plan upgrades on the underlying mail platform. This matches practices that need HIPAA-safe email but do not want to reconfigure the whole tenant.

Mobile Clients Support the Same Methods

Encrypt email on mobile works through the same methods as desktop. Outlook mobile supports Microsoft Purview Encrypt-Only and Do Not Forward through the same Encrypt option in the compose menu. Recipients open messages in the browser tab or in the Outlook mobile app.

Apple Mail on iOS supports S/MIME natively. Certificates install through a Configuration Profile pushed by mobile device management. The Encrypt icon appears in the compose window once the certificate is available.

Gmail mobile supports Confidential Mode through the standard compose interface. Portal-based encrypted email services provide mobile apps or work through the mobile browser. Mailhippo, Proofpoint, and other vendors all support mobile recipient flows.

The mobile recipient experience matters for patient-facing mail. Many patients read email on a phone. The service should present a clean mobile view of the decrypted message with tap-friendly buttons.

[mh_protip]

Cost Varies From Free to Enterprise Tier

Encrypted email cost ranges widely. TLS is free and included in every mail platform. Gmail Confidential Mode is free with any Gmail account. S/MIME certificates cost fifty to several hundred dollars per user per year depending on the authority and support level.

Microsoft Purview Message Encryption requires Business Premium at around twenty-two dollars per user per month, up from Business Basic at six dollars. That is a plan-wide upgrade, not a per-message cost. Dedicated HIPAA services typically run five to twenty dollars per user per month depending on plan tier.

Practices on Business Basic or Business Standard often find a dedicated HIPAA service costs less than upgrading every seat to Business Premium. The math depends on how many seats need to encrypt versus how many just handle general mail.

Compare total cost of ownership, not just per-seat rate. Setup time, training, and ongoing configuration also count. A simpler service with a higher per-seat rate can cost less overall.

The Recipient Experience Determines Adoption

The single largest factor in encrypted email adoption is the recipient experience. Every step the recipient has to take lowers the open rate on regulated messages. Every extra sign-in or password reset lowers it further.

The rough order from easiest to hardest recipient experience is:

  • TLS message that arrives inline with no extra step
  • Portal service with a one-click link and one-time passcode
  • Portal service with account registration and password
  • S/MIME message that requires certificate pre-install
  • PGP message that requires key pair generation

Practices should match the method to the recipient population. Patient-facing mail needs the simplest recipient path. Internal mail between staff can use a more complex path because the setup is done once during onboarding.

Measure the open rate on encrypted messages. If the rate drops significantly compared to regular mail, the recipient path is too long. Switch to a shorter path.

Mailhippo Handles the HIPAA Case With One-Click Recipient

Mailhippo secure email service works with existing Gmail or Outlook accounts and includes a signed BAA in the base plan. There are no PGP keys, no S/MIME certificates, and no license upgrades on the underlying mail platform.

The sender writes the message in a browser interface or through an add-in. Mailhippo encrypts the content and delivers a notification email to the recipient. The recipient clicks the link, enters a one-time passcode delivered to the same email address, and reads the message.

This is the shortest recipient path among common HIPAA options. Patients on any mail platform can open the message on desktop or mobile. Attachments open inline. Replies encrypt automatically back to the sender.

The broader compliance stack includes healthcare website security features, patient portal configuration, and internal access controls. Encrypted email is one layer. The full stack covers the practice end to end.

[mh_faqs]

How to Encrypt an Email Containing PHI (Step by Step)

how to encrypt an email containing phi guide featured image

[mh_key_takeaways]

An email that names a patient and mentions their care is protected health information. Send it outside the practice’s network and HIPAA’s Security Rule expects encryption.

How to encrypt an email containing PHI depends on the sender’s platform and plan tier. Some paths take one click, others need certificate setup, and a few require the practice to route mail through a HIPAA-compliant secure email service that handles the encryption automatically.

This guide covers the three practical methods, the setup steps for each, and the documentation the practice needs to prove the workflow to an OCR investigator if a question ever arises.

Recognize what makes an email a PHI email

PHI is any information tied to an identifiable person plus a health, treatment, or payment detail. Name and diagnosis. Name and lab result. Name and appointment for a specific service.

A chart number by itself qualifies if it can be linked back to a person. So does a birthdate paired with a partial name. So does a photo of a treatment site with any identifying context.

Internal messages count. A note to a colleague that says the patient in room three had an abnormal EKG is PHI. So is a scheduling note that includes a patient’s name and appointment reason.

The safest rule is to treat any message that could reveal a specific person’s care status as PHI. Encryption on a routine message costs nothing. Missing a PHI message and shipping it in cleartext can trigger a breach.

how to encrypt an email containing phi in article illustration one

Confirm the account and BAA before sending

An email account cannot handle PHI unless the provider has signed a business associate agreement with the covered entity. Personal gmail.com and outlook.com accounts do not qualify.

Google Workspace, Microsoft 365, Mailhippo, Paubox, and similar business-tier providers offer BAAs. The BAA takes effect only after the covered entity signs it, and it covers only the services listed in the agreement.

Check the BAA before sending. On Google Workspace, the acceptance record is in the Admin console under Account, Legal and compliance. On Microsoft 365, it is in the Service Trust Portal. Keep a copy in the practice’s compliance folder.

If the BAA is not in place, encryption alone does not solve the problem. The provider handling the message is a business associate under HIPAA, and without a BAA, that relationship is unauthorized.

Method one: encrypt from Gmail with a hosted service

The Gmail path most practices use combines a paid Google Workspace plan with a hosted encryption service. Mailhippo, Virtru, and Paubox all connect to a Gmail account and encrypt outbound mail without a plan upgrade to Enterprise Plus.

Setup takes about ten minutes. The user signs up with the service, authorizes access to the Gmail account through OAuth, and installs a browser extension if required. Some services work through SMTP relay and require no extension.

Once connected, the user composes messages in the normal Gmail interface. The service encrypts the message before delivery, and external recipients receive a portal link.

Test with a personal address on a non-compliant server before rolling out. Confirm the recipient sees the portal link, opens the message, and can reply. Practices comparing the manual and automated options often review can i encrypt an email guides to see how each toggle behaves.

[mh_example]

Method two: encrypt from Outlook with the Encrypt button

On Microsoft 365 Business Premium or higher, the Encrypt button appears on the message ribbon. Click it before sending to apply Purview Message Encryption.

Two options appear: Encrypt Only for standard message-level encryption, and Do Not Forward for encryption plus a restriction against the recipient forwarding or copying the message.

External recipients receive a link and sign in with Microsoft, Google, or a one-time passcode sent to their address. The message opens in a Microsoft-hosted portal.

If the button does not appear, Azure Rights Management may not be activated on the tenant. A super administrator can enable it under Settings, Org settings, Services, Microsoft Azure Information Protection.

how to encrypt an email containing phi in article illustration two

Method three: encrypt automatically with content rules

Both Google Workspace and Microsoft 365 support data loss prevention rules that trigger encryption based on message content. The rules run on the gateway, not on the client, so they apply regardless of whether the user remembered to toggle.

Common patterns to match: Social Security number formats, ICD-10 code prefixes, credit card patterns, and specific keywords like patient chart numbers or the phrase PHI in the subject.

Google Workspace calls the feature Content compliance and configures it under Apps, Google Workspace, Gmail, Compliance. Microsoft 365 calls it DLP policy and configures it in the Purview compliance portal.

Rules can encrypt, block, or warn. Most practices start with warn to see what the rule catches, then move to encrypt once the rule pattern is tuned. Content rules cover the human-error gap that manual toggling leaves open.

Verify the recipient can actually open the message

The most common encryption failure is a compliant send that the recipient cannot open. S/MIME messages arrive as a gibberish attachment on clients that do not support S/MIME. Portal messages require a working browser and a recipient willing to click a link.

Before sending PHI to a new external recipient, send a test message. Ask the recipient to confirm they received a readable message. Log the successful test in the patient’s chart if the practice audits patient communications.

For recipients who cannot open the encrypted message, the practice needs a fallback path. That is usually a phone call to walk through the portal, or a physical mail delivery, or a secure patient portal upload.

Never send PHI in cleartext as a fallback. The Security Rule does not accept convenience as a justification for skipping encryption.

[mh_protip]

Handle attachments the same way as body content

An unencrypted attachment on an encrypted email is still an unencrypted attachment. Some encryption tools encrypt the message body but leave attachments in the clear. Check the tool’s documentation.

Purview Message Encryption encrypts attachments. Mailhippo encrypts attachments. Native S/MIME encrypts the entire message including attachments. Gmail Confidential Mode does not encrypt attachments in any real sense.

PDF files, DICOM images, and lab reports are the common attachment types in clinical mail. Each contains PHI and each needs the same encryption coverage as the body.

For very large attachments, a secure file transfer service is often better than email. Practices that send imaging studies often route them through a dedicated portal rather than trying to email a 500-megabyte DICOM series.

Log every encrypted send for audit purposes

An OCR investigation asks for proof that the practice encrypted PHI messages. Proof means audit logs from the email platform showing which messages were encrypted, when, and to whom.

Google Workspace logs message-level actions in the Admin console under Reports, Audit, Email log search. Microsoft 365 logs are in the Purview compliance portal under Audit.

Hosted encryption services keep their own logs. Mailhippo, Virtru, and similar services show each encrypted send with a timestamp, recipient, and delivery status.

The HHS guidance on risk analysis and NIST SP 800-66 Rev. 2 both point to logging as a required component of Security Rule compliance. Practices without logs cannot prove they were compliant.

Document the workflow and train staff annually

A two-page written procedure covers most practice needs. Name the tool, the trigger, the recipient handling, the fallback for recipients who cannot open the message, and the annual review date.

Train every staff member who touches patient email at least once a year. Log the training. Track new hires through the same training within their first 30 days.

The training should include a live send to a personal address, so staff see what a compliant message looks like from both sides. Reading a policy is not the same as sending a real message.

Practices building the wider healthcare marketing and website posture around the email workflow often engage a specialist. Firms focused on healthcare marketing and healthcare website security features keep the intake forms, the patient portal, and the outbound clinical mail on the same compliance footing.

  • Confirm a signed BAA is in place before sending any PHI.
  • Choose one primary encryption method and one fallback.
  • Enable content-based DLP rules to catch missed manual toggles.
  • Test with a real external recipient before rolling out to staff.
  • Log every encrypted send and keep the logs for at least six years.

Knowing how to encrypt an email containing PHI is a combination of the right platform, the right method, and the discipline to apply it every time. Automated rules and gateway services do the last part more reliably than trained humans, and the practices with the cleanest audit records lean on both.

[mh_faqs]

How Do I Send Encrypted Email in Outlook, Gmail, and Yahoo

how do i send encrypted email guide featured image

[mh_key_takeaways]

Sending encrypted email is straightforward once you know which method your client supports. Outlook 365, Outlook 2010 through 2016, Gmail, and Yahoo each handle encryption differently, and the right method depends on both your sender platform and your recipient.

This guide walks through each client step by step, then compares the methods. If you need a service that layers on top of any of these clients with a signed business associate agreement, see the overview of encrypted email options.

The audience assumed here is a business user or clinician who wants to send an encrypted message today, not a developer building an integration.

How to send encrypted email in Outlook 365

Outlook 365 on Business Premium, Enterprise E3, or Enterprise E5 includes the Encrypt button in the Options ribbon. This is the fastest path if your account is on a qualifying plan.

Compose a new message. Click Options in the ribbon. Click Encrypt. Choose Encrypt-Only for a message the recipient can reply and forward. Choose Do Not Forward for a message where you want to restrict sharing.

Send the message. The recipient on your own tenant sees the message inline in Outlook with a lock icon. External recipients see a notification email with a Read the message button. Clicking the button opens the Office 365 message encryption portal in a browser.

Setup requires an admin to enable Azure Rights Management on the tenant. Full guidance is published by Microsoft in the Microsoft Purview Message Encryption reference. If Encrypt is missing from your ribbon, your tenant or license does not have Purview enabled.

How to send encrypted email in Outlook 2010, 2013, and 2016

These versions do not include the modern Encrypt button that appears in Outlook 365. Encryption uses S/MIME certificates and works well for organizations where both sender and recipient have certificates issued through corporate PKI or a public certificate authority.

Import your certificate through File, Options, Trust Center, Trust Center Settings, Email Security. Click Import Export and load your certificate file. Enter the password and complete the import. Outlook now has your certificate bound to your mailbox.

Compose a new message. In the message window, click Options in the ribbon, then click the small dialog launcher in the More Options group. In the Properties dialog, click Security Settings. Check Encrypt message contents and attachments. Click OK. Send.

The recipient needs a matching certificate to decrypt. This is where S/MIME breaks down for ad hoc external mail. For enterprise-to-enterprise and government correspondence, S/MIME works well. For consumer mail, use portal-based encryption instead. The how do I send an encrypted email in Outlook guide covers additional edge cases.

how do i send encrypted email in article illustration one

How to send encrypted email in Gmail

Gmail on Google Workspace offers two paths. Gmail on a personal account has no HIPAA-grade encryption option at all.

Confidential mode is available on every Gmail account. Click the padlock and clock icon in the compose window, set an expiration and a passcode option, and send. This restricts forwarding, printing, downloading, and copying. It does not encrypt content at rest inside Gmail systems.

Google Workspace client-side encryption applies true end-to-end encryption for qualifying tiers. An admin configures a client-side encryption identity for the account. Once configured, the sender can toggle client-side encryption on a message. Recipients must also be configured for client-side encryption to decrypt.

For the widest recipient reach and healthcare use, a dedicated secure email service that installs as a Gmail add-on gives you a Send Encrypted button that routes the message through the vendor. The recipient reads it in a portal. This is the simplest path for a solo practice or small clinic.

How to send encrypted email in Yahoo Mail

Yahoo Mail does not offer a built-in message encryption feature. There is no Send Encrypted button in Yahoo, and Yahoo does not sign a business associate agreement for HIPAA use.

Yahoo servers use TLS between mail servers, which protects messages in transit when the receiving server supports TLS. This is a baseline measure that any modern mail provider offers. TLS alone is not equivalent to end-to-end or message-level encryption.

To send encrypted email from a Yahoo address, you have two practical options. Use a third-party encryption service that can send on your behalf and reply through a portal. Or move the encrypted correspondence to a provider that supports encryption natively.

Yahoo is not a supported platform for HIPAA-covered mail. A therapist or medical office running client communications through a Yahoo address is not compliant regardless of what encryption is added on top of the sending experience. Change providers first.

[mh_example]

Comparing the encryption methods across clients

The methods trade off between ease of use, recipient reach, and compliance strength. This table lays out the practical differences.

MethodSender platformRecipient reachCompliance-grade
Outlook 365 Encrypt buttonBusiness Premium and upAny recipient via portalYes with BAA on tenant
S/MIME certificateOutlook 2010 to 2016 and 365Recipients with certificatesYes when configured
Gmail confidential modeAny Gmail accountAny recipientNo, not on its own
Gmail client-side encryptionQualifying Workspace tiersWorkspace with CSE identityYes with BAA on tenant
Yahoo nativeNone availableNot applicableNo
Dedicated encrypted email serviceAny client with plug-in or webAny recipient via portalYes with vendor BAA

Portal-based methods reach any recipient. Certificate-based methods only work between correspondents with matching PKI infrastructure. Choose based on who you actually send to.

For solo practices sending to patients on consumer email, portal-based encryption is the reliable default. The how to send encrypted email guide covers the sender workflow in more detail.

how do i send encrypted email in article illustration two

Choosing between Encrypt-Only and Do Not Forward in Outlook

Outlook’s Encrypt button gives two options that trip up new users. The right choice depends on how much control you need after the message leaves your outbox.

Encrypt-Only encrypts the message content and attachments. The recipient can reply and forward. Any forwarded copy remains encrypted. This is the right choice for a normal sensitive message where the recipient may legitimately need to share it with a colleague.

Do Not Forward encrypts the message and also blocks forwarding, reply-all, printing, copying, and attachment download. This is the right choice for a legal notice, an executive communication, or a message where you want tight distribution control.

Both options use Microsoft Purview Message Encryption underneath. The distinction is in the rights template applied to the message. Guidance on rights templates is in the Microsoft Azure Rights Management documentation.

Recipient experience across encryption methods

The sender picks the method. The recipient lives with it. Understanding the recipient experience for each method helps a sender choose the right one for the audience.

Portal-based encryption gives the recipient a notification email with a link. The recipient clicks, signs in with a one-time passcode or a linked account, and reads the message in a browser. First-time recipients often need a short explanation of the flow.

S/MIME opens the message inline in the recipient mail client once the recipient certificate is installed. There is no portal step. If the certificate is missing, the message body appears garbled or refuses to open.

Confidential mode from Gmail sends the recipient a link to a Google-hosted view where the message opens after optional passcode verification. Downloads and forwarding are blocked but the underlying storage is not encrypted at rest.

[mh_protip]

When each method is the right choice

Method choice comes down to who you send to and what compliance obligation applies. The following patterns match methods to typical use cases.

  • Sending to patients on any consumer email: portal-based encryption from Outlook 365 or a dedicated encrypted email service
  • Sending to another business on Microsoft 365: Outlook 365 Encrypt button, message opens inline for the recipient
  • Sending to a corporate or government recipient with existing S/MIME: import certificates and use S/MIME
  • Sending non-PHI internal-sensitive mail inside Google Workspace: Gmail confidential mode is acceptable for the sensitivity but not for HIPAA
  • Sending high-volume transactional email programmatically: a HIPAA-eligible email API through a vendor with a BAA

Match the method to the strictest requirement in the message flow. A healthcare practice that sends both internal-sensitive and patient-covered mail needs the patient-covered method for both, not the internal-sensitive method for the mix.

Practices with a website that also collects sensitive information should align their web infrastructure with the email choice. Redefine Web covers relevant patterns in the overview of healthcare website security features.

Troubleshooting common send failures

Encryption send failures usually trace back to configuration rather than the message itself. The following symptoms map to specific fixes.

Missing Encrypt button in Outlook 365 means the account is not on a qualifying plan or the tenant has not enabled Azure Rights Management. The fix is either a license upgrade or an admin action on the tenant.

S/MIME send fails with a certificate error means the recipient certificate is not available. Outlook cannot encrypt to a recipient whose public certificate has not been previously received. Ask the recipient to send you a signed message first so their certificate is captured.

Recipient reports the portal login fails with a one-time passcode. Passcodes expire after fifteen minutes. Ask the recipient to request a fresh code and use it immediately. Some corporate spam filters delay the passcode delivery past the expiration window, in which case an alternate email address is needed. The National Institute of Standards and Technology publishes recommended email security guidance in NIST SP 800-177 Rev. 1.

Setting up encrypted email once so future sends are easier

Sending encrypted email should not be a per-message decision. Configure the account once so the workflow is consistent across all correspondence.

For Outlook 365, ask your admin to set default encryption on messages to certain external domains through a mail flow rule. This means messages to patient addresses or partner accounts are always encrypted without the sender toggling the button.

For dedicated encrypted email services, install the Gmail or Outlook plug-in on every workstation used by clinical or administrative staff. Enable the default-encrypt behavior in the service settings so no untrained sender accidentally sends plain text.

Document the workflow in a one-page internal reference. Include screenshots of the Encrypt button, the confidential mode toggle, or the plug-in send button as appropriate. New staff can then reach compliant sending on their first day rather than after weeks of trial and error.

[mh_faqs]

How to Open Encrypted Email in Outlook Gmail and Mobile Clients

how to open encrypted email guide featured image

[mh_key_takeaways]

Receiving an encrypted email is common for anyone in healthcare, finance, or legal work. The message arrives with a lock icon, a portal link, or a strange attachment, and the recipient needs to know what to do next.

The steps depend on how the sender encrypted the message. This guide covers the main methods in the order recipients see them. For senders shopping the reverse side, encrypted email services cover the outbound options.

Each section below matches one encryption method. Skip to the method that matches the message you received.

Identifying the encryption method from the notification email

The first step is identifying how the sender encrypted the message. The notification email usually gives away the method in the subject line, body, or attachments.

  • Subject like “encrypted message” plus a Read the message button in the body means Microsoft Purview Message Encryption.
  • Subject like “You have a secure message” plus a portal link means a gateway service like Mailhippo, Zix, or Virtru.
  • A .p7m attachment with an unencrypted subject means an S/MIME message.
  • A .asc attachment or a message body starting with “BEGIN PGP MESSAGE” means PGP.
  • No visible encryption signal but a lock icon in Outlook or Apple Mail means client-side TLS or S/MIME already decrypted.

Once you know the method, follow the section below that matches. The sibling article what is an encrypted email mean covers the underlying concepts if the method is unfamiliar.

Opening a Microsoft Purview encrypted message

Microsoft Purview Message Encryption is the default for Microsoft 365 Business Premium and Enterprise senders. The notification email arrives from the sender’s address with a Read the message button.

Click the button. A browser opens to outlook.office.com or a similar Microsoft portal. Sign in with one of three options.

Sign in with the Microsoft account that received the message. Sign in with a Google account if the receiving address is a Gmail address. Or request a one-time passcode, which arrives at the same email address within a minute.

Once signed in, the message body appears in the browser. A Reply button in the portal lets you send a secure reply through the same encrypted channel.

The Microsoft support guide for opening protected messages covers the same flow with screenshots.

how to open encrypted email in article illustration one

Opening a gateway service portal message

Gateway services like Mailhippo deliver notification emails with a link to a hosted portal. The portal design varies by vendor, but the flow is consistent.

Click the Read the message link. The browser opens to the vendor’s portal. Enter the email address that received the notification if the portal does not auto-fill it.

Request a one-time passcode. The passcode arrives at the receiving address within a minute. Enter the passcode in the portal to unlock the message.

The message body appears in the portal along with any attachments. A Reply button lets you send a secure reply back to the sender through the same channel.

Some gateway services let recipients create a persistent account, which stores past messages and skips the one-time passcode step on future opens. Related coverage in outlook how to open encrypted email covers the Outlook-side variant.

Opening an S/MIME encrypted message in Outlook

S/MIME messages open automatically in Outlook if the matching certificate is installed. If the message arrives as a .p7m attachment or an unreadable body, the certificate is missing.

  • Obtain your S/MIME certificate from your organization’s certificate authority or a commercial CA.
  • Import the certificate into the Windows certificate store under Personal, Certificates.
  • Restart Outlook so it detects the certificate.
  • Open the message. It should now decrypt automatically, and a small ribbon icon appears in the header.
  • Click the ribbon icon to view the certificate details of the encryption.

If the message still shows as a .p7m attachment, either the certificate has expired, or the sender used a different certificate than the one they have on file for you. Ask the sender to verify your current public certificate.

Sibling coverage in how to open an encrypted email covers the same S/MIME flow with more troubleshooting.

[mh_example]

Opening an S/MIME encrypted message in Gmail

Gmail supports S/MIME only on Google Workspace Enterprise Plus with hosted S/MIME enabled. Personal @gmail.com accounts cannot open S/MIME messages natively.

On a Workspace Enterprise Plus account, upload your S/MIME certificate under Gmail settings, Accounts and Import, S/MIME settings. Gmail then decrypts incoming S/MIME messages automatically.

A green lock icon appears next to the sender’s name when the message decrypted successfully. Clicking the icon shows the certificate that signed the message.

Personal Gmail users who receive S/MIME messages need to open them elsewhere, such as through Thunderbird or Apple Mail with the same certificate installed. Or ask the sender to use a portal-based method that does not depend on the recipient’s setup.

The Google support article on S/MIME messages covers the certificate management flow in more depth.

Opening a PGP encrypted message

PGP messages are less common but still appear in journalism, activism, and technical workflows. Opening them requires a PGP-capable client and the recipient’s private key.

Thunderbird has built-in PGP support since version 78. Import your private key under Account Settings, End-to-End Encryption. The client decrypts incoming PGP messages automatically.

Apple Mail on macOS supports PGP through the GPG Suite add-on. Install the suite, import your private key, and Apple Mail decrypts PGP messages when you open them.

Web clients like Gmail need a browser extension such as Mailvelope. The extension prompts for the private key passphrase when a PGP message opens in the browser.

If the client cannot decrypt the message, the private key is not installed or does not match the public key the sender used. Send your current public key to the sender and ask them to resend.

how to open encrypted email in article illustration two

Opening encrypted email on iPhone and Android

Mobile devices handle encrypted email differently depending on the encryption method and the mail app.

Portal-based messages open in the browser through the notification email link. Safari on iPhone and Chrome on Android both handle the sign-in flow the same way as a desktop browser.

The Outlook app for iOS and Android handles Microsoft Purview messages natively if the recipient signs in with the same Microsoft account. The message opens in the app without a browser redirect.

S/MIME messages require the certificate installed in the device’s system keychain. On iOS, go to Settings, General, VPN and Device Management, and install the profile containing the certificate. On Android, use Settings, Security, Install from storage.

PGP on mobile requires a dedicated mail client with PGP support, such as OpenKeychain plus K-9 Mail on Android or PGP Everywhere on iOS. The Gmail and Outlook apps do not support PGP directly.

Sibling coverage in how to open encrypted email on iPhone walks through the iOS variant in more detail.

Troubleshooting expired or broken portal links

The most common failure is a portal link that no longer works. Encryption services usually set an expiration window that the sender configures.

If the portal says the link expired, ask the sender to resend the message. Most services let the sender reset the expiration without composing a new message.

If the portal loads but the sign-in fails, verify you are using the exact email address that received the notification. Address variants like alias forwarders or plus-suffixed addresses often break the match.

If the one-time passcode does not arrive, check the spam folder and confirm the notification email address matches the address you entered on the portal. Some services block the passcode if a different address is entered.

Sibling coverage in how to troubleshoot encrypted email covers additional error patterns.

[mh_protip]

Replying to an encrypted email safely

A reply is only as encrypted as the channel it travels through. Replying from your regular inbox does not preserve the encryption automatically.

Portal-based services offer a Reply button inside the portal. The reply travels back through the same encrypted channel, and the sender reads it in their normal inbox with the encryption intact.

S/MIME clients decrypt and re-encrypt automatically when you use Reply, provided your certificate is installed. The lock icon in the reply compose window confirms the encryption will hold.

PGP clients work the same way. The client encrypts the reply with the original sender’s public key, which it already has on file from the incoming message.

If none of those confirmations appear, the reply will travel as ordinary email. Sensitive information should not be included in that case. Sibling coverage in how to send encrypted email covers the outbound side in depth.

What to do when the sender used the wrong method

Sometimes an encrypted message arrives in a form the recipient cannot open. The sender chose a method the recipient’s environment does not support.

Ask the sender to switch to a portal-based service. Portal encryption works regardless of the recipient’s mail client, certificate setup, or device. It is the most reliable fallback for any inbound encrypted message.

If the sender is a healthcare provider, financial institution, or law firm, they usually have a portal-based service available even if they defaulted to S/MIME first. Calling their office is often faster than resolving the technical mismatch by email.

Practices setting up patient communication should test the recipient experience end to end before rolling out. The healthcare website security features checklist covers adjacent considerations for the same audience.

When the encrypted email is part of a larger workflow

An individual encrypted message rarely stands alone. It is usually part of a larger exchange between a patient and a provider, a client and an attorney, or an insurer and an enrollee.

The recipient side of the workflow matters as much as the sender side. A portal-based message that arrives once is easy. A recurring exchange with the same sender benefits from a persistent portal account or a routing rule.

Persistent portal accounts let recipients skip the one-time passcode step and see message history. Routing rules on the recipient’s mail server can flag encrypted notifications and surface them separately in the inbox.

Practices reviewing the broader patient communication footprint can align email decisions with a healthcare marketing agency engagement so the same standards apply across outreach, forms, and encrypted messaging.

For senders considering a full compliant email service that includes automatic recipient-side handling, the Mailhippo secure email service covers the full sender-and-recipient loop.

[mh_faqs]