LuxSci

What Is Secure Email? The Complete Guide for Healthcare Organizations

LuxSci Email Security

Key Takeaways

  • Secure email is not the same as “email with encryption turned on.” True secure email requires enforced automated encryption, a signed BAA, access controls, audit logs, and documented processes — not just a feature toggle.
  • Standard email platforms like Gmail and Microsoft 365 rely on opportunistic TLS by default, which can silently fall back to unencrypted delivery if the recipient’s server doesn’t support encryption.
  • HIPAA’s encryption safe harbor means a misdirected but properly encrypted email is a non-event. The same email sent unencrypted is a presumed breach unless a risk assessment shows otherwise.
  • A signed Business Associate Agreement (BAA) with your email provider is non-negotiable — without one, you cannot legally send or store PHI through that provider.
  • The proposed 2025 HIPAA Security Rule update, planned for finalization in 2027, would make encryption of ePHI in transit and at rest a mandatory requirement rather than “addressable,” raising the stakes for organizations still relying on opportunistic TLS.

Best for: Healthcare IT Directors, Compliance Officers, Privacy Officers, and Marketing  Managers at provider, payer, and supplier organizations that handle protected health information (PHI).

In healthcare IT, the term “secure email” gets thrown around loosely. Vendors slap the label on anything with a padlock icon, and internal teams often assume that because their provider offers TLS, they’re covered. They’re not, and the gap between what’s assumed and what’s actually required is where data breaches occur and HIPAA violations happen.

This guide breaks down exactly what secure email means from a technical and regulatory standpoint, why the email platform your staff uses every day probably isn’t compliant out of the box, and what to look for when evaluating a provider that needs to protect PHI at scale. If you want the full picture of what compliance requires beyond email specifically, our HIPAA Compliance Checklist is a useful companion read.

What Is Secure Email?

Secure email refers to an email system that protects the confidentiality, integrity, and availability of message content — specifically PHI — through a combination of technical safeguards and contractual protections. It’s not a single feature. It’s a stack of controls working together.

At minimum, secure email in a healthcare context includes:

  • Enforced encryption in transit, so messages can’t fall back to plaintext delivery
  • Encryption at rest, so stored messages remain protected on the server
  • Authentication protocols (SPF, DKIM, DMARC) that prevent spoofing and impersonation
  • Access controls and audit logs that track who accessed what, and when
  • A signed Business Associate Agreement (BAA) with the email provider

The distinction that trips up most organizations is this: encryption is a component of secure email, not the whole picture. A provider can offer encryption and still fail to meet HIPAA requirements if that encryption isn’t enforced, if there’s no BAA in place, or if audit logging doesn’t exist. Secure email is the combination of all these pieces functioning as a system, which is why it needs to be evaluated holistically rather than checked off feature by feature.

For healthcare provider, payer, and supplier organizations, this matters because email remains one of the highest-volume channels for PHI exposure, from clinical referrals to patient billing statements to routine staff communication. Getting the definition right is the first step toward closing the compliance gap.

Why Standard Email Is Not HIPAA-Compliant

Many healthcare organizations run on Gmail (Google Workspace) or Microsoft 365, and most assume they’re protected because encryption exists somewhere in the stack. That assumption is the single most common — and most dangerous — misconception in healthcare email security.

Here’s the problem: standard email services use opportunistic TLS by default. TLS is attempted between mail servers, but if the receiving server doesn’t support it, the message is delivered anyway — unencrypted, in plaintext. Neither the sender nor the recipient typically sees a warning. The email just goes through.

This isn’t a hypothetical edge case. IT professionals managing healthcare email infrastructure have flagged this exact issue directly: opportunistic TLS is often enabled by default and creates a false sense of security, since it offers no guarantee that a given message, including one containing PHI, won’t be transmitted in plaintext if the recipient’s mail server doesn’t support encryption. Organizations assume they’re protected simply because TLS is technically “on,” without realizing it isn’t enforced.

That gap has real consequences under HIPAA. The Security Rule currently treats transmission encryption as an “addressable” safeguard, meaning covered entities can, in theory, implement an equivalent alternative measure instead. In practice, regulators and auditors from the Office for Civil Rights (OCR) expect enforced encryption as the standard of care. “Addressable” has never meant optional — it means an organization needs a documented, defensible reason if it isn’t doing enforced encryption, and few reasons hold up under scrutiny. Finally, under OCR’s proposed changes to the HIPAA Security Rule for ePHI, scheduled for final publication in July 2027, email encryption moves from addressable to mandatory.

Beyond the encryption gap, standard consumer and even most business email plans typically lack:

  • A BAA that’s actually offered and signed (available on some enterprise tiers, but not automatic)
  • Enforced access controls beyond basic password authentication
  • Audit logging sufficient to meet HIPAA Security Rule requirements
  • Built-in encryption at rest guarantees for stored messages

None of this means Gmail or Microsoft 365 are inherently insecure products. It means their default configuration is built for general business use, not for an environment where every misrouted or intercepted message carries breach notification liability. Making either platform HIPAA-appropriate requires layering on additional tools, policies, and critically, a provider relationship that includes a signed BAA covering the exact services in use. 

The Technical Components of Secure Email

Secure email is built upon five technical layers. Understanding each one, and where it fails in standard email, clarifies exactly what a compliant solution needs to deliver.

Encryption in Transit (TLS)

Transport Layer Security (TLS) encrypts the connection between mail servers as a message travels from sender to recipient. There are two flavors, and the difference between them is the crux of most healthcare email compliance failures:

  • Opportunistic TLS attempts an encrypted connection but falls back to unencrypted delivery if the receiving server doesn’t support it. This is the default across most consumer and business email platforms.
  • Enforced TLS requires an encrypted connection for delivery to succeed. If encryption can’t be established, the message fails to send rather than going out in plaintext, or a link to secure portal can be sent to securely access the information.

HIPAA’s Security Rule lists encryption as addressable, but enforced TLS has become the de facto standard that auditors and OCR expect from covered entities and business associates handling PHI over email. As one healthcare IT professional put it while debating this exact tradeoff internally: the goal is to require TLS for all outbound email and then document the remaining controls around it, treating enforced TLS as the technical baseline, with policy and process built on top.

Encryption at Rest

Transit encryption only protects a message while it’s moving. Once it lands on a mail server — sender’s outbox, recipient’s inbox, backups, archives — it needs to remain encrypted in storage. This is encryption at rest, and it’s where many organizations underestimate their exposure.

