Closed matrad closed 4 years ago
When the content-type is multipart/alternative then the Mail-Content has mixed content (for example text/html´ andtext/plain`. So we need to retrieve the contentType of the body.
multipart/alternative
text/html´ and
The content-type multipart/alternative is used by default on Laravel-Notifications
When the content-type is
multipart/alternative
then the Mail-Content has mixed content (for exampletext/html´ and
text/plain`. So we need to retrieve the contentType of the body.The content-type
multipart/alternative
is used by default on Laravel-Notifications