How to Send Encrypted Email Across Any Client

how to send encrypted email guide featured image

[mh_key_takeaways]

Every modern mail client can send encrypted email, but the definition of encrypted varies across methods. Some protect only the connection between mail servers. Others protect the message content itself. The difference matters for compliance and for real security.

This guide covers how to send encrypted email across Gmail, Outlook, Apple Mail, and portal-based services. Each method has a specific use case, a specific setup cost, and a specific recipient experience.

The right method depends on the sensitivity of the content and the technical setup of the recipient. Match the tool to the message.

TLS Is the Default Encryption Layer for Every Modern Mail Server

Transport Layer Security, or TLS, protects the connection between two mail servers. When Gmail sends to Outlook, both servers 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 Mail, and every other major provider. Users do not enable it. Administrators do not configure it. It happens automatically when both servers support it.

The problem is fallback. If the receiving server does not support TLS, the sending server delivers the message in plaintext by default. There is no warning. The message reaches the recipient. The sender assumes it was encrypted because their client showed a padlock.

For any content that is regulated, the opportunistic fallback rules out TLS as a standalone protection. You cannot verify that every recipient server supports TLS. According to NIST SP 800-45, verified end-to-end encryption is the required protection for sensitive email.

S/MIME Provides Message-Level Encryption in Outlook and Apple Mail

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

Outlook supports S/MIME on all Microsoft 365 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. Both must come from a trusted certificate authority. The public key gets attached to signed emails, so correspondents can build up a keyring by receiving signed messages from each other.

S/MIME suits organizations that can deploy certificates across all their staff and partners. It does not suit external correspondents like patients, vendors, or one-off recipients who do not have a certificate installed.

how to send encrypted email in article illustration one

PGP Delivers the Same Protection with a Different Key Model

PGP, or Pretty Good Privacy, is the open-source alternative to S/MIME. It uses a public-private key pair generated locally by the user. The public key is shared. The private key is protected with a passphrase and stays on the sender machine.

Thunderbird includes PGP support by default. Mailvelope adds PGP to Gmail and Outlook Web through a browser extension. GPG Suite adds it to Apple Mail. The GNU Privacy Guard command-line tool underlies most implementations.

PGP does not require a certificate authority. Users trust each other public keys directly, either through personal verification or through a web-of-trust model where mutual acquaintances sign each other keys. This is more flexible than S/MIME but harder for non-technical users to manage.

PGP suits technical teams, security researchers, and correspondents who exchange keys manually. It does not suit a healthcare workflow where a receptionist needs to email a lab result to a patient who has never generated a key pair.

Outlook Encrypt Button Uses Microsoft Purview Message Encryption

Outlook 365 users on Business Premium, E3, E5, and comparable Education plans get an Encrypt button in the Options ribbon of the compose window. Behind the scenes, this triggers Microsoft Purview Message Encryption.

External recipients receive a portal link and sign in with Microsoft, Google, or a one-time passcode. Internal recipients on the same tenant see the message inline in Outlook or Outlook on the web without the portal step.

Setup takes minutes if Azure Rights Management is already enabled on the tenant. For tenants that have not activated it, an administrator must enable Rights Management under the Microsoft 365 Admin Center before the Encrypt button appears in Outlook.

According to Microsoft documentation, Purview Message Encryption meets HIPAA transmission requirements when combined with a signed business associate agreement, available on Microsoft 365 Business plans and higher.

[mh_example]

Portal-Based Services Remove the Recipient Setup Barrier

Portal-based encrypted email services solve the biggest problem with S/MIME and PGP. The recipient does not need to install anything, configure anything, or generate any keys. They receive a notification, click a link, and read the message in a browser.

Mailhippo works as an SMTP relay. The sender continues to write and send from Gmail, Outlook, or any other client. Mailhippo intercepts the message, encrypts it, and delivers over TLS when the recipient server supports it or through a portal link when it does not.

The recipient experience is one click. They receive a notification email, click the link, authenticate with a one-time passcode sent to their phone or email, and read the message in a browser. No account creation. No software.

For HIPAA, the service includes a signed BAA in the base plan and logs every message access. Healthcare organizations use this model because patient recipients cannot be expected to manage keys or install plug-ins.

how to send encrypted email in article illustration two

Comparison Across the Main Methods

Each method has a specific fit. The table below summarizes the practical tradeoffs.

Method End-to-End Recipient Setup HIPAA Ready Best For
TLS No None No, opportunistic fallback Non-sensitive routine mail
S/MIME Yes Certificate install Yes, with BAA Internal certified teams
PGP Yes Key pair generation Yes, with process controls Technical correspondents
Purview Message Encryption Yes Portal or Microsoft login Yes, with M365 BAA Microsoft 365 users
Portal-based service Yes Click and passcode Yes, with BAA in base plan External recipients, patients

The clearest divide is recipient friction. S/MIME and PGP are excellent when both parties are set up. Portal-based services and Purview handle every recipient without setup, which matters for healthcare and any business email compliance workflow.

Gmail Encryption Steps Depend on the Workspace Tier

Personal Gmail supports TLS by default and Confidential Mode as an inbox-level access control. It does not support S/MIME. For encryption beyond TLS, personal Gmail users need a browser plug-in for PGP or a third-party service.

Workspace Business tiers support TLS and Confidential Mode. S/MIME hosted encryption is unavailable at these tiers. Healthcare organizations on Business Standard or Business Plus typically layer a HIPAA-compliant service to close the gap.

Workspace Enterprise Plus, Education Standard, and Education Plus include S/MIME hosted encryption. Administrators enable it in the Admin console under Apps, Google Workspace, Gmail, User settings.

Full step-by-step for the Gmail path is covered in the sibling guide how to send encrypted email in Gmail and the tier-specific instructions in how to send encrypted email using Gmail.

[mh_protip]

Outlook Encryption Steps Depend on the Microsoft 365 Plan

Outlook desktop supports S/MIME on all Microsoft 365 plans that include the desktop apps, provided the user has a certificate installed. The certificate goes into the Windows certificate store or the macOS keychain.

The Encrypt button in the Outlook ribbon requires Microsoft 365 Business Premium or Enterprise E3, E5, or higher. Lower Business tiers do not include Purview Message Encryption. This is the most common gap that surprises small-business owners after a plan upgrade.

For lower Microsoft 365 tiers, the practical path is a portal-based service that adds encryption without requiring the plan upgrade. This suits solo practitioners, small clinics, and small-business teams that need HIPAA-covered email but not the enterprise feature stack.

Verification Steps for Every Sensitive Send

Before sending regulated content, verify the method for that specific send. Do not assume. TLS may have dropped to plaintext. S/MIME may have fallen back because the recipient certificate expired. Purview may have failed to trigger because the tenant setting changed.

  • Check the encryption indicator in the compose window before sending.
  • Confirm the recipient will receive the intended experience by sending a test message with non-sensitive content.
  • For portal-based services, verify the audit log records access after the recipient opens the message.
  • For S/MIME, confirm the padlock or lock icon shows green in the sent copy.

According to HIPAA Journal, the most common documented compliance failure is a sender assuming TLS was in effect when the recipient server had disabled it. Verify per send.

Choose the Method by Recipient and Content

The decision framework is simple. Match the recipient technical setup and the content sensitivity to the encryption method with the lowest friction that still meets the security bar.

  • Internal team, routine content, no regulated data: TLS is sufficient.
  • Internal or partner team with certified users, regulated data: S/MIME or PGP.
  • Microsoft 365 users sending to external recipients: Purview Message Encryption.
  • Any recipient without technical setup, regulated data, HIPAA scope: portal-based service with a BAA.

For healthcare providers coordinating email with website and patient acquisition, encrypted email pairs with HIPAA-compliant website design as part of a broader compliance stack.

The last practical point is that the wrong method causes friction for the recipient, and friction becomes a security risk. Recipients who cannot open an encrypted message will ask for it in plaintext. Pick the method that removes that pressure.

[mh_faqs]

How to Send Encrypted Email in Gmail

how to send encrypted email gmail guide featured image

[mh_key_takeaways]

Gmail handles more than 1.8 billion active accounts, and a large share of business email in North America runs through Workspace. Every one of those messages travels over TLS by default when the receiving server supports it. TLS is not the same as message-level encryption.

Learning how to send encrypted email in Gmail means picking the right method for the recipient and the sensitivity of the content. Gmail offers three options built in: TLS transport encryption, Confidential Mode, and S/MIME on Enterprise plans.

For healthcare organizations and any team handling regulated data, native Gmail options often fall short of HIPAA requirements. This guide walks through each method and when to use it.

Gmail Uses TLS for Every Message by Default

Every Gmail message leaves Google servers over Transport Layer Security whenever the receiving mail server supports it. TLS encrypts the connection between the two servers. Nobody sitting on the network path in between can read the message.

The padlock icon in the top-right corner of an open Gmail message shows the transport status. A gray padlock means TLS is active. A red padlock means the recipient server does not support TLS and the message will travel unencrypted.

TLS protects the connection, not the stored copy. Once the message lands in the Sent folder or the recipient inbox, TLS no longer applies. Google can read the message content on its servers, and so can the recipient mail provider.

According to Google documentation, TLS is opportunistic. If a recipient server does not accept encrypted connections, Gmail sends the message in plaintext by default. That behavior alone disqualifies TLS as a standalone compliance method for protected health information.

Confidential Mode Adds Access Controls but Not End-to-End Encryption

Gmail Confidential Mode is available on every personal Gmail account and every Workspace edition. To use it, click Compose, then click the padlock and clock icon at the bottom of the compose window. A menu appears with an expiration date and an optional SMS passcode.

Confidential Mode disables forwarding, copying, printing, and downloading for the recipient. When the expiration date passes, the message becomes unreadable. Senders can revoke access before expiration from the Sent folder.

The mode does not use end-to-end encryption. Google can read the message content. Screenshots defeat the copy and print restrictions because the recipient still sees the message on screen. SMS passcodes rely on phone carrier security, which SIM-swap attacks routinely bypass.

Confidential Mode suits casual privacy needs such as sending a temporary access code or a document link that should expire. It does not meet HIPAA transmission standards, and Google does not extend its business associate agreement to cover Confidential Mode as a compliant PHI transmission method.

how to send encrypted email gmail in article illustration one

S/MIME Hosted Encryption Requires Workspace Enterprise

S/MIME is the built-in Gmail option for true message-level encryption. It is available only on Google Workspace Enterprise Plus, Education Standard, and Education Plus editions. Workspace Business tiers do not include it.

Enabling S/MIME starts in the Admin console. Navigate to Apps, then Google Workspace, then Gmail, then User settings. Toggle S/MIME encryption for sending and receiving. Save the change and wait up to 24 hours for it to propagate.

Each user then uploads a personal S/MIME certificate under Gmail settings, Accounts and Import, Upload your public certificate. The certificate must come from a trusted certificate authority. Both sender and recipient need valid certificates.

When the setup is complete, the padlock icon in a compose window turns green for messages that will send with S/MIME encryption. If the recipient does not have a valid certificate installed, the padlock stays gray and the message sends over TLS only.

Confidential Mode Setup Takes Under a Minute

Open Gmail and click Compose. Fill in the recipient, subject, and body as usual. At the bottom of the compose window, find the icon that looks like a padlock with a clock overlay and click it.

Select an expiration date from the dropdown. Options range from one day to five years. Choose whether to require an SMS passcode. If SMS is selected, enter the recipient phone number in the field that appears.

Click Save. Send the message. The recipient receives an email with a link to view the message. If SMS was enabled, they receive a text with a passcode to enter before the message loads.

  • External Gmail recipients see the message inline, gated by expiration.
  • Non-Gmail recipients click through to a Google-hosted page.
  • Sender can revoke access at any time from the Sent folder by clicking Remove Access.