Encryption in transit alone offers zero control over a message after it’s been delivered. If the destination server isn’t itself encrypting stored data, or if a backup snapshot is taken without encryption, PHI sitting in an inbox is exposed regardless of how securely it arrived. HIPAA’s Security Rule requires safeguards for ePHI both in transit and at rest, a compliant secure email provider needs to guarantee both, not just one.

End-to-End Encryption (S/MIME, PGP)

End-to-end encryption (E2EE) encrypts message content itself, not just the connection it travels over — meaning even the email provider can’t read the content. Two standards dominate here:

  • S/MIME uses certificate-based encryption and is common in enterprise environments, such as healthcare, particularly where organizations already manage a public key infrastructure.
  • PGP (Pretty Good Privacy) uses a public/private key model and is more common in technical or security-conscious communities, though it’s less frequently deployed at scale in healthcare due to key management complexity.

E2EE isn’t a baseline requirement for every PHI-containing email, enforced TLS plus encryption at rest satisfies most use cases. But it becomes necessary for especially sensitive communications, cross-organization data sharing where you don’t control the recipient’s infrastructure, or when a business associate agreement specifically requires it.

Authentication (SPF, DKIM, DMARC)

These three protocols work together to prevent domain spoofing and email impersonation, a growing attack vector against healthcare organizations specifically, given how often phishing campaigns impersonate providers, payers, or patients.

  • SPF (Sender Policy Framework) specifies which mail servers are authorized to send email on behalf of a domain.
  • DKIM (DomainKeys Identified Mail) adds a cryptographic signature verifying a message wasn’t altered in transit.
  • DMARC (Domain-based Message Authentication, Reporting & Conformance) tells receiving servers what to do when SPF or DKIM checks fail, and provides reporting visibility.

Without these configured correctly, an organization’s domain can be spoofed to send convincing phishing emails to patients or staff, creating a security failure that compounds the compliance risk of email interception.

Digital Signatures

Digital signatures verify sender identity and confirm a message hasn’t been tampered with between sending and receipt. Paired with encryption, they close the loop on message integrity, confirming not just that content was protected, but that it came from who it claims to have come from and arrived unaltered.

Standard Email vs. Secure Email: Feature Comparison

FeatureStandard Email Secure Email (HIPAA-Compliant)
Encryption in TransitOpportunistic TLS — attempted but not enforcedEnforced TLS — connection fails if encryption unavailable, can include delivery via secure portal option
Encryption at RestNot guaranteed; provider-dependentRequired — server-side encryption of stored messages
End-to-End EncryptionNot availableSupported via S/MIME and/or PGP
Digital SignaturesNot availableIncluded — verifies sender identity and message integrity
Authentication (SPF / DKIM / DMARC)Optional, rarely enforcedRequired — spoofing and impersonation protection
Business Associate Agreement (BAA)Not provided on standard plansRequired — must be signed before sending PHI
Audit LogsBasic or noneFull audit trail — required under HIPAA Security Rule
Access ControlsBasic password onlyRole-based access, MFA, admin controls
Misdirected EmailReportable HIPAA breachNon-reportable if properly encrypted (safe harbor)
HIPAA Compliant by DefaultNoYes

What Makes Email HIPAA-Compliant Specifically

Technical safeguards alone don’t make email HIPAA-compliant. Compliance is a combination of technology, contracts, and documented processes — all four need to be in place simultaneously. This includes:

A signed BAA with your email provider – Any vendor that transmits, processes, or stores PHI on your behalf is a business associate under HIPAA, and business associates are legally required to sign a BAA before handling that data. Email providers have persistent access to ePHI — even end-to-end encrypted messages pass through their infrastructure at some point — which makes this requirement absolute, not situational. If a provider won’t sign a BAA, using them to send or store PHI isn’t a compliance risk you can mitigate; it’s a violation from the start.

Encryption as an addressable safeguard – Under 45 CFR §164.312(e)(2)(ii), the HIPAA Security Rule lists encryption of ePHI in transit as “addressable” rather than strictly “required.” In practice, this doesn’t mean optional, it means an organization must implement it, or document and justify an equivalent alternative safeguard. Enforced encryption has become the expected standard, and with the newly proposed HIPAA Security Rule planned for July 2027 publication, NPRM would formalize that expectation by making encryption of ePHI in transit and at rest mandatory rather than addressable. Organizations still relying on opportunistic TLS as their “equivalent alternative” should treat this as a closing window.

Access controls and audit logs – HIPAA requires the ability to track who accessed PHI, when, and what they did with it. This means role-based access permissions, multi-factor authentication, and a complete, retained audit trail — not just for compliance reporting, but for identifying and responding to incidents quickly.

The encryption safe harbor – This is one of the most consequential, and most underused, provisions in HIPAA. If PHI is sent via properly encrypted email and ends up misdirected to the wrong recipient, it is not a reportable breach under the Breach Notification Rule, because the encrypted content is considered unreadable and therefore not “unsecured PHI.” The exact same misdirection with unencrypted email is a reportable breach, triggering notification obligations to the individual and to HHS/OCR. Encryption isn’t just a security best practice here, it’s the line between a non-event and a formal breach investigation.

HITRUST certification as a trust signal – When evaluating vendors, HITRUST CSF certification is a strong external indicator that a provider’s security controls have been independently assessed against a recognized healthcare-specific framework. It’s not a HIPAA requirement in itself, but it meaningfully reduces the diligence burden on your side when vetting a provider.

Types of Healthcare Email That Must Be Secure

Not all internal debate here is about “should we secure email” — it’s about scope. Which specific email flows actually carry PHI, and therefore need to run through a compliant channel? In practice, the answer is broader than most teams initially assume.

Screenshot 2026 07 29 at 9.47.13 AM What Is Secure Email? The Complete Guide for Healthcare Organizations

The common thread: if a message references anything that could identify a patient in connection with health information — a name next to a diagnosis, an account number tied to a service date, an annual test reminder — it needs to move through a secure channel, regardless of whether it’s clinical, financial, or administrative in nature.

How to Evaluate a Secure Email Provider for Healthcare

Vendor evaluation in this category tends to go one of two ways: teams either take a provider’s “HIPAA-compliant” label at face value, or they get buried in RFP questions without knowing which answers actually matter. Ask these key questiosn to focus the evaluation on what’s operationally and legally significant.

“Does the provider sign a BAA? This is the first filter, not the last. If a vendor won’t sign a BAA — or offers a heavily limited one — everything else is irrelevant. Some organizations go a step further and negotiate indemnity or make-whole clauses into the BAA itself, seeking financial protection beyond the baseline liability allocation.

