Subscribe to the Non-Human & AI Identity Journal

Who is accountable when a third-party platform sends unauthorised email?

The domain owner remains accountable for the sender identity exposed to recipients, even when the mail originates from a vendor platform. That is why organisations need explicit ownership, approved sender registers, and offboarding for every sending service. If a platform can send as the brand, its authority must be governed like any other identity.

Why This Matters for Security Teams

Unauthorised email from a third-party platform is not just a vendor issue. It is an identity problem: the platform is exercising sender authority under the organisation’s domain, so the brand is still accountable for how that authority is granted, monitored, and revoked. That matters because email recipients do not see the procurement boundary, only the sender identity.

Security teams often underestimate how quickly a misconfigured sending service can be abused or drift out of policy. NHI Management Group’s research on the 52 NHI Breaches Analysis shows how often machine identities become the weak point when ownership is unclear. The same pattern appears in email platforms: if a vendor can send as the brand, that capability must be governed like any other non-human identity, with explicit approval, scope, and offboarding. The OWASP Non-Human Identity Top 10 frames this as an identity lifecycle and authorization control issue, not a simple deliverability problem.

In practice, many security teams encounter unauthorised sending only after recipients complain, marketing notices reputation damage, or a vendor integration has already been left active after the business owner changed.

How It Works in Practice

The practical control model starts with ownership. Every system that can send email on behalf of the domain needs a named business owner, a technical owner, an approved sender register, and a defined purpose. If a platform uses SMTP credentials, API keys, OAuth grants, or delegated mailbox access, those are secrets and identities that must be inventoried, reviewed, and rotated like any other production credential.

For vendor platforms, the safest pattern is least privilege with explicit sender scope. A platform should only be able to send from approved addresses or subdomains, and only for the workflows that were authorised. Current guidance suggests pairing this with DMARC, SPF, and DKIM so mail receivers can verify whether the sender identity is legitimate, but those controls do not replace internal governance. They help prove authenticity; they do not decide who was allowed to send in the first place.

Operationally, teams should:

  • register every third-party sender before go-live, including fallback and test domains;
  • bind each service to a documented owner and approval ticket;
  • review sending logs for unusual volume, new recipient patterns, and template changes;
  • revoke access immediately when a vendor contract ends or a workflow is retired;
  • test offboarding so credentials, webhooks, and API tokens are actually removed.

The NHI Management Group article on the Ultimate Guide to NHIs is useful here because it treats each service account, API key, and delegated integration as a governed identity rather than an informal connector. That same logic applies to email sender authority. These controls tend to break down when multiple business units can self-provision mail platforms because ownership, approval, and revocation become fragmented across teams and no single register remains authoritative.

Common Variations and Edge Cases

Tighter sender governance often increases operational overhead, requiring organisations to balance brand protection against speed for campaigns, product notifications, and transactional mail. That tradeoff is real, but current best practice is evolving toward structured exceptions rather than informal trust.

One common edge case is shared sending infrastructure, where a single platform sends mail for multiple brands or subsidiaries. In that model, accountability still sits with the brand owner for the visible sender identity, while the platform owner is accountable for technical controls and logging. Another edge case is delegated mailbox access, where a human user grants a vendor or automation tool permission to send on their behalf. That should be reviewed as an identity grant, not just a convenience feature.

Another failure mode appears when organisations assume deliverability controls equal authorization controls. DMARC alignment can reduce spoofing, but it will not stop an authorised platform from sending the wrong content to the wrong list if the service account remains active. In incident response, teams should treat the unauthorized send as both a security event and a governance breach, then validate whether the sender was a sanctioned identity, a stale integration, or a compromised credential. The OWASP guidance and NHI breach patterns both show that ambiguous ownership is the recurring weakness, not the mail protocol itself.

Standards & Framework Alignment

This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.

OWASP Non-Human Identity Top 10 address the attack and risk surface, while NIST CSF 2.0 and NIST AI RMF set the governance and control requirements practitioners need to meet.

Framework Control / Reference Relevance
OWASP Non-Human Identity Top 10 NHI-01 Unauthorised vendor sending is an NHI ownership and lifecycle failure.
NIST CSF 2.0 PR.AC-4 Sender permissions must be limited and reviewed like any privileged access.
NIST AI RMF Governance and accountability are needed for automated outbound communications.

Inventory every sender identity, assign an owner, and revoke unused mail authority immediately.