[mh_example]

S/MIME Certificates Need Renewal and User-Level Provisioning

S/MIME certificates expire, typically after one to three years depending on the issuing authority. Renewals require administrator action for every user account. Certificates issued to a departing employee should be revoked in the Admin console to prevent decryption of prior messages.

Certificate authorities include DigiCert, Sectigo, GlobalSign, and IdenTrust. Costs range from around $20 per user per year for basic identity validation to over $100 per user per year for extended validation with organization details.

For encrypted send to work, the recipient also needs a valid certificate from a trusted authority. External correspondents who do not use S/MIME cannot receive encrypted messages this way. Gmail falls back to TLS transport encryption for those recipients.

This is why S/MIME suits internal exchanges between staff at the same organization or between organizations that have coordinated certificate deployment. It does not suit sending sensitive content to patients or external vendors who do not manage their own certificates.

HIPAA Coverage in Google Workspace Has Boundaries

Google offers a business associate agreement to Workspace customers on Business Standard, Business Plus, and all Enterprise editions. The BAA covers Gmail, Calendar, Drive, Meet, and other core services. Personal Gmail accounts are not covered.

The BAA covers the transmission of PHI through Gmail when standard TLS encryption is in effect between servers. It does not cover Confidential Mode as a distinct HIPAA-safe transmission method. Practices assuming Confidential Mode is HIPAA-compliant are working from a mistaken reading of the BAA.

Because TLS is opportunistic and falls back to plaintext when the recipient server does not support it, Workspace admins cannot guarantee encrypted delivery to every recipient without additional controls. That gap is what drives many healthcare organizations to add a HIPAA-focused encrypted email service.

Additional HIPAA safeguards include audit logging of message access, secure archive retention for six years, and enforced encryption on any message flagged with PHI. Native Gmail provides some of these; complete coverage typically involves a purpose-built service.

how to send encrypted email gmail in article illustration two

Third-Party Services Layer HIPAA Compliance Over Gmail

Purpose-built HIPAA-compliant email services integrate with Gmail through a browser plug-in, a Gmail add-on, or SMTP relay. The sender composes and sends from Gmail without changing workflow. The service handles encryption, delivery fallback, and audit trail.

Mailhippo works this way. It sends over TLS when the recipient server supports it, falls back to a secure portal link when TLS is unavailable, includes a signed BAA in the base plan, and requires no certificate management for senders or recipients. Practices on standard Gmail or Workspace Business use it to close the HIPAA gap without switching platforms.

The recipient experience is a single click. They receive a notification email with a link, click it, authenticate with a passcode, and read the message in a browser. No account creation, no software install, no key management.

For healthcare organizations that also handle web presence and patient acquisition, coordinating email security with the broader tech stack matters. Firms offering healthcare marketing services often deploy encrypted email and HIPAA-compliant website design together.

Recipient Experience Differs Across Each Method

TLS is invisible to the recipient when it works. The message arrives in the inbox looking like any other email. No click-through, no passcode, no external portal. Nothing signals that transport encryption was applied.

Confidential Mode delivers a notification email with a View the email button. The recipient clicks and, if SMS was enabled, enters a passcode from a text message. They read the message in a Google-hosted view with copy, forward, print, and download disabled.

S/MIME delivers a locked message icon in a supported email client. Outlook, Apple Mail, and Gmail render the message inline once the recipient certificate decrypts it. In an unsupported client, the recipient sees garbled ciphertext or an attachment they cannot open.

Portal-based services deliver a notification with a link. The recipient clicks, authenticates with a one-time code, and reads in a browser. This suits patients and external contacts who do not manage certificates but expect a low-friction click.

[mh_protip]

Common Errors When Sending Encrypted Email in Gmail

The red padlock is the most frequent warning. It means the recipient mail server does not support TLS. For non-sensitive content, the message still sends. For PHI or other regulated data, do not send when the padlock is red without a portal fallback.

S/MIME send failures often trace to a missing recipient certificate. Gmail shows a gray padlock instead of green, and the message sends over TLS. To force S/MIME, both parties must have valid certificates uploaded and the Workspace admin must have enabled the feature at the domain level.

Confidential Mode messages sometimes fail to render for recipients on strict email security gateways. The notification email arrives, but the click-through link is stripped or blocked by the recipient inbound filter. Test with the specific recipient before relying on Confidential Mode for time-sensitive delivery.

According to HIPAA Journal, the most common compliance failure is sending PHI to an external address without confirming the transmission was encrypted end to end. Assume nothing about transport; verify the method for every sensitive message.

Choose the Method by Recipient and Content Sensitivity

Match the encryption method to the message. Casual internal notes to colleagues who use Gmail can rely on TLS. Time-limited access to a document link or a temporary credential fits Confidential Mode. Regulated content going to an external recipient needs message-level encryption or portal delivery.

  • Internal team messages, no regulated content: TLS is sufficient.
  • Temporary access codes to trusted external recipients: Confidential Mode.
  • Regulated PHI, PII, or financial data to any external recipient: S/MIME or a HIPAA-compliant service.
  • Recipients on unknown email systems: portal-based delivery with fallback.

For healthcare providers, portal-based services with a BAA are the most reliable path. They handle recipients across all mail providers, provide audit logs, and remove certificate management. Setup takes minutes rather than the administrator overhead S/MIME requires.

Related reading covers how to send encrypted email across platforms, how to send an encrypted email from Outlook, and how to send encrypted email using Gmail for Workspace teams. For teams building patient-facing infrastructure, resources on healthcare website security features pair well with encrypted email deployment.

Verify Encryption for Every Sensitive Message

Before hitting Send on any message with regulated content, check the padlock icon. Green means S/MIME. Gray means TLS. Red means unencrypted, and the message should not go without a portal fallback.

For Workspace administrators, the Admin console provides an Email Log Search that shows the encryption status of every outbound and inbound message. Use it to audit compliance for a defined period, especially before signing off on a HIPAA risk assessment.

According to NIST Special Publication 800-45, verified end-to-end encryption or a portal-based delivery method is required for messages carrying sensitive personally identifiable information across public networks. Assumed TLS is not the same as verified TLS.

The final rule is straightforward. Do not send regulated content over Gmail unless you have picked and verified a method that meets the transmission standard. Pick S/MIME for internal certified users, or add a HIPAA-compliant service for everyone else.

[mh_faqs]

HIPAA Compliant Email Rules Every Practice Should Know

hipaa compliant email guide featured image

[mh_key_takeaways]

HIPAA compliant email is the phrase most search results treat as one product. It is actually a program that combines a signed contract, an encryption method, a training record, and a documented policy. Missing any one leaves the practice non-compliant.

This guide covers what HIPAA compliant email requires, how to configure it across the major mail platforms, and where a dedicated secure email service with a BAA in the base plan simplifies the compliance stack for solo practices and small clinics.

Read the sections in order. The requirements build on each other and skipping any one creates a gap that OCR will find in an audit.

The Four Requirements That Define HIPAA Compliant Email

HIPAA compliant email meets four requirements. Every one is mandatory.

  • The provider signs a business associate agreement with the covered entity before any PHI moves through the service.
  • The service encrypts PHI in transit between mail servers and at rest inside the recipient mailbox using an approved method.
  • The covered entity documents policies covering PHI email handling, workforce training, and incident response.
  • Audit logs record who sent each message, who received it, and when it was accessed, retained per the six-year rule.

Meeting three of four still leaves the practice non-compliant. Every one must be in place before PHI moves through the account.

Practices treating HIPAA compliant email as a checkbox purchase miss the surrounding obligations. The vendor covers the platform. Everything else is covered entity work.

The Business Associate Agreement Is Non-Negotiable

A BAA is the first requirement, not the encryption feature. Without it, no amount of technical protection makes the email HIPAA compliant.

The BAA obligates the mail provider to protect PHI, report security incidents, allow HHS access for investigations, and destroy PHI at contract termination. It creates legal liability on the provider side.

Providers refusing to sign a BAA cannot be used for PHI regardless of encryption strength. Personal Gmail, personal Outlook.com, Yahoo, and AOL all fall in this category.

Microsoft 365 Business Basic and higher signs a BAA available through the Service Trust Portal. Google Workspace Business Standard and higher signs a BAA available through the admin console. Dedicated encrypted email services include the BAA in the base plan.

Retain the countersigned copy. Document the effective date and the covered services. Auditors ask for it during risk assessment review.

hipaa compliant email in article illustration one

Encryption Meets One Safeguard Out of Many

Encryption meets the HIPAA Security Rule transmission security safeguard. That is one requirement among dozens.

Transmission security is designated as addressable, which means the covered entity implements it or documents an equivalent alternative. Unencrypted PHI email is not a defensible alternative under current OCR guidance.

Approved encryption methods include TLS 1.2 or higher for transit, S/MIME with X.509 certificates for end-to-end content encryption, and hosted portal encryption from qualified providers. The HHS Security Rule guidance covers each safeguard.

Related guides: HIPAA compliant email service covers the vendor evaluation framework. HIPAA compliant email Gmail covers the Google Workspace configuration path.

Encryption is necessary but not sufficient. The remaining safeguards live in policy and workforce training.

Patient Consent for Unencrypted Email Is a Documented Option

HIPAA allows PHI transmission via unencrypted email to the patient if the patient has been informed of the risks and requests the unencrypted method anyway.

The consent option covers convenience cases like appointment reminders where a portal login exceeds the patient technical comfort. It does not apply to email between covered entities or between the practice and business associates, which still requires encryption.

Document consent through the intake form or a dedicated consent record. Auditors expect to see the exact consent language, the effective date, and the patient signature or electronic acknowledgment.

Consent is revocable at any time. Practices update patient records when the patient asks for encrypted delivery instead, and workforce members switch the send method accordingly.

Absent documented consent, PHI email to the patient still requires encryption. Encrypt by default and treat unencrypted delivery as the exception.

[mh_example]

Workforce Training Fills the Compliance Gap

A practice with signed BAA and configured encryption still fails compliance if staff mishandle PHI in email.

Training covers the send workflow for the specific mail platform, the recipient verification step to prevent wrong-recipient errors, the DLP or automatic encryption rules, and the incident reporting process for suspected exposure.

New staff receive training before mailbox access. Existing staff receive refresher training on every material change to the email stack or annually at minimum.

Documentation of training completion supports the six-year HIPAA retention requirement. Learning management systems that record completion dates and quiz scores make audit review straightforward.

Training is the cheapest compliance investment per dollar. A single wrong-recipient PHI email costs more in breach response than a full year of training for a ten-person practice.

hipaa compliant email in article illustration two

Audit Logging and Records Retention

HIPAA requires audit controls that record system activity relevant to PHI. Email audit logs support this requirement.

Microsoft Purview audit logging records every message send, receipt, and access event with timestamp, user identity, and message metadata. Google Workspace audit logs cover the same events through the admin console.

Retention periods vary. HIPAA requires six years for documentation supporting security policies. Some state laws require longer retention. Litigation holds can extend retention indefinitely for specific accounts.

Practices review audit logs periodically for anomalous access patterns. A workforce member downloading many patient records or a login from an unexpected geography triggers investigation.

Archiving services capture and preserve email records automatically. The archive itself is encrypted at rest and access-controlled to prevent tampering.

Incident Response for Email-Related Breaches

Every practice needs an incident response plan for email-related PHI breaches. HIPAA requires it.

The plan defines what triggers an incident, who leads response, how to preserve forensic evidence, how to notify affected individuals within 60 days, and when to notify HHS.

Common email incidents include wrong-recipient PHI email, forwarded PHI to personal accounts, phishing that compromised a mailbox credential, and unencrypted PHI email sent without patient consent.

