# How to Create a Link in an Email (Any Platform, Any Skill Level) Adding a clickable hyperlink to an email sounds simple — and it usually is — but the exact method depends on which email client you're using, whether you're composing in rich text or plain text, and what kind of link you're trying to insert. Here's a clear breakdown of how it works. ## What "Creating a Link" Actually Means in Email When you create a link in an email, you're embedding a **hyperlink** — a piece of clickable text (or image) that navigates the reader to a URL when clicked. Behind the scenes, this is standard HTML: an anchor tag (` Link Text`). Most email clients handle this invisibly so you never have to write HTML manually. There are two main forms a link takes in email: - **Inline URL** — the raw web address typed or pasted directly (e.g., `https://example.com`) - **Hyperlinked text** — custom display text that hides the URL (e.g., "Click here to learn more") Most modern email clients support both, but how you create them differs. ## How to Insert a Hyperlink in the Most Common Email Clients ### Gmail (Web Browser) 1. Type the text you want to turn into a link. 2. **Select that text** by clicking and dragging over it. 3. Click the **link icon** in the formatting toolbar at the bottom of the compose window — it looks like a chain link 🔗. 4. A small dialog box appears. Paste or type your URL into the field. 5. Press **Enter** or click **OK**. **Keyboard shortcut:** With text selected, press `Ctrl+K` (Windows/Linux) or `Cmd+K` (Mac) to open the link dialog instantly. ### Outlook (Desktop App and Web) **Outlook Desktop:** 1. Highlight the text you want to link. 2. Go to **Insert → Link** (or press `Ctrl+K`). 3. In the dialog, enter the URL in the "Address" field. 4. Click **OK**. **Outlook Web (OWA):** 1. Select your text. 2. Click the **Insert link** icon in the formatting bar (chain link icon). 3. Enter the URL and confirm. ### Apple Mail (macOS) 1. Select the text you want to hyperlink. 2. Right-click (or Control-click) and choose **Add Link**, or go to **Edit → Add Link**. 3. Type or paste the URL into the field that appears. 4. Press **Enter**. ### Mobile Email Apps (iOS and Android) Mobile support varies more noticeably here: - **Gmail app (iOS/Android):** Long-press selected text → tap the link icon if it appears in the text toolbar. Not all versions surface this easily; some users find it easier to compose on desktop. - **Apple Mail (iOS):** Select text → tap the arrow in the context menu → **Link** (available in iOS 16 and later). - **Outlook Mobile:** As of recent versions, inserting hyperlinked text from the mobile app is limited — raw URLs paste fine, but custom link text may require switching to desktop. 📱 If you regularly send formatted emails with links, composing on desktop gives you the most control. ## Plain Text vs. Rich Text: Why It Matters This is one of the most important variables affecting how links behave in email. | Mode | What Happens to Links | Reader Experience | |---|---|---| | **Rich Text / HTML** | Full hyperlinks with custom text supported | Clickable, styled text | | **Plain Text** | Only raw URLs work | URL displayed as-is, may auto-link | Most consumer email clients default to **rich text (HTML)** mode, which supports formatted hyperlinks. If you or your recipient has plain text mode enabled — sometimes done for privacy or accessibility — only raw URLs will appear, and custom display text won't work. To check which mode you're in: - **Gmail:** Look for the formatting toolbar at the bottom of Compose. If it's visible, you're in rich text mode. - **Outlook:** Check **Format Text → HTML** or **Plain Text** in the ribbon. ## Linking to Different Types of Destinations Not all links point to web pages. Here are common link types you might use: - **Website URL** — standard `https://` address - **Email address (mailto link)** — opens a new email compose window when clicked. Format: `mailto:[email protected]` - **Phone number (tel link)** — dials a number on mobile. Format: `tel:+15551234567` - **File or document** — links to a file hosted online (Google Drive, Dropbox, etc.) In Gmail and Outlook, the link dialog accepts all of these formats. Just paste the full string (including `mailto:` or `tel:`) into the URL field. ## What Affects Whether Links Work for Recipients Even a perfectly created link can behave differently on the receiving end. Several factors shape that experience: - **Email client used by the recipient** — some clients strip or flag links from unknown senders - **Security/spam filters** — corporate email servers sometimes rewrite or sandbox URLs - **Link length and structure** — very long URLs may wrap or break in plain text environments - **URL shorteners** — services like Bit.ly can trigger spam filters in certain environments - **Dark mode rendering** — link color may become unreadable in some clients if you've set custom text colors ## The Variables That Change Your Best Approach How you create and format a link depends heavily on: - **Your email client** and whether it's web, desktop, or mobile - **Your recipient's email client** and their settings - **Whether you're sending personal email or something more formatted** (newsletters vs. one-to-one messages) - **Your technical comfort** — advanced users can write or edit HTML directly in clients that allow it - **Your recipient's accessibility needs** — screen readers handle hyperlinked text differently than raw URLs A casual one-to-one email has very different link requirements than a formatted business communication or a transactional message. The method that works cleanly in one context may create friction in another — and which approach fits best comes down to knowing your own setup and who's on the other end.