By default, Mimemail is adding Content-Disposition: Inline to all parts where a Content-Disposition is not explicitly declared. However, this can cause problems with certain mailers when it is used on parts where Content-Disposition does not apply (for example, Amazon SES)
The following patch to 6.x-1.x-dev fixes this issue and does not apply an inline disposition where content is listed as multipart/alternative
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | mimemail_1270686_02.patch | 499 bytes | sgabe |
| mimemail.inc_.headers_content_disposition.patch | 856 bytes | gmania |
Comments
Comment #1
sgabe commentedCommitted, thanks!