Response includes containment, investigation, notification, and remediation. Update workforce training and policies to prevent recurrence. Document every step for the audit record.

The HHS breach notification guidance covers the timing and content requirements for each notification type.

[mh_protip]

HIPAA Compliant Email Marketing Rules

Marketing email raises additional HIPAA questions beyond clinical communication.

Appointment reminders using patient name and appointment details are permitted as treatment operations without additional authorization. Newsletters using aggregated topics without PHI are permitted.

Promotional emails that reference specific patient conditions or treatments require documented patient authorization on file. Absent authorization, the marketing message is a HIPAA violation regardless of encryption.

The marketing platform must sign a BAA and encrypt PHI in transit and at rest. Consumer marketing platforms like Mailchimp free tier do not sign BAAs and cannot be used for PHI.

Related guide: HIPAA compliant email marketing covers the marketing-specific rules and platform options.

Segregating marketing lists that contain PHI from general marketing lists simplifies compliance. General newsletters can run on a standard platform. PHI-triggered communications run on a HIPAA compliant platform.

Common Compliance Gaps to Avoid

OCR breach investigations surface the same gaps repeatedly.

  • Missing signed BAA on file with the mail provider, discovered during breach investigation.
  • Workforce members using personal Gmail or Outlook.com for practice email, unencrypted and uncovered by BAA.
  • PHI sent unencrypted without documented patient consent for the unencrypted method.
  • Wrong-recipient PHI email caused by autocomplete errors or copy-paste mistakes.
  • Forwarded PHI to personal accounts, home email, or personal mobile devices without practice authorization.
  • Retained access after workforce termination, allowing former employees to read active PHI email.

Each gap has a specific control. BAA on file. Restrict personal accounts. Automatic encryption via DLP rules. Recipient verification prompts. Forwarding restrictions. Timely deprovisioning on termination.

Practices closing every gap avoid the settlements that make OCR headlines.

Choosing the Right HIPAA Email Setup for Practice Size

The right HIPAA compliant email setup depends on practice size, budget, and workforce technical comfort.

Solo practices and small clinics with two to ten workforce members often choose a dedicated encrypted email service layered on top of an existing Gmail or Outlook account. The BAA comes in the base plan and cost stays under 15 dollars per user per month.

Mid-size practices with dedicated IT staff often standardize on Microsoft 365 Business Premium or Google Workspace Enterprise Plus for the integrated encryption. The BAA covers the full tenant, simplifying vendor management.

Large health systems typically layer a specialized DLP and encryption gateway on top of Microsoft or Google to handle complex mail flow policies across departments.

Mailhippo delivers encrypted email for practices that want a shorter compliance path without portal friction on the recipient side. Related guides: best HIPAA compliant email, free HIPAA compliant email, and HIPAA compliant emails.

Pair the email choice with a compliant patient-facing web presence. See healthcare website security features for the site-side controls that pair with encrypted email under a shared compliance framework.

[mh_faqs]

How to Use Encrypted Email

Encrypted email sounds technical at first. Day-to-day, it can feel as simple as clicking one extra button before you send. You still write normal messages. You still talk with patients, clients, and staff. The main change sits behind the scenes. The content of key emails travels in a private, protected form.

You can fit encrypted email into your work without redesigning everything. It can live inside Outlook or Gmail. It can sit in a secure message portal. It can protect both messages and important files. If you want a broad overview of what encrypted email is before you dive into using it, the MailHippo guide to encrypted email provides a clear starting point.

This guide stays practical. It shows where encrypted email helps in real life, how people send and read it, and which habits keep it safe and simple.

What an encrypted email looks like day to day

From a sender’s perspective, an encrypted email still starts with a blank message window. You type an address, write your note, and attach any files. Then you pick a secure send option, such as a small lock icon or a “send secure” button. The system takes care of the encryption.

From a recipient’s point of view, an encrypted email may appear in two main ways. In some cases, it opens directly in the inbox, with a small lock icon or banner at the top. In other cases, the inbox contains a short-notice email with a link. That link opens a secure page where the full message sits.

Staff can keep their usual email apps. Patients and clients can keep their current email addresses. Encrypted email slips into that world and provides protection, rather than asking everyone to change tools.

When people use encrypted email

Personal privacy

Some people use encrypted email to keep personal notes out of general view. That can mean ID scans, family documents, or private discussions. Normal email leaves that content open to more systems and staff than many people realize.

Encrypted email shrinks that circle. Only the sender and the approved recipient can see the message in clear form. Others see scrambled data or get a login screen. That gives peace of mind on shared Wi‑Fi and shared devices.

Work communication

Managers, dentists, doctors, and office staff all send messages that carry work secrets. These can include pricing, strategy, HR notes, and vendor terms. Plain email can turn one hacked inbox into a large leak.

Encrypted email turns these key threads into harder targets. Attackers who grab stored messages now face protected content. The same goes for curious insiders who should not see everything.

Sensitive files

Many risks hide in attachments. Reports, financial statements, scanned forms, and legal drafts often travel as files. These documents often carry more detail than any short email body.

Encrypted email protects these files during the trip. Some systems extend that protection into storage. Others pair message encryption with protected attachments such as password-locked PDFs. Either way, sensitive files sit under more than a simple paper clip.

Regulated information

Teams in health, finance, and law often handle information subject to strict rules. Think of patient charts, card details, or case files. Regulators often expect strong protection both in transit and at rest.

Encrypted email helps meet that expectation. It shows that you treat regulated information with care when you send it. It also supports policies and audits that assess how you protect key data in transit.

Ways people use encrypted email

Built-in secure send tools

Many organizations enable secure send options in Microsoft 365, Google Workspace, and similar services. Staff then see small buttons or labels in Outlook or Gmail when they compose a message. A single click marks that email as encrypted.

Admins can set rules to trigger encryption when messages match certain patterns. For example, when an email includes the word “patient” or “SSN”. Staff still have manual control for one‑off cases.

Secure message portals

Secure portals move the private content into a protected website. The inbox shows only a plain email that says something like “You have a secure message” with a button. When someone clicks the button, a secure page opens in the browser.

Portals often use passwords or one-time codes to check identity. Once the person signs in, they read the message and download the files inside that page. Replies can stay in the same portal. This model suits clinics, legal practices, and small firms that work with many outside people.

PGP

Some users, often more technical, use PGP-based tools. PGP relies on public and private keys. The sender encrypts the message on their device. The recipient’s private key decrypts it. Service providers in the middle see only scrambled content.

In its raw form, PGP can feel complex. Many modern services now use PGP under the hood and hide the key work. From the user’s view, it then behaves like any other secure send option.

S MIME

Many large organizations use S MIME. This method uses digital certificates that link keys to people or to roles. Outlook and Apple Mail already know how to handle S MIME once certificates are in place.

IT teams or providers install certificates on staff devices. Staff then see lock and signature icons in their mail client. Clicking these icons sends encrypted and signed messages inside and sometimes beyond the organization.

Protected attachments sent by email

In some teams, the main step sits with the file. They lock PDFs, Word documents, spreadsheets, or zip folders with passwords. They then email those files as attachments. The email can be plain or encrypted on top.

This approach is common when the biggest risk lies in a single document, such as a tax return or a lab report. Recipients open the file in a viewer and enter the password that the sender shares through a separate channel.

How to get started

Choose the method

First, pick the style that fits your current tools and contacts. If you already use Microsoft 365 or Google Workspace, built-in secure send may be the fastest path. If you mainly write to patients on many different email tools, a secure portal may make more sense.

Think about IT support. If you have a provider or internal team, S MIME or a managed secure email service may be a good fit. If you handle things yourself, built-in tools and simple portals may be easier to use.

Check recipient access

Next, think about who will open these messages. Staff inside your organization often use the same client and can handle direct inbox decryption. Patients and clients may only have a phone and basic apps.

Pick a setup that matches them. If they can open a link and read a page, a portal works. If they use modern inbox apps, in‑place encryption may work. Edge cases can still use protected attachments.

Learn what parts of the email are protected.

Ask your provider or IT contact which parts of each message are encrypted: the body, attachments, or both. Also, ask what happens to subject lines and addressing data.

Once you know that, you can shape your habits. You can treat the body and files as safe places for private data. You can keep subjects and wide recipient lists free of sensitive details.

Decide how to handle attachments.

Decide what you will do with files by default. Some teams say, “encrypt the message and password-protect any file with health or payroll data”. Others say, “move all large or critical files into the portal and send links only.”

Write that choice down in one or two lines for your team. Clear defaults help staff act quickly while staying safe.

Basic send process

Draft the message

Open a new email in your tool or portal. Add the recipient address and a short, general subject. Write the body in plain language. Explain what you are sending and what action you need.

Place all private facts in the body, not the subject. That includes names, record details, and money numbers. Remember that encryption will focus on this area.

Add files

Attach any files you want to share. Check each file on your device first. Fix errors now, not after sending. If a file needs its own lock, apply that before you attach it.

Keep a clean list of which file names in your folders are protected. Use a name that makes this obvious, such as adding “protected” to the name.

Turn on protection

Find the encrypt or secure send control in your mail tool or portal. Turn it on for this message. Look for a lock icon, special label, or banner that confirms the setting.

If your system supports different levels, choose the one that states clear content protection. That might be “Encrypt” rather than just “Confidential”.

Review the subject line and recipients.

Before you click send, pause for a short review. Read the subject line and strip out any private details that slipped in. Then check the address list with fresh eyes. Confirm that every address should see the message.

For very sensitive content, think about whether all recipients need the full thread. Sometimes, a separate secure email to a smaller group works better than a long, wide chain.

Send the message

Once content, files, and settings look right, send the email. For a new setup, ask the recipient to confirm that they can open and read it. Use that early feedback to adjust any confusing parts.

Basic receive process

Open the email notice.

Recipients start in their normal inbox. They open the message that mentions secure content. That may be the full email with a lock icon, or a short notice with a button.

They should take a second to confirm the sender’s name and domain. That quick check helps them avoid fake “secure message” emails from scammers.

Verify identity if asked.

If the system uses a portal or one-time code, the next screen will ask for identity proof. That might be a login, a password, or a code sent by text.

The recipient enters those details once for that session. The system then unlocks the secure view. The email itself does not hold the private content.

Read the message

Once access is granted, the person reads the message much like any other email. They can scroll, reply, and move between messages in that view.

If something looks odd or empty, they can contact the sender using a known phone number or the main website to confirm that the email is from a legitimate source.

Open any protected files.

If the message includes files, the person clicks to open or download them. For locked PDFs or office documents, the viewer will ask for a password. For portal files, the site may offer view-only or download options.

Recipients should treat downloaded copies as private documents. They can store them in a safe folder rather than on a shared desktop.

Good habits when using encrypted email

Keep subject lines general.

Subject lines often sit outside the encrypted part of the message. Many people see them on phones before they even unlock the screen. Simple, bland subjects keep you from leaking content at that level.

Think “Your recent visit” instead of “Full oncology report for John Smith”. That small change makes a big difference.

Share passwords in a separate channel.

If you use passwords for PDFs, zips, or portals, share those passwords away from email. Text, phone, or a secure chat all work. Never place the password in the same email as the protected item.

This habit keeps a single stolen email from handing attackers both the lock and the key.

Use strong account security.

Encrypted email helps only if accounts stay under the right person’s control. Strong, unique passwords, sign-in alerts, and multi-factor login all matter here.

Teams that combine encryption with strong account security gain far more safety than those that treat encryption as a magic fix.

Test with trusted recipients

Test each new secure send method with people who will tell you the truth. That might be a nurse, an assistant, or a long‑time client. Ask them to open messages on both the laptop and the phone.

Listen for any friction. A painful extra step for them today will turn into delays and support calls later.

Common mistakes

Assuming encryption hides everything