What encryption methods are supported? Confirm specifically whether the provider offers TLS only, or also supports S/MIME and/or PGP for end-to-end encryption where needed. TLS-only coverage is sufficient for most standard PHI communication; organizations with cross-border data sharing or especially sensitive use cases may need E2EE options available.

Is encryption enforced or opportunistic? This is the single most important technical question to ask directly, in those terms. A vendor that describes its encryption vaguely, without distinguishing enforced from opportunistic delivery, hasn’t answered the question. Push for specifics.

How are large attachments handled? Lab results, imaging files, and clinical documents often exceed standard attachment size limits. Confirm the provider has a secure, compliant method for large file transfer that doesn’t force users onto an unencrypted workaround.

What audit logging and reporting capabilities exist? You need visibility into delivery, access, and any failed encryption attempts, not just a generic sent/received log. Ask whether logs are retained for a period consistent with your organization’s HIPAA documentation requirements.

Do they support high-volume transactional email? Appointment reminders, billing notices, and patient communications at scale require infrastructure built for volume without sacrificing per-message compliance. Confirm the provider’s platform is built for this your specific pattern, not just person-to-person messaging.

Is the platform US-based with US data residency? For many healthcare organizations, where data physically resides — and under which jurisdiction — is a material factor in vendor risk assessment, particularly for payers and larger provider organizations with strict data governance policies.”

One operational factor worth weighing alongside these questions: secure email portals — the kind that require recipients to click through to a separate web page to read a message — solve the encryption problem but often create a real adoption problem. IT teams have reported a direct conflict between phishing-awareness training and portal-based workflows: staff and patients trained not to click suspicious links in emails are, understandably, reluctant to click the “secure link” a portal email contains. This is a legitimate reason many organizations increasingly prefer platforms that enforce encryption transparently in the background — like LuxSci’s SecureLine encryption technology — rather than routing every message through a separate portal experience.

Secure Email Checklist for Healthcare Organizations

Every safeguard covered in this guide comes down to a handful of concrete, verifiable actions. Use the checklist below as a working reference for what needs to be in place across your legal agreements, technical controls, and internal processes. This is not a one-time setup task, but something worth revisiting as your email volume, vendors, and regulations evolve. Share it across  your compliance and IT teams as a starting point for an internal audit.

  • Legal and Contractual – BAA signed with email provider and all third-party vendors handling PHI.
  • Encryption – Forced TLS, not opportunistic only for emails in transit and all stored data encrypted with AES-256 bit encryption.
  • Access and Audit – Unique user IDs, role-based access, and login monitoring with advanced MFA enabled for all email accounts; audit logs active and maintained.
  • People and Processes – Staff trained in PHI handling, established breach response plan, annual email security policy review.

What Should I Do Now?

Secure email isn’t a single setting you switch on — it’s a combination of enforced encryption, a signed BAA, access controls, and documented process working together. Get any one piece wrong, and the rest doesn’t hold up under an OCR audit or a breach investigation.

If your organization is still relying on opportunistic TLS, an unsigned or incomplete BAA, or a patchwork of workarounds to move PHI through email, now is the time to close that gap, especially with the proposed 2025 HIPAA Security Rule update poised to make encryption a mandatory requirement rather than an addressable one in 2027.

Below are three ways you can continue your journey to securing your healthcare email:

  1. Explore LuxSci’s SecureLine encryption technology to see how automated encryption, enforced TLS, and a signed BAA work together — no complex configuration required.
  2. Read our HIPAA Compliance Checklist to understand the full scope of what your organization needs to have in place beyond email.
  3. Stay ahead of the new regulation with Email Encryption Under the New HIPAA Security Rule for a closer look at what the mandatory encryption shift means for your organization.

FAQs

1. Is email HIPAA compliant?

Email can be HIPAA compliant, but only when the right safeguards are in place — enforced encryption, a signed BAA with your email provider, access controls, audit logs, and staff training on PHI handling. Standard email without these safeguards is not compliant.

2. Do I need to sign a BAA with my email provider?

Yes. Email providers have persistent access to ePHI — even encrypted messages pass through their servers — making them Business Associates under HIPAA. A signed BAA is required. If your provider won’t sign one, you cannot legally use them to send or store PHI.

3. What is the difference between opportunistic TLS and enforced TLS — and which does HIPAA require?

Opportunistic TLS attempts encryption but falls back to plaintext if the recipient’s server doesn’t support it. Enforced TLS stops delivery rather than sending unencrypted. HIPAA’s Security Rule treats transmission encryption as an addressable specification, in practice, enforced TLS is the standard auditors and OCR expect. The proposed 2025 HIPAA Security Rule NPRM would make encryption of ePHI in transit a mandatory requirement in 2027.

4. What happens if I send PHI in an unencrypted email?

It is an impermissible disclosure under HIPAA’s Privacy Rule and triggers the Breach Notification Rule, requiring you to notify the individual and HHS/OCR within 60 days. Penalties range from $100 to $50,000 per violation. Had the email been properly encrypted, the same incident would qualify for HIPAA’s encryption safe harbor, meaning no notification required.

5. Is Gmail or Microsoft 365 HIPAA compliant for sending patient emails?

Neither is compliant in their default configuration. Both use opportunistic TLS, meaning PHI can be sent in plaintext if the recipient’s server doesn’t support encryption. A signed BAA is available on enterprise plans but doesn’t close the technical gap alone. A purpose-built HIPAA-compliant email platform is the reliable solution.

Picture of Pete Wermter

Pete Wermter

As a marketing leader with more than 20 years of experience in enterprise software marketing, Pete's career includes a mix of corporate and field marketing roles, stretching from Silicon Valley to the EMEA and APAC regions, with a focus on data protection and optimizing engagement for regulated industries, such as healthcare and financial services. Pete Wermter — LinkedIn

Get in touch

Find The Best Solution For Your Organization

Talk To An Expert & Get A Quote




A member of our staff will reach out to you

Get Your Free E-Book!

LuxSci High Email Deliverability Best Practices Paper

What you’ll learn:

Related Posts

HIPAA Security Rule

HIPAA Security Rule Update: Email Encryption Rule Delayed to 2027

If you’ve been waiting for the final word on the new HIPAA Security Rule before you touch your email encryption strategy, you now have an official reason to keep waiting.

Our advice: Don’t do it.

What is the new HIPAA Security Rule for ePHI?

The Department of Health and Human Services’ Office for Civil Rights had targeted May 2026 for a final rule implementing the most significant update to the HIPAA Security Rule in over two decades. The proposal eliminates the “addressable” standard and makes encryption of ePHI in transit and at rest mandatory for every covered entity and business associate. That deadline came and went quietly. Now we know why: an updated federal regulatory agenda shows OCR’s timeline has moved to July 2027, with the rule-making downgraded from “final rule stage” to “long-term action.” OCR is still working through more than 4,700 public comments on the January 2025 proposal.

