daniel-zahariev / php-aws-ses

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

Non-inline attachments with filename breaking inline detection #61

Open xploSEoF opened 5 years ago

xploSEoF commented 5 years ago

If an attachment isn't inline, it's still considered good practice to give it a filename in the same header line. However, this breaks the detection. I recommend setting a boolean for each attachment indicating whether it is inline or not. (PR incomming)