Encryption protects the body and attachments in most systems. It rarely hides subject lines, sender and recipient addresses, or time stamps. People can still see that contact happened, even if they cannot read the message.

Safe use means keeping real secrets in the body and files. It means treating outer fields as less private.

Forgetting attachment protection

Some teams enable message encryption, yet still attach open files stored in multiple locations. Once a recipient saves a file outside an encrypted message, that file can spread freely.

For important documents, pair message encryption with protected attachments or secure links. Do not rely only on the envelope.

Sending the password in the same message

This mistake shows up often. The sender locks a PDF, then writes “Password is 1234” in the email body. That step cancels out most of the gain.

Make it a clear rule on your team that passwords travel in a separate channel each time.

Using an encrypted email for the wrong task

Some tasks do not fit email, even with strong encryption. Sharing master passwords, long-term keys, or very large record sets often falls into this group.

Those cases are better suited to secure link tools or dedicated secret sharing. The MailHippo guide on sending a secure link explains how to handle that kind of data.

When a secure link works better than an encrypted email

Secure links fit best when you want strong control over a document after you send it. They shine for large files, frequent updates, and information that should not sit in many inboxes.

A secure link keeps the document in one protected place. You can turn access off, track views, and avoid email size limits. The email itself becomes a simple pointer, not a container.

Encrypted email still helps in many daily cases. Think of short notes with simple attachments. For heavy or long‑lived content, secure links often win.

Common questions

How do I use encrypted email?

Use encrypted email by adding one extra step to your normal send flow. Draft your message, attach files, turn on the encrypt or secure send option, check the subject and addresses, then send. For the most sensitive files, add file-level locks or secure links as well.

The MailHippo guide on how to encrypt an email, step by step, provides detailed instructions for the sender. The companion article, “How to open an encrypted email on any device,” covers the reader’s side.

Do both sides need special tools?

For built-in and portal-based methods, the sender needs an account on the secure system. The recipient often only needs a modern browser and a basic email app. PGP and S/MIME may need extra setup on both sides.

If you want an easy rollout, start with a method that asks the least from your patients or clients. Portals and built-in secure send tools usually meet that mark.

Can I use an encrypted email on my phone?

Yes. Most major secure email methods work on phones. Outlook and Gmail apps can show protected messages. Portals open in mobile browsers. People can enter one-time codes on touch screens.

Always test your chosen method on the same kinds of phones your patients or staff use. If it works there, it will work almost everywhere.

What is the easiest way to start?

The easiest path is often to turn on the built-in secure send in your current email platform and set a simple rule such as “Encrypt any message with patient or payroll data”. Train staff on one clear button and subject line habits.

Once that feels normal, you can add protected attachments and secure links for the highest risk cases. The MailHippo guide on sending a secure link is a good next step once you reach that point.

Read next

If you want a detailed walk-through of each click when you encrypt a single email, read how to encrypt an email step by step. It turns this high-level picture into concrete steps.

To help your patients, clients, and staff on the other side, share instructions for opening an encrypted email on any device. That guide clears up common access questions.

For tasks that really should not live in email at all, see how to send a secure link. It shows how links can work with encrypted email to keep your most sensitive information safe.

How Do You Encrypt an Email in Outlook, Gmail, and Office 365

how do you encrypt an email guide featured image

[mh_key_takeaways]

Encrypting an email is a different set of steps in every mail client. Outlook has a button. Gmail has two paths that look similar but work differently. Outlook 2013 uses an older S/MIME workflow. Attachment encryption is its own separate topic.

This guide covers each of them in order. It also flags the HIPAA implications for practices sending PHI. For a cross-client path that works uniformly, a gateway service delivers encrypted email to any recipient without version dependencies.

Every section stands on its own with the menu paths named directly. Skip to the client and version that matches your setup.

Encrypt an Email in Modern Outlook on Microsoft 365

Modern Outlook on Business Standard and above adds an Encrypt button to the compose window. The service is Microsoft Purview Message Encryption.

Open Outlook. Start a new message. Click the Options tab in the ribbon. Click Encrypt. Choose Encrypt-Only or Do Not Forward from the dropdown.

Write the message and click Send. The recipient receives an email with a link. They authenticate with Microsoft, Google, or a one-time passcode and read the message in a browser.

Business Basic tier and free personal Outlook.com do not have the Encrypt button. Related linked topic: how do you encrypt emails for a broader coverage of alternatives.

Encrypt an Email in Outlook 2013 With S/MIME

Outlook 2013 supports S/MIME natively but has no Purview Encrypt button. The workflow uses the Trust Center and a client-installed certificate.

Install an S/MIME certificate in the Windows personal certificate store. Open Outlook. Go to File, Options, Trust Center, Trust Center Settings, Email Security.

Under Encrypted email, click Settings. Pick your signing certificate and your encryption certificate. Choose whether to sign or encrypt by default. Click OK.

To encrypt a single message, click the encrypt icon in the compose ribbon before sending. Recipients need S/MIME support in their client and a cached copy of your public key. This workflow also applies to Outlook 2016, 2019, and Outlook LTSC 2021 when S/MIME is the chosen path.

how do you encrypt an email in article illustration one

Encrypt an Email in Gmail With Confidential Mode

Gmail confidential mode is available on all Google Workspace tiers and personal Gmail. Click the lock and clock icon at the bottom of the compose window.

Set an expiration date from the dropdown. Choose whether to require a passcode. Passcode by SMS is the higher-security option. Click Save.

Write the message and click Send. The recipient receives a link. They open it in a browser, enter the passcode if required, and read the message in a hosted view.

Confidential mode is not end-to-end encryption. Google holds the keys. The mode prevents forwarding, copying, and printing. It does not seal the content against the provider. For HIPAA-scoped mail, confidential mode alone is not sufficient.

Encrypt an Email in Gmail With Hosted S/MIME

Hosted S/MIME is the Gmail path to true end-to-end encryption. It requires Google Workspace Enterprise Standard, Enterprise Plus, Education Standard, or Education Plus.

The admin uploads root and intermediate CA certificates in the Google Admin console under Apps, Google Workspace, Gmail, User Settings, then S/MIME. Enable S/MIME for the organizational unit.

Each user uploads their personal certificate through Gmail settings under Accounts. Once configured, a lock icon appears next to the recipient field. Green means encryption is possible.

Recipients on personal Gmail, Business Standard, or Business Plus cannot receive hosted S/MIME messages. The encrypted content arrives as an unopenable attachment. See Google Workspace admin help for the current tier list.

[mh_example]

Encrypt an Email Attachment for Extra Protection

The attachment inherits the encryption of the message when sent through Outlook Encrypt, S/MIME, or a portal gateway. This is sufficient for most cases.

For extra protection, encrypt the file itself before attaching. This adds a second layer that survives even if the message encryption fails or the recipient forwards the message to an unencrypted inbox.

Common attachment encryption tools:

  • Adobe Acrobat for PDF password protection with AES-256
  • Microsoft Word, Excel, PowerPoint via File, Info, Protect Document, Encrypt with Password
  • 7-Zip for archive password protection with AES-256
  • Apple Preview for basic PDF password protection on macOS

Share the password out of band by phone or text, never in the same email chain. Verify recipient identity before releasing the password. Related linked topic: encrypt an email.

how do you encrypt an email in article illustration two

Encrypt an Email in Office 365 With Automatic DLP Rules

Office 365 supports automatic encryption through Data Loss Prevention rules on Business Premium and Enterprise tiers. This removes the human step of clicking Encrypt.

The admin opens the Microsoft Purview compliance portal. Under Data Loss Prevention, create a new policy. Choose a template for U.S. Health Insurance Act (HIPAA) or a custom policy with SSN, MRN, or ICD patterns.

Configure the action. Apply Do Not Forward, Encrypt-Only, or a custom rights template when a match is found. The policy can also block the send or require justification.

Automatic DLP encryption reduces the risk of staff forgetting to click Encrypt on a sensitive message. It also creates audit trail evidence that the covered entity applied technical safeguards under the HHS Security Rule.

Encrypt an Email With PGP Using FlowCrypt

FlowCrypt is a browser extension that adds PGP support to Gmail. It works on personal Gmail and any Google Workspace tier.

Install the extension from the Chrome or Firefox web store. Create a keypair when prompted. Back up the private key to a hardware token or an encrypted vault.

Send a secure message from the FlowCrypt compose window inside Gmail. The extension encrypts the body with the recipient public key if it is in the FlowCrypt cache. If not, the extension prompts for the recipient key or sends through the FlowCrypt password-protected fallback.

PGP is not native to any major business mail workflow. FlowCrypt fills that gap for teams that want end-to-end encryption without moving to Google Workspace Enterprise. It is not commonly used in regulated healthcare settings.

[mh_protip]

Encrypted Email Options Compared

The table below compares the main paths a business considers.

Method Client Support Recipient Setup End-to-End HIPAA Fit
Outlook Encrypt (Purview) M365 Business Standard+ Passcode or SSO No, portal Yes with BAA
Outlook S/MIME Outlook 2013+ Certificate install Yes Peer traffic
Gmail confidential mode All Workspace Passcode No Not sufficient alone
Gmail hosted S/MIME Workspace Enterprise+ Certificate install Yes Yes
FlowCrypt PGP Gmail via extension PGP key exchange Yes Rare in healthcare
Gateway (Mailhippo) Any provider Passcode Portal-based Yes with base plan BAA

HIPAA Notes on Encrypting Email in Practice

Encryption is one technical safeguard among many. HIPAA requires access controls, audit logging, session timeouts, workforce training, and a signed BAA with each business associate.

Automatic DLP triggers reduce the risk of missed manual encryption. Portal delivery removes the recipient-side certificate requirement. Both are practical for a real HIPAA workflow.

Verify recipient identity before sending PHI. A wrong email address is a HIPAA breach even when the message is encrypted. Document policies and train staff. See related healthcare security features context.

Retention matters. Encrypted mail counts as PHI storage. Retention policies must match state medical board rules and the six-year HIPAA administrative retention requirement.

When a Gateway Is the Better Fit

Managing S/MIME certificates across a small team is meaningful operational work. Certificate expiration, mobile provisioning, and cross-platform trust chains all take time.

A gateway service removes the certificate step. The sender writes in the normal client. A trigger word or plugin button triggers encryption. The recipient reads in a browser.

Mailhippo works this way on top of Gmail or Outlook. It includes a BAA in the base plan. It works uniformly on desktop and mobile without version dependencies. See related how to encrypt an email for the broader walkthrough. Practices building a compliant public-facing site can pair this with HIPAA-conscious website design so intake, contact, and email flows stay inside the same compliance boundary.

[mh_faqs]

Email Encryption Explained (Methods, Standards, and Costs)

email encryption guide featured image

[mh_key_takeaways]

Email encryption sounds like one feature. It is actually a stack of choices about transport, content, keys, licensing, and recipient experience. Getting the stack wrong leaves gaps that compliance auditors find.

This guide covers email encryption methods, the standards that back them, the platforms that implement each one, and the price ranges buyers see. For HIPAA senders who want to skip the license tier upgrade, a dedicated secure email service often removes the portal step and includes a BAA in the base plan.

Read the sections in order. Each layer builds on the one before it.

Transport and Content Encryption Are Different Layers

Two encryption layers cover email. Buyers often confuse them, which leads to gaps.

Transport encryption uses TLS between mail servers. When Gmail sends to Outlook, both servers negotiate TLS 1.2 or 1.3 and the message travels encrypted. Neither user takes any action.

Content encryption protects the message body and attachments themselves. S/MIME, PGP, and hosted portal encryption all fit here. The message remains encrypted at rest in the recipient mailbox until decrypted with a key or portal credential.

