nette / mail

A handy library for creating and sending emails in PHP
https://doc.nette.org/mailing
Other
463 stars 70 forks source link

Embedding SVG Images in Apple Mail #53

Closed urshofer closed 6 years ago

urshofer commented 6 years ago

Apple Mail for example has a problem displaying svg images with the content-type image/svg. It musst be called image/svg+xml. Correcting this here. Should not be a problem for other mailers.

dg commented 6 years ago

Thanks