Spl4x
Results
1
issues of
Spl4x
Friends Is there any function or method to detect if a message is HTML or TEXT? For example: ``` if(condition){ $body = $message->getBodyHtml(); } else { $body = $message->getBodyText(); }...
feature request