TLS alone leaves messages readable at the recipient provider, in server logs, and in backup snapshots. HIPAA and PCI treat that exposure as non-compliant for regulated content. Content encryption fixes it.

Every serious encryption deployment uses both layers together.

email encryption in article illustration one

S/MIME Is the Enterprise Standard for Content Encryption

S/MIME encrypts message bodies using X.509 certificates issued by a certificate authority. It is the default choice for organizations with dedicated IT.

Outlook, Apple Mail, and Google Workspace Enterprise Plus all support S/MIME natively. No plugin required. The mail client handles encryption and decryption behind the compose window.

Setup requires purchasing a personal certificate from a public CA like DigiCert, Sectigo, or GlobalSign, installing it in the local certificate store, and exchanging signed messages with each recipient to share public keys.

Certificates typically expire after twelve months. Renewal happens through the CA portal. Expired certificates block new encrypted sends until reissued.

Related guide: S/MIME email encryption covers the certificate model in detail.

OpenPGP Serves Technical and Journalism Communities

OpenPGP is the alternative content encryption standard. It uses locally generated key pairs instead of CA-issued certificates.

Users install GPG Suite on macOS, Gpg4win on Windows, or Mailvelope in the browser. The tool generates a key pair with a passphrase. The user shares the public key with recipients through a keyserver or direct email.

Trust builds through key signing rather than a central authority. Security researchers, journalists, and open source maintainers use PGP heavily because it does not depend on any CA infrastructure.

Business adoption of PGP stays limited. Recipients cannot install extensions on locked-down corporate systems. Healthcare and financial senders skip PGP for that reason.

The technical strength of PGP is not the barrier. The recipient-side friction is.

[mh_example]

Hosted Encryption Services Handle the Recipient Portal

Hosted encryption trades certificate management for a portal step at the recipient end. Microsoft Purview Message Encryption, Google Workspace Confidential Mode, and many third-party vendors follow this pattern.

The sender clicks Encrypt in the mail client. The service routes the message body to its own storage and sends the recipient a notification email with a link. The recipient signs in with an existing account or enters a one-time passcode to read the message.

Vendor gateways from Fortinet, Cisco, Trustifi, Datamotion, and others all follow the same portal pattern with different admin interfaces and reporting.

The recipient friction depends on the vendor. Some services allow one-click reading through a signed URL. Others require full account creation. Test each with a real recipient before committing.

Related guide: email encryption service compares vendor options in depth.

email encryption in article illustration two

Encryption Techniques and Algorithms in Use Today

The math behind email encryption uses proven algorithms defined in published standards.

  • AES-256 handles symmetric encryption of the message body itself. It appears in every current standard.
  • RSA-2048 or elliptic curve algorithms handle the key exchange that carries the symmetric key to the recipient.
  • SHA-256 or SHA-384 handles integrity hashing so recipients can detect tampering.
  • TLS 1.2 with strong cipher suites, or TLS 1.3 without weak fallback, handles transport between servers.
  • Message authentication codes bind sender identity to the message so recipients can verify origin.

Buyers rarely choose algorithms directly. Every modern platform defaults to combinations aligned with NIST guidance. See the NIST cryptographic guidance publications for the current recommended parameters.

Platform-by-Platform Encryption Options

Each mail platform ships different encryption features at different price tiers.

Microsoft 365 Business Premium and higher include Purview Message Encryption behind the Encrypt button. Business Basic and Business Standard do not.

Google Workspace Enterprise Plus and Education Plus include hosted S/MIME. Business Standard and Business Plus include Confidential Mode but not hosted S/MIME.

Apple Mail supports S/MIME natively on macOS and iOS provided the user installs a certificate through Keychain or MDM configuration profile.

Yahoo, AOL, and older ISP webmail platforms do not offer S/MIME or hosted encryption. Users on those platforms rely on TLS transport plus optional PGP through browser extensions.

Match the plan tier to the required feature before rolling out an encryption program.

[mh_protip]

HIPAA Compliance Requires More Than Encryption

Encryption satisfies one HIPAA Security Rule addressable specification. Full compliance requires several additional safeguards.

The covered entity signs a business associate agreement with the email provider. Microsoft and Google both offer BAAs on eligible plans. The HHS Security Rule guidance lists every safeguard.

Administrative safeguards include workforce training on PHI handling, sanction policies for violations, and periodic risk assessments. Physical safeguards include facility access controls on the workstations that send email.

Technical safeguards beyond encryption include unique user identification, automatic logoff on idle sessions, and audit controls that record message access.

Practices that clip on encryption software without addressing the surrounding safeguards are not compliant. Encryption is one piece of a larger program.

Cost Comparison Across Encryption Approaches

Price often decides the buying question more than features. A ten-person practice compares real annual numbers.

Approach Per user per month Annual cost (10 users)
Microsoft 365 Business Premium (Purview) 22 USD 2,640 USD
Google Workspace Enterprise Plus (hosted S/MIME) 30 USD 3,600 USD
Public CA S/MIME certificates (annual) 2 to 5 USD (amortized) 240 to 600 USD plus mail plan
Dedicated encrypted email service with BAA 5 to 15 USD 600 to 1,800 USD

Numbers exclude staff training, audit review time, and the recipient-side support calls that portal-based encryption generates. Practices measuring hidden costs often find dedicated services cheaper end to end.

How to Choose the Right Encryption Approach

The decision comes down to three questions about the sending organization.

First, does the organization already run Microsoft 365 Business Premium or Google Workspace Enterprise Plus? If yes, native S/MIME or Purview cover the encryption need with no additional software.

Second, does the recipient list change frequently, as with a healthcare practice adding new patients weekly? If yes, hosted encryption or a dedicated service avoids the S/MIME public-key exchange step.

Third, is the recipient experience business-critical? If patients or referring physicians will abandon messages that require a portal sign-in, a dedicated service like Mailhippo delivers encrypted email that opens in one click without a portal.

Practices running healthcare marketing sites pair encrypted email with a compliant patient-facing web presence. See healthcare website security features for the site-side controls.

Related guides: email encryption software, secure email encryption service, and encryption for email techniques.

[mh_faqs]

How to Encrypt Email in Outlook (2026 Complete Guide)

how to encrypt email in outlook guide featured image

[mh_key_takeaways]

Outlook offers built-in encryption on most business plans, but the button only appears when the license, tenant configuration, and client version all line up. Missing one piece leaves the sender clicking on a feature that does nothing.

This guide walks through every path for how to encrypt email in Outlook, from the Encrypt button on Microsoft 365 to S/MIME certificates and Office Message Encryption rules. Where a healthcare team needs a simpler alternative, a secure email service with a BAA in the base plan often removes the recipient-side portal friction entirely.

Each method below includes the exact ribbon path, the license requirement, and the recipient experience. Skip to the section that matches your Outlook version and plan.

Outlook Supports Three Different Encryption Methods

Outlook does not have one encryption feature. It has three, and they behave differently at the recipient end.

Microsoft Purview Message Encryption is the modern default. It sits behind the Encrypt button in the ribbon on Microsoft 365 Business Premium and higher. External recipients get a portal link.

S/MIME uses X.509 certificates installed on each sender and recipient. It works entirely inside the client and produces a message that opens directly in Outlook without a portal step. Setup and certificate maintenance limit its practical reach.

Office Message Encryption is the older brand name for what is now Purview Message Encryption. Exchange Online admins can trigger it through mail flow rules based on subject keywords, recipient domain, or content sensitivity labels.

Picking the wrong path is the top cause of failed encryption rollouts. Read the recipient experience before deciding.

License Requirements Determine Which Method You Can Use

The Encrypt button in Outlook only appears on tenants with a qualifying license. Cheaper plans block the feature at the tenant level.

Microsoft 365 Business Premium, Enterprise E3, Enterprise E5, A3, A5, and G3/G5 all include Purview Message Encryption. Business Basic and Business Standard do not. Personal and Outlook.com accounts have no access at all.

Admins verify entitlement in the Microsoft 365 admin center under Billing, then Licenses. The full breakdown lives in the Microsoft Purview Message Encryption documentation.

S/MIME has no Microsoft license gate. It works on any Outlook client, including consumer accounts, provided each user brings a valid certificate from a public or internal certificate authority.

Practices that need HIPAA-grade encryption and do not want to upgrade all seats to Business Premium often pair a lower-cost Microsoft plan with a dedicated encrypted email service.

how to encrypt email in outlook in article illustration one

The Encrypt Button in New Outlook and Outlook 365

The most common path is the Encrypt button on the ribbon of Outlook 365 and the New Outlook client.

Compose a new message. On the ribbon, click the Options tab. Click Encrypt. A dropdown offers Encrypt-Only, Do Not Forward, and any custom sensitivity labels the admin has published.

Pick Encrypt-Only for standard transmission protection. Pick Do Not Forward when you need to block forwarding, copying, and printing on the recipient side.

Add the recipient, subject, and message body. Attachments inherit the same protection. Click Send.

Internal recipients on the same tenant open the message directly in their Outlook client. External recipients receive a notification email with a portal link.

If the Encrypt button is grayed out, the license is missing or the client has not synced. Sign out and sign back in before opening a support ticket.

Encrypting Email in Classic Outlook 2016 and 2019

Classic Outlook 2016 and 2019 support Purview Message Encryption through the same ribbon path, with one extra permission menu.

In classic Outlook, the button lives under File, Properties, Security Settings while composing. On the ribbon, click Options, then Permission. Pick Encrypt-Only or Do Not Forward from the dropdown.

Older Outlook 2013 installs need a client update patch and Azure Rights Management activated on the tenant. Without the patch, the Permission button prompts for a rights management server that does not exist.

The rest of the workflow matches the new client. Recipient portal experience, attachment inheritance, and admin logging all behave identically across versions.

Teams on Outlook 2013 should plan a client upgrade. Microsoft ended mainstream support for Office 2013 in 2018 and extended support in 2023.

[mh_example]

S/MIME Setup for Certificate-Based Encryption

S/MIME uses public-key cryptography. Each sender and recipient holds a certificate. The sender encrypts with the recipient public key. The recipient decrypts with their private key.

Obtain an X.509 certificate from a trusted CA or internal PKI. Import the certificate to the Windows certificate store under Personal. Match the certificate email address to the Outlook account email.

In Outlook, open File, Options, Trust Center, then Trust Center Settings, then Email Security. Click Settings under Encrypted email. Point Outlook to the installed certificate.

Before sending an encrypted message, exchange signed messages with each intended recipient. Each signed message carries the sender public key, which Outlook stores in the contact record for future encryption.

S/MIME certificates expire annually. Track expiration dates in a shared calendar. An expired certificate blocks all new encrypted sends until renewal.

how to encrypt email in outlook in article illustration two

Automatic Encryption Rules in Exchange Online

Manual clicking works for individual senders. Organizations that must encrypt every message matching a policy need mail flow rules.

An admin opens the Exchange Online admin center. Under Mail flow, then Rules, they create a new rule. Conditions can include subject contains PHI, recipient domain matches an external partner, or content contains a sensitive information type like Social Security number.

Action: Apply Office 365 Message Encryption and rights protection. Select Encrypt-Only or Do Not Forward. The rule fires server-side on every matching message without any sender action.

Rules cover the compliance gap when workforce members forget to click Encrypt. They also apply to messages sent from mobile clients that lack the ribbon.

Test the rule against a monitored test mailbox before pushing to production. False positives on internal messages create friction that pushes users to send from personal accounts.

Recipient Experience Determines Adoption

Encryption succeeds only when the recipient opens the message. Portal friction kills adoption.

Purview Message Encryption sends the external recipient a notification email. The email carries a link to the message portal. The recipient clicks, chooses a sign-in method, and reads the message.

Sign-in options include Microsoft account, Google account, or one-time passcode delivered to the same inbox. The passcode option adds thirty seconds and one extra click.

