daniel-zahariev / php-aws-ses

PHP classes that interfaces Amazon Simple Email Service
307 stars 100 forks source link

Cannot have both inline and non-inline attachments #62

Open xploSEoF opened 5 years ago

xploSEoF commented 5 years ago

In some cases, for example, when attaching videos to a well mocked email with images, we need to attach both types of attachments.

Whilst videos seem to work as an inline attachment, they don't when using the default iOS mail client.

Google add all three "content-types", and simply put the right bit in the right place. PR incoming.