For an industry that had been expecting a tighter deadline, a year-plus delay is the kind of news that invites a collective exhale — and a shelved project plan. At LuxSci, we think that would be a mistake, for three reasons:

  • The current rule already requires you to address encryption. “Addressable” was never “optional.” It has always meant you must implement the safeguard, implement an equivalent alternative, or document in writing why neither is reasonable for your organization. Most healthcare organizations have never done that documentation rigorously, and OCR’s existing enforcement authority applies today, not in 2027.
  • Breach costs haven’t waited for the rule. IBM’s 2025 Cost of a Data Breach Report puts the average healthcare breach at $7.42 million, still the highest of any industry. At the same time, email remains the number one attack vector into healthcare organizations. None of that risk is paused by a regulatory delay.
  • Delay is not withdrawal. OCR has not signaled it’s abandoning the encryption mandate, only that it’s taking longer to finalize it. Organizations that build now toward the standard already proposed will be ahead (and more secure) regardless of exactly when, or in what final form, the rule lands. Organizations that wait risk a compressed scramble once it does.

What should healthcare IT and compliance leaders actually do with this news?

Reevaluate your ePHI security posture, recalibrate its urgency, and use the extra runway to do the job right, instead of racing against a deadline. This includes:

  • Getting a real inventory of where ePHI moves by email today, inbound and outbound, and where encryption is inconsistent or absent.
  • Closing the documentation gap on “addressable” now, while you have time to do it well rather than defensively.
  • Pushing your email vendor for concrete answers on encryption standards, MFA enforcement, audit logging, and breach notification — the same technical controls the proposed rule would make mandatory.
  • Building (or updating) a written, enforcement-ready posture: policies, vendor agreements, certifications and verifications, test results, and training records that would hold up under an OCR investigation today, not just in a future compliance deadline.

Get LuxSci’s new Definitive Guide on the new HIPAA Security Rule

From Addressable to Mandatory: Email Encryption Under the New HIPAA Security Rule provides the latest update on the rule, what it means for healthcare email encryption, and what you can do now to properly prepare for what’s coming in 2027. The guide also includes an interactive scorecard that lets you evaluate your current email set up and vendor across seven security and compliance dimensions in under two minutes, no email address required.

You can read the guide here: From Addressable to Mandatory: Email Encryption Under the New HIPAA Security Rule

If you want a second set of eyes on where your organization stands, our team offers a free 30-minute compliance assessment of your current email environment against the proposed rule’s requirements.

Reach out today and schedule a call.

HIPAA Security Rule Email Encryption Requirements

HIPAA Compliant Email

Your Email Platform Is Becoming Critical Healthcare Infrastructure

Most healthcare organizations view email as a utility, a necessary tool for sending messages between staff, communicating with patients, sending out newsletters, connecting workflows, and so on. Historically, IT teams focused on keeping it running, security teams worried about phishing, and compliance teams made sure sensitive emails were encrypted.

Today, however, that view is rapidly becoming outdated.

Email has evolved into one of healthcare’s most critical digital infrastructure components, and also one of it’s biggest security threats. It’s a core channel for patient engagement, care coordination, revenue cycle operations, digital marketing, remote monitoring, and increasingly, AI-powered communications. The organizations that recognize this shift are building communications platforms designed for security, performance, automation, and growth. With the new HIPAA Security Rule requiring email encryption on the horizon, those companies that don’t may find themselves constrained by systems that were never intended to support modern healthcare.

Email Is No Longer Just a Messaging Tool

Healthcare organizations now depend on email to support dozens of mission-critical workflows every day.

Patients receive appointment reminders, registration instructions, imaging results, billing notifications, Explanation of Benefits (EOBs), prescription updates, preventive care reminders, patient education, and post-discharge follow-up.  Marketing teams deliver personalized wellness campaigns and service line promotions. Clinical systems generate transactional notifications. Revenue cycle teams rely on secure digital communications to accelerate payments and reduce paper costs.

For many organizations, mission-critical patient communications flow through email every month.

When viewed collectively, email is more than a simple communications channel. It has become operational infrastructure with high levels of security needed and increasing compliance requirements.

The Stakes Continue to Rise

As healthcare becomes more digital, every communication carries greater business and clinical importance.

A delayed billing email may postpone payment. A failed appointment reminder can increase no-show rates. An undelivered care management message may impact patient outcomes. A misconfigured security policy can expose protected health information (PHI). Poor deliverability can undermine expensive patient engagement initiatives before they ever reach the inbox.

These are no longer isolated IT issues. Email can affect revenue, patient satisfaction, operational efficiency, compliance, and organizational reputation.

Today’s healthcare leaders require email infrastructure to provide the same reliability and visibility they demand from electronic health records, identity management systems, and other core infrastructure.

AI Is Raising the Bar Even Higher

There’s little doubt that artificial intelligence (AI) promises to transform patient communications.

Healthcare organizations everywhere are exploring AI-generated patient education, personalized outreach, intelligent scheduling, multilingual communications, and automated follow-up programs.

But AI also increases the importance of the underlying communications infrastructure.

Generating more personalized emails means little if organizations cannot:

  • Automatically protect PHI.
  • Apply consistent security policies.
  • Maintain complete audit trails.
  • Deliver messages reliably.
  • Integrate with EHRs, RCM and CRM platforms, and customer data platforms.
  • Demonstrate compliance during an audits.

In many ways, AI amplifies both the opportunities and the risks. Your email platform can help determine whether AI initiatives succeed or create new compliance and operational challenges.

Infrastructure Matters More Than Features

Healthcare buyers have traditionally evaluated email platforms based on individual features such as encryption, spam filtering, or secure portals.

Those capabilities remain important, but they no longer tell the whole story.

Today’s healthcare organizations should be evaluating communications platforms the same way they evaluate any mission-critical infrastructure.

Questions increasingly include:

  • Can it support both transactional and marketing communications?
  • Does it automatically enforce security policies without relying on user decisions?
  • Can it integrate with EHRs, CRM systems, CDPs, and business applications?
  • Will it scale during peak communication periods?
  • Does it provide detailed audit logging and reporting?
  • Can it adapt as regulatory expectations evolve?
  • Does it maintain high deliverability at enterprise scale?
  • Does it support single-tenant dedicated infrastructure for high performance and increased security?