Elderly patients, referring physicians on legacy email systems, and vendor billing staff sometimes stall at the portal step. They call the practice for help. That call is the hidden cost of portal-based encryption.

Services like Mailhippo deliver encrypted email that opens like a normal message on the recipient side, which removes the support call entirely. Practices weighing tradeoffs should test both flows with a real referral partner.

[mh_protip]

HIPAA Compliance Requires More Than Encryption

Purview Message Encryption satisfies the Security Rule transmission security safeguard. It does not make a practice HIPAA compliant on its own.

The covered entity must sign a business associate agreement with Microsoft. The BAA is available at no extra cost through the Service Trust Portal. Practices without a signed BAA on file are not compliant even when the encryption works correctly.

Additional requirements include audit logging on message access, workforce training records, sanction policies, and documented procedures for PHI email. The HHS Security Rule guidance covers each safeguard in detail.

Practices that build websites handling patient data face parallel obligations. A HIPAA-compliant intake form pairs with encrypted email. See healthcare website security features for the site-side controls.

Compliance is a program, not a checkbox. Encryption is one piece.

Common Errors and How to Fix Them

Three errors account for most encryption support tickets. Each has a specific fix.

  • Encrypt button missing after license upgrade. Sign out of Outlook, close the app, wait up to 24 hours for tenant propagation, sign back in.
  • Recipient cannot open the portal. Confirm the notification email did not land in spam. Ask the recipient to request a one-time passcode instead of Microsoft or Google sign-in.
  • Attachments download without protection. Convert Word and Excel files to PDF before attaching, or apply Do Not Forward instead of Encrypt-Only.
  • S/MIME send fails with a no valid certificate error. Verify the recipient sent a signed message first so their public key is in the address book.
  • Mail flow rule fires on internal messages. Add a sender is outside the organization is false exception or scope by recipient domain.

Run each fix in order. If the error persists, capture the message header and open a Microsoft support case. Include the tenant ID, the affected user UPN, and the exact error text.

Related guides in this series cover how to encrypt email across providers, how to encrypt an email in Outlook 365, and how to encrypt email in new Outlook.

When a Dedicated Encrypted Email Service Fits Better

Outlook encryption works well for organizations already standardized on Business Premium or higher with dedicated IT staff. It creates friction elsewhere.

Small practices on Business Basic or Business Standard face a cost jump per seat to unlock Purview. Multi-provider teams running Google Workspace and Microsoft 365 side by side hit sign-in friction on the recipient portal.

Mailhippo is a HIPAA-compliant email service that works with existing Gmail and Outlook accounts, includes a business associate agreement in the base plan, and delivers messages to recipients without a separate portal login. Client-side encryption plus TLS covers the transmission security safeguard without requiring per-recipient S/MIME certificates.

Practices running healthcare marketing sites often pair encrypted email with a compliant patient-facing web presence. See healthcare marketing services for the site-side counterpart.

Pick the tool that matches the workflow. Outlook Purview for standardized enterprise tenants. S/MIME for internal certificate-managed teams. A dedicated encrypted service for practices that want one-click send and one-click open across every recipient.

[mh_faqs]

How to Encrypt Email Messages Step by Step

Encrypting email messages keeps sensitive content away from prying eyes. The words in the body of the email are encrypted, making them readable only by the right people. That matters for patient notes, invoices, HR updates, legal talks, and any message you would not pin on a notice board.

You do not need to be technical to use message encryption. Modern tools hide most of the complex parts. With a few clear steps, you can turn plain emails into protected ones. If you want a broader overview first, you can read the MailHippo guide to encrypted email and then come back to this step-by-step article.

What message encryption does

Message encryption changes the body of an email from readable text into scrambled data. To anyone without the right access, the content looks like random characters that make no sense. Mail servers can still move the message, yet they no longer see what it says.

At the other end, the recipient’s email tool or secure portal turns that scrambled data back into normal text. It uses a key, a certificate, or a protected account to do that work. The person sees the message in a familiar view and can reply as usual.

The goal stays simple. Keep the content private during the trip and while it rests on servers. Even if someone grabs a copy of an encrypted message, they get very little they can use.

Before you begin

Know which email tool you are using.

Your first step is to know the main email tool you and your team use. That might be Outlook with Microsoft 365, Gmail with Google Workspace, a hosted business service, or a secure email portal. Each one handles encryption slightly differently.

Open your inbox and check the branding and menus. Look in the help section for words like security, protect, or encryption. Many business platforms already have some form of built-in protected sending that you can enable.

Write down the main tool you use and how you reach it, such as a desktop app, a web browser, or a phone app. That list guides which parts of this guide apply to you and which parts you can skim.

Check how the recipient will open the message.

Message encryption only works well when the person at the other end can open the protected email without stress. Think about who you write to most. Staff inside your company, patients, clients, partner firms, or all of these.

People inside your own domain often use the same platform as you. They can usually open encrypted messages right inside their inbox. People outside your company may use a variety of services, such as free webmail or older tools.

For outside people, a secure portal with browser access often feels easiest. They receive a short-notice email, click a link, and read the message on a web page after a quick identity check. Keep their skills and devices in mind when you pick a method.

Decide if attachments need separate protection.

Many important details hide in attachments rather than in the body of the email. That includes PDFs, Word files, spreadsheets, scans, and zip folders. Encrypting the message body helps, yet it does not always cover what happens after the recipient saves a file.

Decide whether your attachments need extra protection that travels with the file. In many cases, the answer is yes. Password-protected PDFs and zip files provide strong file-level locks that stay in place even when the email thread moves or is forwarded.

For a deeper look at file protection, you can read the MailHippo guide on how to encrypt email attachments. Keep that in mind while you plan your message encryption steps.

The main ways to encrypt email messages

Built-in protected sending

Many modern email services include built-in protected sending. These options often appear as a padlock icon, a protect button, or a menu item labeled confidential or secure. When you turn this on, the platform encrypts the message body and often the attachments.

From the sender’s side, this feels close to writing a normal email. You draft your message, add files, click the lock, and send. The system uses standards such as TLS and S MIME, as well as proprietary tools, to keep the content private.

From the recipient side, the message may open directly in their inbox, or a button may send them to a protected view in the browser. The details vary by platform, so testing with a colleague first helps.

Portal-based message delivery

Portal-based delivery keeps the full message in a secure web application. The email that lands in the inbox is only a short notice. It might say that a secure message is waiting and include a button labeled “Read secure message”.

When the recipient clicks the button, a browser opens the portal. The person proves who they are with a password, a one-time code, or a trusted login. The portal then displays the encrypted message in plain text and can keep replies within the same protected space.

This method works well for clinics, law firms, and other teams that send many messages to people on mixed email services. Recipients only need a browser and basic instructions.

PGP

PGP uses public and private keys for each user. When you use PGP, your email content is encrypted on your device before it leaves your device. Only the private key that matches the recipient’s public key can unlock the message.

In a classic PGP setup, each person manages their own key pair and shares their public key with others. Mail tools or plugins then use those keys to encrypt messages when you click send.

PGP offers strong end-to-end protection, yet it can feel complex for non-technical staff in its raw form. Many secure email services now use PGP behind the scenes and hide key details behind simple buttons.

S MIME

S MIME uses digital certificates that link keys to people or roles. Many enterprise tools, such as Outlook and Apple Mail, support S MIME natively. Companies and health networks often use it for both encryption and digital signatures.

In an S MIME setup, IT teams or providers issue certificates to users and install them on devices. The mail client then uses these certificates to encrypt outgoing messages and decrypt incoming ones that match.

This method fits well in managed environments with central IT. Once the first setup is done, staff mainly see small lock or signature icons and send emails as usual.

Step-by-step guide for built-in message encryption

Draft your message

Open a new message in your email tool or portal. Type the recipient address and a short, clean subject. Write the body of the email in plain language, keeping private details in the body rather than the subject line.

Explain what you are sending and what action you need. Mention that the message is protected if you think that will reassure the reader. Keep the tone clear and calm.

Treat the body as the primary thing you want encrypted. That is where names, notes, and case details should live.

Add files if needed

Attach any files that support the message. These might be reports, invoices, forms, or scans. Check that you attach the final versions, not old drafts, and that they open correctly on your own device.

Think again about whether these files need their own locks. If they do, apply password protection or other file-level security before you attach them. That way, the files stay protected even if someone moves them outside the email.

Attach all required files before you enable the protection setting for the message. This keeps the process clean and easy to repeat.

Turn on the protection setting.

Look for the built-in option that controls message protection. In some tools, this is a padlock icon near the send button. In others, it sits in a menu called options, security, or similar words.

Click this option, then choose the setting that best matches your needs. Many systems offer a simple encryption option, and some add extra labels that limit forwarding or keep messages within your company domain.

Once active, you may see a lock icon near the subject or a banner indicating that the message will be sent in a protected form. If nothing visual changes, send yourself a test next to confirm what happens.

Review recipient details

Pause before you click send. Check every address in the To, Cc, and Bcc fields. Make sure you are sending this encrypted message only to people who truly need it. One wrong character in an address can send a private note to a stranger.

Keep the number of people on the thread as small as possible. The more inboxes a message enters, the greater the chance that someone mishandles it later.

If you are not sure about a new address, you can send a short, plain test email first and wait for a reply before sending the protected content.

Send a test message

For a new setup, send yourself or a trusted colleague a test encrypted message. Keep the content simple and harmless. The goal is to see how it looks and behaves.

Open the test message on a desktop and on a phone. Note whether it opens in the inbox or in a portal. Count how many clicks or taps it takes. Adjust settings if anything feels confusing or slow.

Once you feel confident that the flow makes sense, begin using encryption for real messages that carry sensitive information.

Step-by-step guide for PGP

What you need before sending

To use PGP directly, you need email software or a plugin that understands PGP and a key pair for yourself. You may also need the public keys for the people you want to write to.

Generate your PGP key pair with a trusted tool, or have your secure email service create it for you. Keep the private key safe and protect it with a strong passphrase. Share your public key with the contacts who need it.

Collect and import the public keys of your frequent recipients. Store them in your keyring inside the PGP tool or plugin. This setup stage may need help from IT if your team is new to PGP.

How keys are used

When you send an encrypted message with PGP, your software uses the recipient’s public key to encrypt the email body and often the attachments. The result is a block of scrambled data that only their private key can unlock.

Your private key does not encrypt their mail. It comes into play when you receive PGP-protected messages from others. Their tools use your public key, and your software uses your private key and passphrase to decrypt.

This key pairing lets many people send you encrypted mail without ever seeing your private key. It keeps control of each inbox in its owner’s hands.

Basic send process

Open a new email in your PGP-aware mail client. Write your message and add attachments as usual. Select the option to encrypt the message, often a small PGP or lock icon in the compose window.

Pick the right recipient from your address list and make sure their public key is present and trusted in your keyring. Then click send. Your tool encrypts the content with its public key and passes the coded message to the mail system.

Ask the person to confirm that they can open your first few PGP messages. If they cannot, you may need to check keys, plugins, or passphrases on their side.

Step-by-step guide for S MIME

What you need before sending

For S MIME, you need a digital certificate for your email address and a mail client that supports S MIME. Outlook and Apple Mail are common examples. An IT team or certificate provider usually handles certificate issuing.

Install your certificate in your mail client following the client’s instructions or your IT guide. You may also need to import certificates from external contacts to send them encrypted messages.

Check that your client now shows options for signing and encrypting emails. These often appear as small icons or checkboxes in the compose window.

How certificates are used

Each S MIME certificate links a public key to an identity such as your name and email address. The certificate includes details about who issued it and how long it is valid. Your mail client trusts it because it comes from a known authority.

