eduardokum / laravel-mail-auto-embed

MIT License
166 stars 36 forks source link

Prevent empty HTML email when sending raw message with Symfony Mail #55

Closed shaffe-fr closed 6 months ago

shaffe-fr commented 6 months ago

Hi, When sending a raw mail (Mail::raw), the null HTML body is replaced by the HTML body doctype (<!DOCTYPE html>\r\n). As a result, mail clients ignores the raw mail content and only show an empty HTML mail. Thanks

eduardokum commented 6 months ago

Thanks