These infrastructure characteristics often determine long-term success far more than any single feature comparison.

Email and the Future Of Secure Healthcare Communications

Healthcare is steadily moving toward a world where nearly every patient interaction is digital, personalized, and data-driven.

Healthcare leaders often ask whether they need a more secure email solution. That may be the wrong question.

The better question is whether their communications infrastructure is ready for where healthcare is headed over the next decade.

If you want talk about the future of your healthcare email infrastructure, reach out today and schedule a 30-minute assessment call with our experts.

Set Up a Call

HIPAA Security Rule Update

The HIPAA Security Rule Missed Its May Deadline — Here’s What We Know

The proposed HIPAA Security Rule update has become one of the most closely watched healthcare compliance developments in recent years. Designed to strengthen cybersecurity protections for electronic protected health information (ePHI), the proposal could significantly reshape how healthcare organizations approach risk management, ePHI encryption, and mandatory email encryption requirements.

A final rule was expected as early as May 2026. However, that deadline has now passed without publication from the U.S. Department of Health and Human Services (HHS) Office for Civil Rights (OCR).

So, what happens next—and what should healthcare IT directors, CISOs, and compliance officers do now?

Where Things Stand Today

The HIPAA Security Rule Notice of Proposed Rulemaking (NPRM) was published on January 6, 2025, with the goal of strengthening cybersecurity protections for ePHI in response to escalating ransomware attacks, healthcare breaches, and growing concerns about cyber resilience across the healthcare sector.

The proposal generated thousands of public comments from healthcare providers, payers, business associates, technology vendors, and industry groups. OCR has spent much of the past year reviewing this feedback and evaluating the operational and financial impact of the proposed changes.

Although the Spring Unified Regulatory Agenda identified May 2026 as a target date for a final rule, that milestone came and went without publication. As of June 2026, the proposed HIPAA Security Rule update remains under review.

While some organizations may be tempted to take a wait-and-see approach, the missed deadline should not be interpreted as a signal that the initiative has stalled. If anything, the proposal offers valuable insight into the future direction of healthcare cybersecurity regulation.

The Growing Focus on Mandatory Email Encryption

One of the most discussed aspects of the proposed HIPAA Security Rule update is encryption.

Under the current HIPAA Security Rule, encryption is generally classified as an “addressable” implementation specification. Organizations can choose alternative safeguards if they document and justify their decisions through a risk analysis process.

The proposed changes would significantly reduce that flexibility. Instead, many security safeguards, including encryption controls, would become more prescriptive and difficult to avoid.

While the final language has not yet been released, healthcare organizations should pay close attention to the proposal’s clear message: protecting ePHI through encryption is increasingly viewed as a baseline cybersecurity requirement.

This is particularly important for email communications.

Email remains one of the most widely used communication channels in healthcare, supporting everything from patient engagement and care coordination to billing, scheduling, and marketing communications. As regulators continue to focus on reducing data breach risks, mandatory email encryption is emerging as a likely area of increased scrutiny.

What Healthcare Organizations Should Do Now

The current delay creates an opportunity, not a reason to postpone action.

Healthcare organizations can begin preparing for likely requirements today by evaluating the security controls highlighted throughout the proposed rule.

Key areas to review include:

  • Encryption of ePHI across systems and communications channels
  • Comprehensive asset inventories and ePHI data mapping
  • Enhanced risk analysis and risk management processes
  • Multifactor authentication (MFA)
  • Vulnerability scanning and penetration testing
  • Incident response planning and testing
  • Backup and recovery procedures
  • Email security and secure email encryption practices

Organizations that proactively strengthen these areas now will be better prepared regardless of the final rule’s implementation timeline.

Why Secure Email Encryption Should Be a Priority

For many healthcare organizations, email remains one of the largest compliance and security risks.

Human error, misdirected messages, phishing attacks, and inconsistent encryption practices continue to contribute to breaches involving protected health information. As a result, secure email encryption is increasingly becoming a foundational component of healthcare cybersecurity strategies.

Organizations that rely on manual encryption processes or employee judgment alone may find it difficult to meet evolving regulatory expectations.

Instead, healthcare organizations should look for solutions that automate encryption decisions, reduce user error, and provide flexibility based on the sensitivity of the communication.

At LuxSci, we have long believed that security and usability must work together. We are 100% focused on secure healthcare communications, helping healthcare providers, payers, and suppliers protect sensitive data while improving patient and customer engagement. Our proven secure email solutions, used by leading companies including Athenahealth, 1-800 Contacts, and Hinge Health, help organizations protect ePHI with automated encryption capabilities that support both compliance and operational efficiency. Our unique SecureLine encryption technology enables organizations to apply the appropriate level of protection while maintaining a seamless experience for patients, customers, and staff.

For organizations already using Microsoft 365 or Google Workspace, LuxSci Secure Email Gateway can add HIPAA-compliant email security and encryption without requiring users to change their existing workflows. This approach helps reduce risk, while preserving productivity and user adoption.

The Bottom Line

The HIPAA Security Rule final rule may have missed its anticipated May deadline, but the cybersecurity challenges driving the proposal remain very real.

The OCR is still expected to make the rule change, which could require mandatory encryption of ePHI by early 2027.

The time to prepare is now!

Healthcare organizations should view the proposed HIPAA Security Rule update as an advance warning of where regulatory expectations are heading. Stronger cybersecurity controls, enhanced risk management, ePHI encryption, and mandatory email encryption requirements are all likely to remain central themes in future compliance efforts.

The organizations that begin preparing now will not only be better positioned for future regulatory changes, but will also strengthen their ability to protect patient data, reduce risk, and build trust in an increasingly challenging threat landscape.

At LuxSci, we’re proud to support the healthcare industry’s ongoing digital transformation through secure healthcare communications. Our HIPAA-compliant solutions for secure email, email marketing, and forms empower organizations to safely use and protect PHI, while delivering better patient experiences and outcomes.

Ready to strengthen your healthcare cybersecurity strategy?

Learn more about LuxSci and our complete suite of HIPAA compliant email and marketing solutions, or schedule a consultation with one of our healthcare communication experts today.

Contact us today!

You Might Also Like

HIPAA Compliant Email

Signing a BAA Does Not Automatically Make You HIPAA Compliant

For healthcare organizations, choosing the right product and service vendors is essential for achieving HIPAA compliance. One of the key prerequisites of a HIPAA-compliant vendor is the willingness to sign a Business Associate’s Agreement (BAA): a legal agreement that outlines both parties’ responsibilities and liabilities in securing protected health information (PHI). 