When you send an encrypted message to someone, your client uses the recipient’s public key from their certificate to encrypt the message. Their private key, stored on their side, decrypts the email when they open it.

Certificates can also be used to add digital signatures to messages. These signatures prove that a message came from the holder of the private key and that it has not been altered in transit.

Basic send process

Open a new email in your S MIME-aware client. Write your message and attach the needed files. Turn on the encryption setting (often a lock icon) and optionally turn on the signature setting.

Choose the recipient. Make sure your client has a valid certificate. If it does not, you may need them to send you a signed message first so your client can learn their public key.

Click send. Your client uses S MIME to encrypt the email and passes it to the mail system. Ask your contact to confirm that they can open and read the message without errors, especially on mobile devices.

What the recipient may need

Inbox access

With built-in or S MIME encryption, the recipient may open the message directly in their normal inbox app. They need a working account, the correct keys or certificates, and sometimes a passphrase or device unlock.

On their screen, the encrypted message looks like any other email, with perhaps a lock icon or banner. Their client handles decryption as soon as it opens.

Browser access

With portal-based methods, the inbox holds only a short notice. The person needs a browser to open the secure link. Once in the browser, they see login or code prompts and then the protected message.

This model suits people who use many different email services. As long as they have a modern browser, they can read your encrypted message.

Passcode access

Some services send one-time codes by text or to a second email address. The person needs both their inbox and that extra channel to open the email.

They request or receive a code, type it into the portal page, and then read the message. The code may expire after use, which adds safety if the email notice is later exposed.

Key or certificate access

With PGP and S MIME, the recipient needs their private key or certificate installed and ready in their mail client. They may also need to remember a passphrase for that key.

Without these pieces, their client cannot decrypt the message and will often show an error or scrambled text. Setting up keys and certificates is usually a one-time task, yet it must be done well.

How to handle attachments

Attachments often carry the most sensitive data. When you encrypt a message, many tools apply the same protection to attachments in that email. That means the files travel as scrambled data along with the body.

You still want to think about what happens after the recipient saves a file. Once outside the protected email, the file may be stored in plain text on their device. For high-risk content, add file-level locks such as password-protected PDFs or encrypted zips.

In short, treat message encryption as the first layer and file protection as the second. This pair gives you better results than either method on its own.

Common mistakes

Putting private details in the subject line

Subjects often remain visible in plain text, even when the body is encrypted. Mail tools show them in lists and on phone alerts. A detailed subject, such as a full lab report for Maria Lopez, can leak more than you intend.

Keep subject lines neutral for sensitive content. Words like “Your report” or “Your documents” are safer. Place names, dates, and medical or financial details in the encrypted body and files only.

Sending passwords in the same message

Some people encrypt a file or set up a portal and then send the password in the same email. That gives an attacker both the lock and the key at once. Message encryption does not fix that mistake.

Share passwords or passcodes via a separate channel, such as text or a phone call. For more ideas on safe sharing, see the guide on password sharing vs encrypted email.

Assuming every service works the same way

Different mail platforms handle encryption and portals differently. A method that works within your company may not work the same way when you write to a patient using a free webmail account.

Test your approach with real outside recipients before you roll it out widely. Adjust your method to match the tools and skills that they actually have.

Forgetting mobile access

Many people read email on phones or tablets first. A method that works fine on a desktop might feel clumsy on a small screen. That can lead people to avoid or delay reading your secure messages.

Test every encryption method on mobile devices. Count how many taps and screens it takes. Aim for flows that a busy person can follow on a phone with one hand.

How to confirm the message was protected

After you send, check the copy of the message in your Sent folder. Many tools show a lock icon or a label such as “encrypted” or “protected” near the subject or in the message details. That sign tells you the system treated it as an encrypted email.

You can also send a test to another account you control and inspect the raw message, though that is more technical. For most users, visual markers and simple tests with colleagues give enough reassurance.

If you ever find that a message you thought was protected went out in plain form, review your steps and settings right away and correct them.

When message encryption is the right choice

Message encryption is a good fit when you send information that could harm someone if exposed, and you still want to use email as the main channel. That includes health notes, legal updates, HR messages, and client advice.

It lets you keep your normal tools while raising the safety of the content. It also helps you meet many policy and regulatory expectations about data in transit.

If your work already depends heavily on email, message encryption is a natural next step rather than a complete change in workflow.

When a secure link may work better

Secure links often work better when files are very large, many people need access, or you want more control after sending. Links keep documents in one protected place instead of scattering copies in many inboxes.

You can pair links with short, plain emails. The email tells people that a new document is ready. The link and the storage service handle the protection.

For more help choosing between links and encrypted messages, you can read the MailHippo guide on secure links vs encrypted email.

Common questions

How do I encrypt email messages?

You write your message, attach any necessary files, enable the encryption or protection option in your email tool or secure portal, and send. For PGP or S MIME, you also need to set up keys or certificates first.

If you want a focused walk-through with screen-level steps, the MailHippo article on how to encrypt an email step by step is a helpful next read.

Can I encrypt messages for free?

Many email services already support basic encryption for messages in transit, and some include content protection in their standard plans. Free tools for PGP and file protection also exist.

Free options often need more setup and manual checks. Paid secure email services usually hide more complexity and add support. Start by asking your current provider what they already offer.

Do encrypted messages cover attachments?

In many systems, yes. When you encrypt a message, the service encrypts both the body and the attached files in transit and often while they rest on servers.

You still gain additional security by encrypting the key files themselves, especially when recipients might save or forward them. Message and file encryption work well together.

Can encrypted messages be forwarded?

People can still click forward on an encrypted email. What happens next depends on the system. Some tools keep the content tied to the original recipients, so a forward only sends a link or shell. Others may decrypt and re-encrypt for new people.

If someone copies text from a decrypted view into a new plain email, that new message will not be encrypted. Training and simple rules help staff avoid this for private topics.

Read next

For a closer look at each step you take as a sender, you can read how to encrypt an email step by step. It builds on this guide with more detail.

Suppose you want to sharpen how you send protected mail in real life, read “How to Send an Encrypted Email Safely.” That article links encryption steps with everyday habits.

To dig deeper into strong end-to-end protection, including how keys work from one device to another, see end-to-end encryption for email. It explains how to get the highest level of privacy that modern email tools can offer.

ProtonMail Encrypted Email Explained for Business and HIPAA Use

protonmail encrypted email guide featured image

[mh_key_takeaways]

ProtonMail encrypted email is one of the most recognized names in consumer secure email. The service applies end-to-end encryption between Proton accounts and zero-access encryption on stored mail. That combination is why journalists, activists, and privacy-focused professionals adopted it early.

Businesses ask a different question. They want to know if encrypted email from Proton clears HIPAA, fits an existing Gmail or Outlook workflow, and holds up when the recipient is on a normal inbox. This post answers those three questions with plain detail.

The short answer is that ProtonMail encrypted email works well for Proton-to-Proton exchange and acceptably for external recipients through a portal. For a healthcare practice on Microsoft 365, the fit depends on how often staff send PHI to outside inboxes.

ProtonMail Uses Two Encryption Models in Parallel

Proton applies end-to-end encryption to messages between two Proton accounts. The sender client encrypts the message with the recipient public key before it leaves the device. Only the recipient private key can decrypt it.

For stored mail, Proton uses zero-access encryption. The account password derives the private key on the user device. Proton stores the encrypted mail on its servers and does not hold the plaintext or the key material to decrypt it.

These two models are often confused. End-to-end covers transit between two Proton users. Zero-access covers everything at rest, including mail that arrived from Gmail or Outlook in plain form and was encrypted on receipt by Proton.

Neither model encrypts every field. Sender, recipient, subject line for external mail, timestamp, and IP metadata remain visible to Proton for routing and abuse handling. Users evaluating protonmail encrypted email for regulated work should account for that metadata exposure.

Password-Protected Messages Reach External Recipients

Most business recipients are not on Proton. Sending them a secure message uses the password-protected message feature. The sender writes the message, clicks the lock icon, sets a password, and optionally adds a hint.

The recipient receives a notification email with a link. They open the link in a browser, enter the password, and read the message inside a Proton-hosted portal. Replies happen inside that portal, not in the recipient normal inbox.

Password sharing has to happen through a separate channel. Sending the password inside the same email chain defeats the purpose. Phone call, text, or an in-person handoff are the practical options for password delivery.

The portal step is the operational friction most teams report. Staff on the receiving end often ask for the message in plain email instead. Practices that plan to use protonmail encrypted email for outbound PHI need a policy that forbids that fallback.

protonmail encrypted email in article illustration one

HIPAA Compliance Requires a Signed BAA on a Business Plan

ProtonMail is not automatically HIPAA-compliant. A covered entity must sign a Business Associate Agreement with Proton. Proton offers the BAA on Proton for Business plans, not on free personal accounts.

Sending PHI from a free Proton account is a HIPAA violation regardless of encryption strength. The signed BAA is what makes Proton a business associate under 45 CFR 164.502(e). Without it, the covered entity carries the full liability for any exposure.

Signing the BAA covers the service. It does not cover configuration. The practice still owns access controls, session timeouts, audit log review, and workforce training. The HHS Security Rule lays out the technical safeguards a covered entity must apply.

Retention is another common gap. Proton offers configurable retention, but the default may not match a state medical board rule. Admins should review retention against the state records law before turning users loose on protonmail encrypted email for PHI.

ProtonMail Runs on OpenPGP Underneath

ProtonMail uses OpenPGP as the underlying protocol for message encryption between Proton accounts and for external users who supply a PGP public key. This is the same OpenPGP standard documented by the IETF in RFC 4880.

What Proton adds is automation. Key generation happens on account creation. Key storage lives inside the encrypted account. Key exchange with other Proton users happens transparently. Users never see a keyring or a fingerprint.

That transparency is the main difference from a manual PGP setup like Thunderbird with Enigmail. The cryptography is the same. The user experience is different by a wide margin.

The tradeoff is portability. Moving off Proton means exporting keys, importing them into another PGP client, and re-establishing trust with every external contact. A useful encrypted email definition includes the operational reality of key portability, not only the algorithm. See how to send encrypted email for the practical workflow comparison.

[mh_example]

Free ProtonMail Accounts Have Real Limits for Business Use

The free tier gives one address, 1 GB of storage, and 150 messages per day. Custom domain support is not available. Support is community-based. No BAA is offered.

Those limits work for a personal user. They fail for a clinic. A three-person practice will hit the daily message cap by mid-morning during a normal appointment cycle.

Paid business plans start with more storage, custom domain support, more addresses per user, and access to the BAA. Pricing tiers change over time, so verify current pricing on the Proton for Business page before quoting internally.

Common free-tier gaps that surface later:

  • No custom domain, so all mail sends from a proton.me address
  • No BAA, blocking any legitimate PHI use
  • 150-message daily cap on outbound
  • 1 GB total storage across mail, calendar, and drive
  • No priority support when delivery fails
protonmail encrypted email in article illustration two

Proton for Business Supports Custom Domains

A professional healthcare practice needs to send from clinic-name.com, not a shared proton.me address. Proton for Business plans support custom domains through standard DNS records.

Setup runs through the Proton admin console. The admin adds the domain, receives an ownership TXT record, and adds MX, SPF, DKIM, and DMARC records at the DNS provider. Propagation takes minutes to hours depending on the registrar.

Google sender guidelines for Gmail and Microsoft Exchange Online guidance both call for aligned SPF and DKIM. A Proton-hosted domain with correct SPF, DKIM, and DMARC lands in the inbox for most recipients on the first send.

Existing tenants on Google Workspace or Microsoft 365 face a migration decision when moving to Proton. Mailboxes, calendars, contacts, and delegation rules all have to move. That migration cost is a common reason practices keep Google or Microsoft and add a HIPAA gateway on top instead.

