Author: williamwhite

  • How to Read an Email Header (and Spot a Fake Sender)

    How to Read an Email Header (and Spot a Fake Sender)

    An email header is the hidden technical data attached to every email, and it acts like a digital passport that shows where the email came from, the path it took, and whether it's authentic. It also includes the checks mail systems use to decide whether to trust a message, and over 90% spam reduction is tied to DMARC-based handling when authentication fails or passes correctly, according to the source cited below.

    You're usually looking for this stuff when something feels off. Maybe you got an invoice from a supplier that uses the right logo but a strange tone. Maybe a password reset email arrived when you didn't ask for one. The header is where you stop guessing and start checking.

    Email users typically only see the friendly parts of an email, like the sender name and subject line. That view is useful, but it's also easy to fake. The header shows the less glamorous details that matter more for security, such as the route the message took, the systems that handled it, and whether sender checks passed.

    That matters for privacy too. If you care where your email metadata lives, header details can reveal server paths and jurisdictions in ways most generic guides ignore. In Canada, that becomes part security question, part data sovereignty question under PIPEDA.

    Last updated: 6 July 2026

    What Is an Email Header

    An email header is a hidden block of code and metadata that travels with every email. It contains required fields like From, To, Date, and Subject, and it records the technical path a message took through the internet. Proton explains that each email includes a header block at the top that records timestamps from every Mail Transfer Agent, or MTA, that handled it, creating a complete audit trail of the message's journey in its guide to email headers.

    That sounds technical, but the basic idea is simple. Think of the message body as the letter you wrote, and the header as the envelope plus every postmark stamped on it during delivery. The body tells you what the sender wants you to read. The header tells you whether the trip looks legitimate.

    Why headers exist at all

    Email wouldn't work without headers. Mail systems need routing information to know where to deliver a message, how to process it, and whether it matches basic trust rules. Without that information, you couldn't reliably tell who sent the message, when it was sent, or which systems touched it along the way.

    Headers also help email providers separate real mail from junk. They include information that lets mailbox providers authenticate senders and decide whether a message belongs in your inbox or your spam folder. That's why people in deliverability, IT, and security spend so much time reading them.

    Practical rule: If the visible sender name looks trustworthy but the message still feels wrong, the header is usually where the story changes.

    What you can and can't see

    In a normal inbox view, you only see a tiny slice of the header. You see the sender, recipient, date, and subject because those are the human-friendly fields. The rest is hidden because raw header text is dense and full of technical lines.

    Once you open the full header, you'll see entries added by different mail servers over time. That trail can show the actual route of a message, which is useful for troubleshooting and for finding a fake sender. It can also expose where processing happened, which matters if your organization has residency requirements.

    Here's a simple explanation:

    Part What it means Why it matters
    Visible fields From, To, Date, Subject Basic context for the reader
    Routing fields Received, Return-Path, Message-ID Shows where the email actually travelled
    Authentication fields SPF, DKIM, DMARC results Helps confirm whether the sender is genuine

    When people ask what is an email header, they're often really asking a more useful question. Can this hidden data help me decide whether an email is real? The answer is yes. Not perfectly, and not always instantly, but often enough that it's one of the most practical anti-phishing habits you can build.

    Key Fields in an Email Header Explained

    Once you open a full header, it can look like a wall of machine text. Don't try to read every line at once. Start with a few fields that answer the most important questions: who claims to have sent the message, who handled it, and whether authentication checks passed.

    A diagram illustrating the ten key fields found in an email header, including sender, recipient, and technical metadata.

    The simple fields you already know

    From is the address the sender wants you to see. It's the display identity, not always the true sending source. Attackers know recipients often trust this field too quickly.

    To shows the intended recipient. If a message was sent to several people, the header can list multiple names and addresses. That can help you spot odd distribution patterns, especially when a message claims to be private but clearly wasn't.

    Date records when the message was sent. Subject records the topic line. These sound ordinary, but they're still useful when you're checking whether a message matches the timing and context you'd expect.

    The fields that tell the real delivery story

    Return-Path is where delivery errors and bounce messages go. In a legitimate email, this often lines up with the sender's domain or an authorised sending service. If the From address says one thing and the Return-Path points somewhere unrelated, slow down.

    Message-ID is a unique identifier for a specific email. You don't need to decode it in detail, but it can help show whether a message was generated by a real system or by a rough imitation. A strange-looking or generic ID doesn't prove fraud on its own, but it can add weight to other warning signs.

    Received is one of the most useful fields in the whole header. Each mail server that handles the message adds a new Received line, usually with timing and server details. Read it as a chain of handoffs. It helps you trace where the message came from instead of trusting the polished display name in the inbox.

    The visible sender can be staged. The Received chain is much harder to fake convincingly across every hop.

    The authentication fields that matter most

    The key line here is Authentication-Results. This field shows the output of SPF, DKIM, and DMARC checks. Mailtrap notes that a pass means the sender's IP is authorised by the domain, while a fail can trigger rejection or quarantine by email gateways, reducing spam delivery rates by over 90% under DMARC standards in its breakdown of email headers.

    If those acronyms feel abstract, here's a plain-language version:

    • SPF checks whether the sending server is allowed to send on behalf of the domain.

    • DKIM adds a cryptographic signature to help prove the message wasn't changed in transit.

    • DMARC tells receiving systems what to do when SPF or DKIM doesn't align properly.

    A useful analogy is physical ID. SPF is like checking whether the courier works for the company they claim to represent. DKIM is like a tamper seal on the package. DMARC is the company policy that tells the front desk whether to accept, quarantine, or reject the package if anything doesn't line up.

    If you want a clearer mental model for signed messages and trust chains, our guide to digital signatures and PKI fills in the background without getting lost in jargon.

    A quick field-by-field cheat sheet

    Header field What to check What it can tell you
    From Does the visible sender match what you expected? Easy to fake, so treat it as a starting point
    Return-Path Does it broadly align with the sender's domain? Mismatches can signal spoofing
    Received Does the route make sense? Helps you find sender IP and trace origin
    Message-ID Does it look tied to a real sending system? Odd patterns can support suspicion
    Authentication-Results Do SPF, DKIM, and DMARC pass? One of the strongest trust signals in the header

    People often assume email header analysis is only for administrators. It isn't. If you can compare names, domains, and pass or fail results, you can catch a surprising number of scams before they catch you.

    How to View Email Headers in Gmail and Outlook

    Finding the raw header is easier than you might anticipate. You don't need a special admin panel or a developer tool. In most cases, it takes a few clicks.

    Mailjet's instructions are clear on the basic steps. In Gmail, click the three-dot menu beside the reply button and choose Show Original. In Outlook on the web, click the three dots in the upper right and select view message source, as described in Mailjet's email header guide.

    A person working on a laptop displaying an email inbox interface with an open message.

    Gmail

    Open the email first. Then click the three-dot menu near the reply button, not the browser menu, and choose Show Original. Gmail opens a new view that shows the full technical log, including routing and authentication details.

    That screen can look intimidating at first. Don't read from top to bottom like a normal message. Scan for the fields covered above, especially From, Return-Path, Received, and Authentication-Results.

    Outlook

    In Outlook on the web, open the email, click the three dots in the upper right, and select view message source. If you use the Outlook desktop app, the process is a bit clunkier. You open the message in its own window, right-click file, choose properties, and then look for internet headers near the bottom.

    One useful habit: when a message feels suspicious, save the full header before you delete anything. It's much easier to review or share later.

    What you're looking at

    The first time you view headers, it may feel like someone dumped a printer log into your inbox. That's normal. You don't need to understand every field to get value from it.

    Start with three checks:

    1. Visible identity. Does the From address match what you expected?

    2. Delivery path. Do the Received lines look consistent with the claimed sender?

    3. Trust checks. Does Authentication-Results show pass or fail for SPF, DKIM, and DMARC?

    If you only do those three things, you're already reading headers more effectively than most users.

    How to Spot a Spoofed Sender

    A spoofed email is a message that pretends to come from someone trusted. The sender name looks familiar, the branding may look right, and the wording might be close enough to trigger a rushed click. Header analysis helps you look past the costume.

    A common situation goes like this. You receive an invoice from a supplier you recognise. The display name matches the company, and the message asks you to open an attachment before end of day. If you only judge the message by the visible sender line, you might miss the trap.

    An infographic showing five steps to detect a spoofed email sender by examining its email headers.

    Compare what the email says with what the header shows

    Start with From and Return-Path. If the email claims to be from your supplier but the Return-Path points to a different domain or a sending pattern that makes no business sense, that's a strong warning sign.

    Then check the Received chain. You're looking for whether the delivery path fits the story. If the sender claims to be a normal billing address but the route suggests an unexpected origin or a path that doesn't fit prior legitimate messages, don't trust the invoice.

    After that, look at Authentication-Results. A fail doesn't always mean a message is malicious, but it does mean the message failed an important trust check. If it also has a mismatched Return-Path or an odd Received chain, the risk goes up quickly.

    Why this matters now

    This isn't just a niche problem. According to the 2025 Canadian Anti-Fraud Centre report, 57% of verified email fraud cases in Canada involved forged authentication headers, and 31% of victims were small businesses using ad-free email services, as cited in Campaign Monitor's email header explainer.

    That number matters because many tutorials stop at “check the sender address.” That isn't enough anymore. Modern phishing attempts often mimic the visible parts well and hide the inconsistencies in technical fields that most users never open.

    If you want to understand one of the core policies behind those pass or fail results, our article on DMARC and simpler email security is a good follow-up.

    A short walkthrough helps:

    • The display name looks right. You receive “Accounts Payable” from a known company.

    • The urgency feels engineered. The message pushes you to act fast, often before you verify.

    • The header tells a different story. Return-Path doesn't line up, Received looks off, or Authentication-Results fails.

    Here's a practical checklist you can use when you need to detect spoofed email fast:

    Check What to compare Red flag
    From vs Return-Path Visible sender and bounce path Different or unrelated domains
    Received chain Claimed source and actual route Delivery path doesn't fit sender story
    Authentication-Results SPF, DKIM, DMARC One or more failures
    Message-ID Format and consistency Looks generic or unusually odd

    Before you look at the example video below, keep one point in mind. A single strange field doesn't always prove fraud. Several small inconsistencies together usually matter more than one dramatic clue.

    If the email pressures you to act now, header mismatches deserve extra weight. Attackers rely on speed and distraction.

    Tools to Analyse Headers

    Raw headers are useful, but they're not pleasant to read. Long chains of fields, odd spacing, and technical labels can make even a simple message look suspicious. That's why header analysis tools are worth using.

    A good parser takes the raw header text and turns it into something readable. Instead of hunting through a text wall, you get a cleaner view of routing hops, authentication results, and possible issues. That makes it easier to find sender IP clues, spot alignment problems, and understand whether a message was authenticated.

    When a tool helps most

    Manual reading is still valuable when you know exactly which fields to check. A tool helps when you need speed, when you're sharing findings with someone less technical, or when the header is especially messy.

    Popular options include tools from MXToolbox and Google Admin Toolbox Messageheader. We're mentioning them as examples because they make the same basic job easier. Paste in the header, review the parsed output, and then compare the cleaned-up report with what the message claimed on its face.

    Here's the practical benefit:

    • Clearer routing view so the Received chain is easier to follow

    • Pass or fail summaries for authentication checks

    • Faster triage when you need to decide whether to trust a message

    • Better communication when you need to show a colleague why an email looks wrong

    Best use case: use a parser for speed, then sanity-check the raw header if something important looks off.

    Tools don't replace judgement. They make good judgement easier to apply.

    How We Protect Your Privacy in Email Headers

    Headers don't just reveal delivery details. They can also reveal metadata about where a message was processed and which systems handled it. For privacy-conscious users and organizations, that matters because metadata can cross borders even when the message content is encrypted.

    That's one reason data residency comes up in header discussions more often now. Many Canadian organizations remain uncertain about whether email header metadata stored on US servers violates PIPEDA data sovereignty requirements. If you're responsible for business email, that uncertainty isn't abstract. It affects procurement, compliance reviews, and incident response.

    The privacy side of header analysis

    A lot of US-centric guides treat headers only as a deliverability or anti-phishing tool. That misses part of the story. Header paths can expose where processing happened, which may raise legal and operational questions when your organization wants mail and metadata kept under Canadian jurisdiction. That's also why people compare PIPEDA with foreign access regimes such as the US CLOUD Act. The message body gets most of the attention, but metadata matters too. When you review headers, you're not only checking authenticity. You're also seeing where control may leave your preferred jurisdiction.

    Typewire was built around this exact concern. We operate our own infrastructure in Vancouver, Canada, so email and header metadata stay under Canadian jurisdiction rather than moving through third-party cloud platforms. That way, the full audit trail—including routing details, timestamps, and authentication records—remains under Canadian control.

    We also block spy pixels, which helps reduce another common source of quiet metadata leakage. That doesn't make email magically private in every sense, and we won't pretend otherwise. Email always involves trade-offs between openness, compatibility, and control.

    What we can do is keep those trade-offs honest, visible, and aligned with privacy-first email hosting.


    If you want an email service that keeps header metadata and message content in Canada under Canadian privacy law, explore Typewire. We host everything in Canada, focus entirely on email, and give individuals and small businesses a simpler way to send and receive mail without data mining or ecosystem bloat.

  • Why Choose a Canadian Email Provider? Privacy, Data & Compliance

    Why Choose a Canadian Email Provider? Privacy, Data & Compliance

    Choosing a provider based in Canada keeps your email under PIPEDA, the federal privacy law enacted in 2000, instead of exposing it to foreign laws like the U.S. CLOUD Act. That matters because 78% of Canadian organisations in a 2024 Digital Privacy Survey said they prioritise data residency in Canada, and 63% said they avoided U.S.-hosted cloud services over concerns about government access, as noted by ServerMania's summary of Canadian hosting and privacy law.

    If you're reading this, tdhere's a good chance you're uneasy about how much your inbox reveals about your life or your business. Email holds contracts, receipts, passwords, client conversations, support threads, and private notes. For many people, the question isn't just which inbox feels nicer to use. It's who can legally access the data inside it.

    That point gets missed in a lot of articles about private email. People hear terms like data residency, encryption, or cloud hosting, but they don't always get the practical difference between where email sits and who controls it under the law. That's the fundamental reason why choose a Canadian email provider is the right question to ask.

    Last updated: 2026-07-02

    Why Your Email's Country Matters

    Many small business owners struggle with the same problem. They start with Gmail or Outlook because it's easy, then they realise their email account has become the control centre for the whole business. It handles invoices, customer messages, purchase orders, and account resets for every other tool they use.

    At that point, email stops being a convenience and becomes sensitive infrastructure.

    Data jurisdiction in plain language

    A simple way to think about data jurisdiction is this. Your email follows the rules of the country that governs the provider and its systems, much like a physical office follows the laws of the place where it operates. If your provider is tied to another country's legal system, your inbox may be affected by that country's access rules, even if you live and work here.

    That's why the country behind your email service matters as much as the app on your phone.

    Practical rule: If your email contains business records, health details, legal documents, or family information, treat jurisdiction as a core feature, not a footnote.

    People often assume storage location tells the whole story. It doesn't. A provider can say data is “in Canada,” but if the company is governed elsewhere or relies on foreign-controlled infrastructure, your legal protection may not be as straightforward as the marketing suggests.

    If you want a deeper primer on that distinction, our guide to data sovereignty and data control breaks it down in more detail.

    Why this matters in daily life

    Think about three common situations:

    • A clinic administrator needs patient intake emails handled carefully.

    • A lawyer or consultant sends confidential attachments every day.

    • A parent wants an inbox that isn't part of a data-hungry ad machine.

    In each case, the issue isn't only spam filtering or storage space. It's whether the provider can limit disclosure, explain how data is used, and keep control inside the legal framework you expect.

    The choice is practical, not ideological. You aren't picking a flag. You're picking the rules that apply when something goes wrong, when a third party asks for data, or when a provider changes how it handles your information.

    A good provider should tell you, in clear language, where your email is hosted, which laws apply, and who controls the infrastructure. If that answer is fuzzy, that's useful information on its own.

    Privacy and PIPEDA Data Stored in Canada

    When people hear PIPEDA, they often assume it's just legal jargon. In practice, it sets basic ground rules for how private-sector organisations handle personal information in commercial activity across Canada, except where a province has substantially similar legislation such as British Columbia, Alberta, and Quebec, according to the Office of the Privacy Commissioner's PIPEDA overview.

    That matters for email because your inbox contains personal information almost by default.

    A flowchart explaining the hierarchy of privacy laws in Canada, moving from general privacy to PIPEDA.

    What informed consent means for email

    One of the clearest parts of the law is consent. Under Canada's PIPEDA, private-sector organisations must identify why they're collecting personal information at or before collection and obtain “informed consent” before using or disclosing that data, meaning people must understand what they're agreeing to and who the data will be shared with, as explained in this Defence Counsel Journal article on Canadian privacy and anti-spam laws.

    In plain language, that means an email provider shouldn't repurpose your information in ways you didn't clearly agree to.

    If a service builds its business around advertising, profiling, or broad internal data use, you should read the privacy terms carefully. The legal question isn't just “did you click accept?” It's whether the provider clearly identified the purpose and whether your consent was meaningful.

    Good privacy policy language is specific. If a provider uses broad wording that leaves room for sharing, analysis, or behavioural profiling, assume you'll need to dig deeper.

    Breach reporting and accountability

    PIPEDA also matters when things go wrong. The Digital Privacy Act amended PIPEDA to require organisations to report certain breaches to the Privacy Commissioner and notify affected individuals when there is a real risk of significant harm, as summarised by Linklaters on Canada's breach notification rules.

    That creates accountability. A provider can't decide a serious incident is too inconvenient to mention.

    For businesses, that matters because email often contains employee details, customer records, and contract discussions. For individuals, it matters because your inbox can expose far more than a social profile ever could.

    A provider that is serious about this should also explain its safeguards in practical terms. That can include encryption at rest, encryption in transit over IMAP and SMTP, strong authentication, and clear admin controls. If you're comparing services and want a business-focused view, our article on PIPEDA compliance for Canadian businesses covers the operational side.

    Avoiding US Data Exposure

    A lot of privacy advice stops at “pick a provider with servers in Canada.” That sounds sensible, but it leaves out the part that matters most. Storage location and legal control are not the same thing.

    An infographic comparing data privacy and government access laws between Canadian and US email service providers.

    Data residency and data sovereignty are different

    Data residency means where the data sits. Data sovereignty means which legal system controls the data, the encryption keys, the admin access, and the provider itself.

    That distinction matters because, as Server Cloud Canada explains in its discussion of sovereign hosting, data sovereignty under Canadian jurisdiction ensures email data is governed by PIPEDA and is not subject to compulsion by foreign agencies under the U.S. CLOUD Act. The same source notes that residency alone only maps location. It doesn't create legal immunity.

    That's the key nuance most buyers miss.

    Here's a simple analogy. Data residency is where your filing cabinet sits. Data sovereignty is who has the legal right to demand the key. If the cabinet is in one country but the company controlling it answers to another legal system, the label on the building doesn't settle the issue.

    Why foreign law can still matter

    U.S. laws such as FISA and the CLOUD Act come into play. If a provider is governed by U.S. law, or relies in ways that create foreign legal exposure, government access questions don't stop at the border.

    The practical issue for you is consent and visibility. Your expectation may be that your inbox follows Canadian privacy rules. The legal reality can be more complicated if the provider's structure points elsewhere.

    A 2025 article on Canadian email deliverability framed this gap sharply: 93% of Canadian inbox traffic is handled by Gmail, Microsoft, and iCloud, and 7/10 Canadian businesses fear foreign surveillance more than technical breaches, according to Braze's article discussing PIPEDA, sovereignty, and surveillance concerns. The point isn't to panic. It's to realise that jurisdiction is itself a security layer.

    Here's a short explainer if you want the legal context in video form.

    If you're comparing email services, don't stop at “hosted locally.” Ask who owns the infrastructure, who controls the encryption keys, and which courts can compel disclosure.

    What to Look for in a Canadian Provider

    Choosing a Canadian email provider gets easier once you separate two questions that often get blurred together. Where does the data live, and who has legal control over it? A server in Canada answers the first question. The company's jurisdiction answers the second.

    That distinction matters when you compare providers. “Canadian-hosted” can mean the mailbox sits in a Canadian data centre while the parent company, cloud platform, or legal entity still answers elsewhere. If you want the privacy promise to match the legal reality, check both residency and sovereignty.

    A checklist infographic titled Choosing Your Canadian Email Provider listing six key features to evaluate when selecting services.

    A practical checklist

    • Canadian jurisdiction: Start with the legal home of the provider. Ask where the company is incorporated, which country governs customer contracts, and which courts can compel disclosure. This is the clearest way to test sovereignty.

    • Infrastructure ownership and hosting model: Ask whether the provider runs its own systems or rents from a third-party cloud. In its review of email hosting services in Canada, EasyHosting notes that some providers, including Typewire, operate infrastructure in Vancouver instead of relying on large public cloud platforms. That setup can give the provider more direct control over security, retention, and performance inside Canada.

    • Business model: Check how the service makes money. A paid subscription is usually easier to evaluate than a model tied to advertising, tracking, or broad secondary use of data.

    • Security basics: Look for encryption in transit over SMTP and IMAP, two-factor authentication, and clear explanations of how mail is stored and protected. If you need message-level encryption, ask whether PGP or another end-to-end option is supported.

    • Admin and migration tools: Businesses should look for aliases, custom domains, user management, mailbox migration, and responsive support. Those features save time and reduce mistakes during a switch. If you want a practical setup walkthrough, this guide to Canadian business email options and setup steps is a useful next read.

    Signs a provider is thinking clearly

    Good providers explain their service in plain operational terms. They tell you where mail is stored, who can administer the systems, how backups work, and what happens when an account is closed.

    Vague wording is a warning sign.

    If a provider leans on phrases like “global infrastructure” or “enterprise-grade security” but avoids the ownership and jurisdiction questions, you still do not know who controls the mailbox in legal terms. A clear answer should connect the physical location of the data with the legal authority over it. That is the difference between residency and sovereignty in practice.

    What to verify first: company jurisdiction, server location, infrastructure ownership, revenue model, encryption approach, and whether support can answer direct questions without vague marketing language.

    Canadian Provider Options

    A useful way to compare email providers is to sort them by legal control, not just by features.

    That sounds abstract at first, so here is the practical version. Data residency is where your mailbox is stored. Data sovereignty is which country's laws can reach that mailbox. A provider can keep data on Canadian servers and still be controlled by a company in another country. In that case, the server is in Canada, but the legal authority may not be.

    A comparison chart showing differences between Big US, Niche Canadian, and other international email service providers.

    A simple comparison

    Provider type Main strength Main trade-off Best fit
    Big U.S. providers Familiar tools and broad integrations U.S. legal exposure and more moving parts People who want the largest app ecosystem
    Privacy-focused international providers Strong privacy focus and specialised features Non-Canadian jurisdiction and a less familiar workflow for some users People comfortable with a different setup style
    Canadian-hosted providers under Canadian control Canadian jurisdiction and clearer alignment between where data sits and who controls it Smaller ecosystems and fewer bundled extras Individuals and businesses that want clearer legal control

    That last category is the one many articles blur. "Hosted in Canada" is not the same as "controlled under Canadian law." If your goal is to reduce exposure to foreign legal access, both pieces matter together.

    Big U.S. services

    Gmail and Outlook are capable products. They fit naturally into calendars, documents, and a long list of business tools.

    For some buyers, that convenience outweighs everything else. For others, it creates a legal trade-off they do not want. If the provider is under U.S. jurisdiction, the question is no longer only where the server sits. The question is which government can compel access to the provider.

    There are also practical limits that matter for some small teams, such as sending restrictions, account rules, and a heavier reliance on a broader software ecosystem than they need.

    Privacy providers outside Canada

    Privacy-focused providers outside Canada often improve on the ad-funded model and offer stronger privacy defaults. That is a real benefit.

    But they still place you in another country's legal framework. If you are specifically trying to keep both residency and sovereignty in Canada, an overseas privacy provider solves a different problem. Some organisations are happy with that trade. Others want a service that matches Canadian privacy expectations more closely and is easier to explain to staff, clients, or compliance reviewers.

    A local option, with disclosure

    We should be clear about our role. We're Typewire, and we are one of the providers in the Canadian-controlled category.

    Our approach is simple. We run our own email infrastructure in Canada, keep the service focused on email, support custom domains on paid plans, and avoid forcing customers into a larger software bundle. For businesses comparing practical setups, this guide to Canadian business email options and setup steps can help.

    No single provider type fits everyone.

    If you want the biggest ecosystem, a large U.S. platform may still be the right choice. If you want a specialised privacy model in another jurisdiction, an international provider may suit you better. If your priority is an inbox that is both stored in Canada and controlled under Canadian jurisdiction, a Canadian provider is the option that matches that goal most closely.

    Your Next Steps for a Private Inbox

    You are comparing two email providers. Both say your data is stored in Canada. Only one is controlled by a company under Canadian jurisdiction. That is the kind of detail that changes the answer.

    A practical decision comes down to five checks. Where is the email hosted. Who controls the infrastructure. Which laws apply to the provider. How the provider makes money. What happens if there is a breach.

    The breach question is especially important. PIPEDA requires organisations to report certain breaches to the Privacy Commissioner and notify affected individuals, which creates a clear accountability process, as explained in Kiteworks' summary of PIPEDA obligations.

    If you are planning a switch, keep the process simple:

    • List your needs first: decide whether you need custom domains, aliases, mobile apps, IMAP access, or admin controls for a team.

    • Ask direct jurisdiction questions: do not stop at “hosted locally.” Ask who owns and operates the service, where the data sits, and which country's laws can compel access. Data residency is about location. Data sovereignty is about legal control. You want clear answers on both.

    • Test migration before committing: move a secondary address or one shared mailbox first, then migrate the rest once the workflow feels familiar.

    For many Canadians, the short answer is not just privacy. It is legal clarity. A Canadian provider can align where your email is stored with who answers to Canadian law, which is the difference between a mailbox that sits in Canada and a mailbox that is governed here.

    If you want an email service built around privacy, clear jurisdiction, and straightforward setup, take a look at Typewire. We offer a 7-day free trial, custom domain support on paid plans, and an email-focused service that keeps your data under Canadian control without turning your inbox into part of a larger ad ecosystem.