However, despite what some healthcare organizations have been led to believe, simply signing a BAA with a vendor doesn’t guarantee your use of their product or service will be HIPAA-compliant. In reality, a BAA is just the beginning, and there are several subsequent actions both healthcare organizations and their supply chain partners must take to ensure the compliant use of PHI, especially over communications channels like email. 

With this in mind, this post explores some of the reasons why signing a BAA on its own doesn’t ensure the security of PHI and protect your organization from HIPAA violations.

Business Associate Agreements (BAAs) Explained 

As touched upon above, a BAA is a legally-binding document established between a covered entity (CE), i.e., healthcare organizations, and a business associate (BA), i.e, any company that handles PHI in providing a CE with products or services. For a BA to handle patient or customer data on behalf of a CE, following HIPAA regulations, there must be a BAA in place. 

A BAA details:

  • Each party’s roles, responsibilities, and liabilities in securing PHI.
  • The permitted uses of PHI by the BA and, conversely, restrictions on any other use.
  • The BA’s responsibilities in implementing appropriate administrative, technical, and physical security measures to best protect PHI.
  • The BA’s obligations to report any unauthorized use, disclosure, or breach of PHI.
  • That the BA is required to assist with patient rights support, i.e., data access, amendments, and accounting of disclosures, when appropriate.
  • The BA’s obligations in making records available for audits or investigations.  
  • The CE’s right to terminate the contract if the BA fails to fulfil their obligations in safeguarding PHI.

Additionally, if a BA employs a third-party company, i.e., a subcontractor, that will have access to a CE’s PHI, they are required to establish a BAA with that company. This then makes the subcontractor a “downstream BA” of the CE, and subject to the same obligations and restrictions placed on the original BA. This ensures the security protections mandated by HIPAA flow down the entire chain of custody for sensitive patient and customer data.

Compliance Considerations After Signing a Business Associate Agreement (BAA)

Now that we’ve covered what a BAA is and the role it plays in ensuring data privacy, let’s move on to exploring some of the key things you have to do following the singing of a BAA to ensure HIPAA compliance.  