ProtonMail Versus Standard TLS-Only Email

Regular Gmail and Outlook use TLS between mail servers when both sides support it. TLS protects the message in transit. The provider holds the plaintext at rest and can decrypt any stored mail.

ProtonMail adds zero-access encryption at rest. That is the meaningful difference for a privacy-focused user. If Proton is subpoenaed, it can turn over ciphertext but not readable content of stored mail.

For a HIPAA workflow, both models can qualify with the right BAA and configuration. The security posture of the whole stack matters more than any single layer. Email is one component of the PHI chain, alongside EHR, storage, and endpoint controls.

What TLS-only fails to cover is external delivery to a non-secure recipient. That is where a portal-based or gateway-based encryption layer becomes necessary regardless of which mail provider the practice uses.

[mh_protip]

Encrypted Email Meaning Depends on the Threat Model

Encrypted email is a broad label. The encrypted email meaning shifts based on what the sender is protecting against and who they consider a threat.

Against a passive network snoop, TLS in transit is often enough. Against a compromised provider or a lawful order, only end-to-end or zero-access encryption keeps content sealed. Against a phishing attack on the recipient, no encryption model helps because the recipient hands over the credentials voluntarily.

A useful encrypted email definition for healthcare covers three layers:

  • Encryption in transit between mail servers, usually TLS 1.2 or 1.3
  • Encryption at rest on the provider, either provider-held or zero-access
  • Encrypted delivery to external recipients through a portal or S/MIME

ProtonMail covers layers two and three natively. See how to send an encrypted email for the walk-through on the portal step from a sender view. A gateway product covers layer three on top of Gmail or Microsoft 365 without moving the mailbox.

Feature Comparison Across Common Encrypted Email Options

The table below summarizes how ProtonMail compares to a native Microsoft 365 or Google Workspace tenant with encryption features enabled.

Feature ProtonMail Business Microsoft 365 with Purview Google Workspace with S/MIME
End-to-end encryption inside org Yes, native OpenPGP Optional with S/MIME Optional with S/MIME
Zero-access at rest Yes No, provider holds keys No, provider holds keys
External recipient delivery Password portal Portal or one-time passcode S/MIME certificate exchange
Custom domain support Yes on paid plans Yes Yes
BAA offered Yes on Business plans Yes on Business Premium and above Yes on Business Standard and above
Third-party app ecosystem Limited Broad Broad

A practice already invested in Microsoft or Google will find the migration cost of a full switch to Proton hard to justify unless zero-access at rest is a stated requirement.

When ProtonMail Fits and When a Gateway Fits Better

ProtonMail fits a solo practitioner or a small clinic starting from scratch on email. The account, the BAA, and the encryption story all come from one vendor. Setup is fast.

It fits any user whose threat model includes the provider itself. Zero-access at rest is what Proton offers that Microsoft and Google do not.

A gateway on top of Gmail or Outlook fits a practice already running on Google Workspace or Microsoft 365. The mailbox does not move. Users keep their existing inbox and their existing threading. The gateway handles encrypted delivery to external recipients. See how to troubleshoot encrypted email when deliverability fails.

Mailhippo operates as this kind of gateway. It sits alongside Gmail or Outlook, includes a BAA in the base plan, and handles the external recipient step with one click. For practices comparing options, the deciding factor is usually whether the existing mail platform is going to move. If it is not, a gateway is the lower-friction path. Practices that also need a compliant public-facing site can pair this with HIPAA-conscious healthcare website design so the whole intake chain stays consistent.

[mh_faqs]

S/MIME Email Encryption Explained for Business and Healthcare

s mime email encryption guide featured image

[mh_key_takeaways]

S/MIME email encryption is one of the two dominant standards for message-level email security. It uses X.509 certificates issued by a trusted certificate authority to sign and encrypt mail directly in Outlook, Apple Mail, and Google Workspace Gmail.

This guide covers how S/MIME works, where it fits in a business or healthcare workflow, and where it fails in practice. It also shows when a portal-based encrypted email service is the better operational choice.

S/MIME is documented in IETF RFC 8551. It has been in wide use since the late 1990s. The standard is stable, but real-world adoption depends on how each mail client handles certificates.

S/MIME Uses X.509 Certificates for Sign and Encrypt

Every S/MIME user holds a keypair. The public key sits inside an X.509 certificate issued by a certificate authority. The private key stays on the user device.

Signing works like this. The sender client computes a hash of the message and encrypts that hash with the sender private key. The recipient client decrypts the signature with the sender public key and verifies the hash matches the received message.

Encryption works the reverse way. The sender client encrypts the message body with the recipient public key. Only the recipient private key can decrypt the body.

Signing proves identity. Encryption protects content. A message can be signed only, encrypted only, or both. Most business setups sign every outbound message and encrypt only when the content warrants the extra step.

How S/MIME Email Encryption Works End to End

The sender writes a message and clicks encrypt. The mail client looks up the recipient certificate in its address book. If the certificate is not present, encryption fails and the client prompts for a public key.

Once the recipient certificate is available, the client generates a random symmetric session key. It encrypts the message body with that session key. It then encrypts the session key with the recipient public key.

Both the encrypted session key and the encrypted body are packaged into a MIME container and sent. The mail servers see only an encrypted blob. They cannot inspect content, run keyword rules, or scan for malware inside the encrypted portion.

The recipient client decrypts the session key with the recipient private key. It then decrypts the body with the session key. This hybrid approach uses public key cryptography only for the small session key, which is much faster than encrypting the whole body asymmetrically.

s mime email encryption in article illustration one

Certificate Acquisition and Installation Are the First Hurdle

A user needs a valid S/MIME certificate before they can send or receive encrypted mail. Certificates come from public CAs, corporate PKI systems, or free personal issuers.

Public CA options include Sectigo, DigiCert, GlobalSign, and Actalis. Prices range from free personal certificates to $200 per user per year for higher assurance levels. The email address in the certificate must match the address the user sends from.

Corporate deployments use Active Directory Certificate Services on Windows Server or a hosted PKI service. Certificates issue automatically to domain-joined machines through group policy. This is the workflow at hospitals and large insurance carriers.

Installation involves importing the PKCS 12 file into the mail client certificate store. The private key must be marked non-exportable in enterprise deployments to prevent theft. Backup happens through key escrow held by IT.

Outlook Supports S/MIME on Microsoft 365 Business Standard and Above

Outlook on Windows, Mac, and Outlook on the web all support S/MIME. The user installs a certificate, opens Options, and selects Trust Center, then Email Security.

Under Encrypted email, the user picks a certificate for signing and a certificate for encryption. These are often the same certificate. The user chooses whether to sign or encrypt outgoing messages by default.

Once configured, a new lock icon and signature icon appear in the compose window. The user toggles them per message. Address book entries for recipients cache public certificates as they arrive on signed messages.

Microsoft published detailed S/MIME configuration guidance for Exchange Online and Outlook. Admins deploying S/MIME across a tenant should follow that guidance rather than a per-user manual install path.

[mh_example]

Gmail Supports Hosted S/MIME on Enterprise and Education Tiers

Google Workspace supports S/MIME on Enterprise Standard, Enterprise Plus, Education Standard, and Education Plus. Personal Gmail and Business Starter, Standard, and Plus do not support S/MIME.

The admin uploads root and intermediate CA certificates in the Google Admin console. They then enable S/MIME for the organizational unit. Individual users upload their personal certificate through Gmail settings under Accounts.

Once uploaded, a lock icon appears next to the recipient field in the Gmail compose window. Green means an encrypted message is possible because the recipient certificate is on file. Gray means encryption is not available for that recipient.

Google documents the setup at the Google Workspace admin help center. Practices considering the Enterprise upgrade for S/MIME should weigh the per-user cost difference against a gateway alternative that works on Business Standard and Plus.

s mime email encryption in article illustration two

S/MIME and HIPAA Compliance Have Real Alignment

HIPAA requires the covered entity to implement technical safeguards for PHI in transit and at rest. S/MIME provides encryption at the message level, which covers both transit and storage on the recipient side.

A signed BAA with the mail provider handles the business associate relationship. Microsoft 365 and Google Workspace on Business Standard and above both offer a BAA. The CA that issues S/MIME certificates is usually not a business associate because it never handles PHI content.

Where S/MIME clears HIPAA is peer-to-peer clinical email between certificate-holding parties. Where it fails is patient-facing mail, because patients do not hold certificates. Practices sending PHI to patients need a portal service or a secure messaging platform. See the general framing on healthcare website security features for context on how email fits inside the wider stack.

Documentation matters. HIPAA auditors want to see certificate lifecycle records, key backup procedures, and workforce training on encryption use. A policy document that describes when to sign and when to encrypt is required for a defensible S/MIME program.

Common S/MIME Failure Modes and Their Fixes

Certificate expiration is the top cause of S/MIME failures. Certificates typically renew every one to three years. A missed renewal breaks all signing and encryption on the day of expiry.

Address mismatch is the second most common problem. If the certificate email address does not exactly match the sender From address, the recipient client shows a security warning and sometimes blocks the message. Aliases and shared mailboxes trigger this often.

Common S/MIME failure modes include:

  • Expired sender or recipient certificate
  • Missing intermediate CA in the recipient trust store
  • Sender From address does not match certificate email
  • Recipient never exchanged a signed message, so no public key is cached
  • Private key lost during mailbox migration or device replacement
  • Mobile client without certificate provisioning receives content as an unopenable attachment

Related linked topic: email encryption software for a broader look at tools that address these failure modes automatically.

[mh_protip]

S/MIME Versus PGP for Business Use

S/MIME and PGP solve the same problem with different trust models. S/MIME uses centralized certificate authorities. PGP uses a web of trust where users sign each other public keys.

For business use, S/MIME wins on native client support. Outlook, Apple Mail, and enterprise Gmail all handle S/MIME without plugins. PGP requires a plugin like GPG Suite for Apple Mail or Mailvelope for Gmail.

PGP wins on cost and independence. There is no CA to pay, and no gatekeeper to trust. That makes PGP popular with journalists and open source projects but rare in regulated business workflows where auditability is required.

Related context: email encryption as a broader category, and email encryption service for hosted options that hide the S/MIME versus PGP choice behind a portal.

S/MIME Comparison With Other Encryption Methods

The table below sets S/MIME against the other common methods a business considers.

Method Trust Model Native Client Support Recipient Setup Required Fit for HIPAA
S/MIME X.509 CA Outlook, Apple Mail, Gmail Enterprise Certificate install Peer to peer only
PGP Web of trust Plugins in most clients Keyring install Rare in healthcare
TLS only Server certificate All modern clients None In transit only
Portal gateway Vendor account Any browser Password or one-time code Patient and peer both work

Most healthcare practices end up with a mix. S/MIME for peer clinics that hold certificates and a portal for patients and one-off external contacts. See related coverage in secure email encryption service and encryption for email.

When to Use S/MIME and When to Use a Gateway

Use S/MIME when the organization already runs on Microsoft 365 Business Standard or higher, or Google Workspace Enterprise, and the recipient set is stable and technical. Peer clinics, insurance carriers, and referring specialists fit this pattern.

Use a gateway when recipients are variable, include patients, or refuse to install certificates. Portal-based services handle any recipient with any browser. The tradeoff is the extra click on the recipient side.

Mailhippo is a portal gateway that sits on top of Gmail or Outlook, includes a BAA in the base plan, and requires no per-user certificate management. It complements an S/MIME deployment rather than replacing it. Peer traffic can still run over S/MIME. Patient traffic runs through the gateway.

Practices building a compliant public-facing site alongside their email strategy often pair encryption planning with HIPAA-conscious website design so intake, contact, and email flows all stay inside the same compliance boundary.

[mh_faqs]