# How to Add an Image to Email Signature

When you add an image to your email signature, it can sometimes appear as an attachment to recipients. To prevent this, use an HTML signature with a hosted image URL instead of embedding the image directly.

[Missive](https://missiveapp.com) supports HTML signatures that let you include images properly. When you host your image on the web and reference it with an `<img>` tag, the image displays inline without being attached to each email.

## Why images appear as attachments

When you paste or drag an image directly into a signature, it gets embedded in the email. Some email clients display embedded images as attachments, which:

* Looks unprofessional
* Can trigger spam filters
* Increases email size

## The solution: Use a hosted image

1. **Upload your image** to a web hosting service, your company website, or an image host like Imgur or Cloudinary
2. **Copy the image URL** (it should end in .png, .jpg, or similar)
3. **Create an HTML signature** in Missive with an `<img>` tag:

```html
<img src="https://yoursite.com/signature-logo.png" alt="Company Logo" width="200">
```

## Set up an HTML signature in Missive

1. Go to **Settings** > **Aliases & signatures**
2. Select your alias or create a new signature
3. Click **HTML** to switch to HTML mode
4. Add your `<img>` tag with the hosted image URL
5. Save your signature

The image will now display properly in your emails without appearing as an attachment.

***

**Related:** [Setting up email signatures](https://missiveapp.com/docs/core-features/aliases-and-signatures/setting-up-email-signatures) | [Aliases & signatures FAQ](https://missiveapp.com/docs/core-features/aliases-and-signatures/faq)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://missiveapp.com/docs/support/image-email-signature.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