1. Both Parties Must Implement HIPAA-Required Data Risk Mitigation Measures 

    First and foremost, while a BAA details each party’s respective responsibilities in implementing measures to protect PHI, both still actually need to implement those required security features to achieve HIPAA compliance. 

    The measures required under HIPAA’s Security Rule, including encryption and access control, are designed to mitigate and minimize the impact of data breaches. So, if a company suffers a security breach and later audits show the required security policies and controls were not in place, they would be subject to the consequences of HIPAA violations, including fines and reputation damage.   

    Also, while a BAA stipulates that the BA is responsible for implementing the HIPAA-required safeguards for the PHI under their care, it doesn’t specify exactly which security measures they must implement. Subsequently, that’s left to the BA to interpret based on their understanding of HIPAA requirements, and how they conduct their required risk assessments.

    For example, if you have a BAA with your email services provider, that alone may not be enough to keep your company or organization HIPAA compliant. That’s because the provider may not have the security measures your organization needs, and instead have a carefully worded BAA that will leave you vulnerable.

    Let’s say your email marketing service provider is a “semi-HIPAA compliant” provider. In these cases, they may not offer email encryption, or the necessary access control measures your organization needs to send PHI and other sensitive information safely. The so-called HIPAA compliance may be limited only to data stored at rest on their servers only.

    In short, although a BAA outlines each party’s commitment to securing data, both parties still have to follow through on implementing risk mitigation measures. Additionally, though a healthcare company has its BA’s assurances that they’ll have the appropriate safeguards in place, CEs often only have limited visibility into its ongoing security posture. As a result, asking the right questions and working with a proven HIPAA compliant provider are critical steps healthcare organizations must take to ensure full compliance.

    2. CEs Must Stick to “In-Scope” Services

      While a BA may provide a CE with a range of services, many limit the coverage of their BAAs to particular “in-scope” services. As a result, if a healthcare organization were to use a service outside the coverage of the BAA, i.e., an “out-of-scope” service, they’d risk exposing patient data and incurring HIPAA violations.

      And, even when a service is in-scope, the BA is still required to configure it properly for it to be compliant. These configurations could include:

      • Enabling encryption
      • Establishing access control
      • Activating multi-factor authentication (MFA)
      • Turning on audit logging 

      With this in mind, it’s crucial to ensure that the “complete” service or tool – not just a part of it – is covered by a BAA before using it to process PHI. Similarly, check the terms of your BAA for configuration or security best practices that offer guidance on fully HIPAA compliant use, and make sure your responsibilities as a CE are 100% clear.

      3. Staff Must Be Trained to Securely Handle PHI 

        Another key reason that signing a BAA doesn’t automatically result in HIPAA compliance is the likely need for both parties to educate their staff on how to securely handle sensitive data, such as PHI.

        Firstly, as discussed above, only some of the services offered by a BA may be covered by its agreement. Subsequently, a healthcare organization’s employees need to be sufficiently trained on the use and disclosure of PHI, namely, the services in which they’re permitted to process PHI and which, in contrast, services are non-compliant.

        By the same token, as well as implementing the stipulated safeguards, BAs are responsible for training their workforce on how to use and, where appropriate, configure them. This will help ensure the limited, correct use and disclosure of PHI as allowed by the BAA. 

        4. Reporting Requirements

          A BAA stipulates that a BA must notify the CE in the event of improper or unauthorized use of PHI. More specifically, this includes: 

          • Reporting immediately any use or disclosure not permitted by the terms of the BAA.
          • Notifying the CE of security incidents resulting in the potential exposure of  PHI.

          However, the commitment to reporting in the BAA and the ability to deliver on that commitment are two different things entirely. Firstly, the BA must implement the policies and infrastructure that allow for timely incident reporting. This includes conducting risk analysis, implemeting continuous monitoring, and developing a robust incident response plan. 

          Additionally, a key aspect of prompt, comprehensive reporting includes the BA ensuring that their staff are sufficiently trained to detect and report security events. As part of their training on the secure handling of PHI, a BA’s employees must be able to recognize common security issues and threats, such as improper email configurations and phishing attempts, and how to report them.

          5. Subcontractor BAAs

            While CEs must sign BAAs with their BAs for the compliant use and disclosure of PHI, they don’t have to sign such agreements with any subcontractors the BA may employ. Instead, it’s the responsibility of the BA to enter into their own business associate agreements with their subcontractors. As a result, the original security obligations are passed all the way down the data’s chain of custody. 

            While a CE can take certain measures to enforce this, such as requesting proof of subcontractor BAAs – or even the ability to review subcontractors before beginning engagement – ultimately, they have little control over their security postures. Ultimately, this means that they have to trust that the original service BA does their due diligence in selecting security-minded subcontractors, with the right PHI safeguards in place.  

            HIPAA Compliance Beyond a BAA with LuxSci

            LuxSci’s secure healthcare communications solutions – including HIPAA compliant email, text, marketing and forms – are designed specifically with the stringent compliance requirements of the healthcare industry in mind. 

            LuxSci also provides onboarding, comprehensive documentation, and support to ensure your infrastructure configurations align with HIPAA requirements, so you can confidently include PHI in your healthcare engagement communications campaigns.

            Contact LuxSci today to discover more about achieving compliance beyond obtaining a BAA.

            healthcare marketing

            What Are the Objectives of Healthcare Marketing?

            Successful healthcare marketing campaigns set measurable targets to engage patients and customers, build brand recognition, strengthen market position, and generate business growth, while meeting healthcare regulations and compliance requirements. Marketing teams develop strategies to meet these targets through patient outreach and service promotion, including email marketing and outreach campaigns. These strategies balance business development with patient engagement and compliance requirements, focusing on both short-term acquisition goals and long-term relationship building.

            Healthcare Marketing Strategy Development

            Marketing in healthcare requires detailed approaches that respect patient privacy and medical ethics. Marketing teams create plans that address both revenue targets and patient and customers needs, while navigating regulations that govern healthcare communications, privacy and data security. Their work includes market research, campaign development and messaging, and results tracking across multiple channels. These plans typically incorporate email, digital, and community outreach methods to connect with patients and healthcare partners. Teams analyze current patient segments, demographic data, local healthcare needs, and market opportunities to develop targeted campaigns that resonate with specific patient populations and groups. Marketing departments also work closely with medical and business line staff to ensure all messaging and content accurately represent healthcare services and products, while maintaining professional standards and brand consistency.

            Audience Segmentation Techniques

            Marketing teams can improve conversion rates by targeting their audiences by numerous subgroups. The teams divide potential patients and customers into multiple subgroups based on specific healthcare needs and conditions, service utilization patterns, demographics, and behavioral characteristics. These segments include patients with chronic condition management needs, those seeking preventive care, and individuals requiring specialized treatments. With the right campaign management tools, teams can create custom messaging for each segment addressing their concerns and interests. For example. departments conducting email healthcare marketing campaigns can use patient data to identify recurring treatment needs and develop targeted follow-up programs. They track response rates across different segments to refine their targeting approaches and message development. This segmentation allows for more efficient resource allocation and higher conversion rates across marketing channels.

            Patient Outreach and Relationship Building

            Marketing teams develop methods, such as email outreach campaigns, to reach new patients and maintain connections with current ones. The teams analyze patient data to understand healthcare usage patterns and create targeted outreach programs that address community needs. These programs include detailed health education materials, preventive care information, new products, and service updates delivered through carefully selected communication channels, typically over secure email and via patient portals. Marketing departments track patient engagement through these touchpoints, from initial contact, to product and service delivery, to ongoing relationships and active engagement. They measure program effectiveness through patient response rates, conversions, such as appointment scheduling patterns or new plan enrollments, and satisfaction surveys. This data helps teams refine their communication approaches and develop more effective patient engagement strategies. Healthcare marketing initiatives also focus on building trust through transparent communication about treatment options, costs, and expected outcomes, all of which needs to be transmitted securely win a way that meets HIPAA compliance requirements.

            Building Healthcare Product and Service Awareness

            Healthcare organizations should develop marketing campaigns to promote their range of medical services, products and/or specialties. Marketing teams typically research regional healthcare needs and service gaps to identify growth opportunities within specific medical areas. They create targeted promotion strategies for each service or product line, considering factors like local competition, patient demographics, and insurance coverage. These campaigns often include physician referral programs, community health education events, and specialized outreach to patient groups who might benefit from specific services. Again, it’s critical to secure these communications, especially when PHI is being used, to protect patient privacy and meet HIPAA compliance requirements. Teams should continuosly monitor performance through patient volume metrics, engagement rates and conversions, revenue tracking, and market penetration rates. This information guides decisions about resource allocation and helps identify which services need additional marketing support.

            Market Position and Competitive Analysis

            Healthcare providers should also conduct regular market analyses to understand their competitive position and identify opportunities for growth. Marketing teams study regional healthcare trends, track competitor offerings, and assess patient satisfaction with current services. They use this information to develop campaign strategies that highlight their unique capabilities and treatment options. Market research includes patient preference surveys, analysis of healthcare utilization patterns, and assessment of emerging medical technologies. Teams use these insights to adjust their healthcare marketing messages and service offerings to meet changing patient needs. They should also monitor their market share across different service lines and geographic areas to ensure marketing efforts maintain or improve their competitive position.

            Performance Measurement and Optimization

            Finally, marketing departments must establish detailed metrics to evaluate their programs and demonstrate return on investment to internal teams and management. This includes tracking patient acquisition costs, engagement, satisfaction scores, and revenue generation across all marketing initiatives. Teams should use analytics tools to measure campaign performance across different channels and adjust strategies based on results. Regular reporting helps organizations understand which marketing efforts deliver the best outcomes and where to focus future investments. This data-driven approach ensures healthcare marketing resources target the most effective channels and messages. Teams should also monitor long-term trends in patient and customer retention, and referral patterns to assess the lasting impact of their healthcare marketing efforts.

            MailHippo HIPAA compliant

            How Can Healthcare Organizations Find Free HIPAA Email Solutions?

            Free HIPAA email solutions do not exist for healthcare organizations despite claims from various platforms and open-source projects that appear to offer no-cost compliance options. Healthcare providers seeking truly compliant email communication discover that platforms like Gmail, Yahoo, and other consumer email services cannot provide the Business Associate Agreements, encryption controls, and audit capabilities required for patient data protection. Most healthcare practices learn that attempting to use free HIPAA email platforms for PHI communications creates substantial compliance risks and potential regulatory violations that far exceed the cost savings of avoiding purpose-built healthcare email solutions.

            Why Consumer Platforms Cannot Provide Free HIPAA Email

            Gmail and other consumer email platforms explicitly refuse to sign Business Associate Agreements with healthcare organizations, making them unsuitable for any communications containing protected health information. Google’s Terms of Service specifically prohibit healthcare organizations from using personal Gmail accounts for patient communications, and even Google Workspace requires careful configuration and additional security measures that eliminate any cost savings from “free” accounts.

            Consumer email platforms lack the audit logging capabilities required for HIPAA compliance, making it impossible for healthcare organizations to track access to patient communications or investigate potential security incidents. These platforms prioritize convenience and broad compatibility over the stringent security controls that healthcare organizations need to protect patient data during email transmission and storage.

            Open Source Solutions Create Hidden Compliance Costs

            Open-source email servers like Zimbra and Postfix may appear cost-effective but require extensive technical expertise and ongoing maintenance that healthcare organizations rarely possess internally. Implementing proper HIPAA compliance with open-source platforms demands specialized knowledge of encryption protocols, access controls, and audit logging that most medical practices cannot develop or maintain cost-effectively.

            Security vulnerabilities in self-managed email systems create liability risks that healthcare organizations cannot afford to ignore. Without dedicated security teams to monitor threats and apply patches, open-source email installations become attractive targets for cybercriminals seeking access to valuable patient data. The cost of a single data breach far exceeds any savings from avoiding commercial email solutions.

            BAA Requirements Eliminate Free HIPAA Email Options

            HIPAA compliance requires healthcare organizations to obtain signed Business Associate Agreements from any vendor that handles protected health information, including email service providers. Free HIPAA email platforms and open-source solutions cannot provide the legal protections and liability coverage that proper BAAs require, leaving healthcare organizations exposed to regulatory penalties and lawsuit risks.

            Most free HIPAA email providers explicitly disclaim responsibility for HIPAA compliance in their terms of service, shifting all liability to healthcare organizations that choose to use their platforms. This liability transfer makes free HIPAA email platforms unsuitable for healthcare communications regardless of their technical capabilities or security features.

            The False Economy of Cheap Email Solutions

            Healthcare organizations that prioritize cost savings over compliance capabilities often discover that cheap email solutions create expensive problems. Inadequate security controls, poor audit trails, and limited support options lead to compliance gaps that regulatory audits easily identify and penalize heavily.

            Staff productivity suffers when healthcare workers struggle with poorly designed interfaces, unreliable service, or inadequate mobile access that cheap email solutions provide. The time lost to system problems and workarounds quickly eliminates any cost advantages from selecting budget email platforms over purpose-built healthcare communication tools.

            Compliance Gaps Create Regulatory and Financial Risks

            Healthcare organizations using inappropriate email solutions face potential HIPAA penalties ranging from thousands to millions of dollars depending on the scope and severity of compliance violations. OCR investigations frequently identify email security deficiencies as contributing factors in data breaches that result in significant financial penalties and mandatory corrective action plans.

            Patient trust erosion from email security incidents can damage healthcare organizations’ reputations and reduce patient volumes over time. The long-term financial impact of lost patients and reduced referrals often exceeds the cost difference between free and compliant email solutions by substantial margins.

            Limitations Prevent Proper PHI Protection

            Free HIPAA email platforms cannot provide the granular access controls that HIPAA compliance requires for protecting different types of patient information. Healthcare organizations need the ability to restrict access to sensitive communications based on staff roles and clinical responsibilities, capabilities that consumer email platforms do not support.

            Encryption limitations in free HIPAA email services prevent healthcare organizations from ensuring that patient data receives appropriate protection during transmission and storage. Many free platforms offer basic encryption that falls short of healthcare security standards or provide encryption that healthcare organizations cannot control or verify independently.

            Support Deficiencies Create Operational Risks

            Free email platforms provide minimal technical support that cannot address the urgent security incidents and system problems that healthcare organizations face. When email systems fail or security breaches occur, healthcare providers need immediate expert assistance that free platforms cannot provide through standard support channels.

            Compliance guidance from email vendors helps healthcare organizations navigate complex regulatory requirements and implement proper security controls. Free HIPAA email platforms cannot offer the specialized compliance expertise that healthcare organizations need to maintain proper HIPAA adherence and respond appropriately to regulatory inquiries.

            Migration Costs Offset Initial Savings

            Healthcare organizations that initially choose free HIPAA email / cheap email solutions eventually face expensive migration projects when they discover compliance inadequacies or operational limitations. Moving years of email archives and reconfiguring integrated systems creates substantial costs that proper initial platform selection could have avoided.

            Staff retraining requirements for multiple email platform changes create productivity losses and resistance to new systems that affect overall operational efficiency. Healthcare organizations benefit from selecting appropriate email solutions initially rather than cycling through multiple inadequate platforms over time.

            Investment in Proper Email Solutions Provides Long-Term Value

            Purpose-built healthcare email platforms provide compliance capabilities, security controls, and operational features that justify their costs through reduced regulatory risks and improved staff productivity. The total cost of ownership for compliant email solutions often proves lower than seemingly cheaper alternatives when organizations account for all implementation, maintenance, and risk factors.

            Healthcare organizations that invest in proper email infrastructure from the beginning avoid the disruption and expense of multiple platform changes while maintaining consistent compliance posture throughout their growth and evolution. Reliable email communication supports better patient care and more efficient operations that contribute to organizational success over time.

            HIPAA compliant email

            LuxSci Welcomes Angel Mazariegos as Head of Finance

            LuxSci, a leader in secure healthcare communications and HIPAA compliant email, is pleased to announce the appointment of Angel Marie Mazariegos as the company’s new Head of Finance. With over 25 years of experience in financial management, accounting, and human resources, Angel will play a central role in advancing LuxSci’s operational excellence and supporting the company’s rapid growth in 2026 and beyond.

            Angel brings a wealth of expertise to LuxSci, having held senior leadership positions at organizations focused on financial services, language and access services for healthcare, and human resources. In these roles, Angel has led multi-department Finance and HR teams, spearheading critical initiatives, including ERP implementations, streamlined employee onboarding, and financial process optimization.

            In her role at LuxSci, Angel will oversee all aspects of the company’s finance operations, including budgeting, forecasting and reporting. Additionally, Angel will manage the company’s HR function, ensuring that LuxSci continues to foster a strong, people-driven culture based on its Secure, Trust, Responsible and Smart company values.

            “Angel’s blend of financial and HR leadership makes her an invaluable addition to the LuxSci executive team and a real asset for our people,” said Mark Leonard, CEO of LuxSci. “We look forward to working with Angel to build the high-performing teams that will be critical to our future growth and serving the evolving needs of our customers.”

            Angel holds dual MBA degrees in Accounting and Human Resource Management from Cappella University, as well as dual BS degrees in Business Administration (Accounting and CIS Business Systems) from California State University, Los Angeles.

            “I am honored to join the LuxSci team at such an exciting time for the company,” said Mazariegos. “I look forward to working with the team and helping build on LuxSci’s reputation for excellence and reliability in secure healthcare communications.”