# The iOS Mail app does not show attachments

This problem has been solved in Version 8.0.3.&#x20;

In order to send emails with correct structure and fixing this problem, you need to use SMTP Connections configured in the app.

#### The original issue:

By default, JETI sends html email with mime type *multipart/related*. This is interpreted and handled correctly by the vast majority of email clients including Outlook, Thunderbird, Gmail, Yahoo, and a lot others but Mail app on iOS.

Mail app on iOS devices does not show attachments from emails with mime type multipart/related. The solution is to configure JETI to change the mime type of the emails to *multipart/mixed*.

In order to enable multipart/mixed, open the Configuration tab of the JETI admin screen and enable the option as shown below.

![](/files/5D6PkgjA1KNcCjYgMWIo)

{% hint style="info" %}
**Note**: One problem we have found was that multipart/mixed emails cause problems in Mozilla Thunderbird. So be careful with enabling this option in JETI.&#x20;
{% endhint %}

<br>


---

# 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://docs.meta-inf.hu/email-this-issue/email-this-issue-for-jira-server-data-center/faq/faq/the-ios-mail-app-does-not-show-attachments.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.
