We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4760dbd commit 86156f1Copy full SHA for 86156f1
src/Message.php
@@ -416,11 +416,6 @@ protected function renderAttachments() : string
416
return $part;
417
}
418
419
- protected function getContentType(string $filename) : string
420
- {
421
- return \mime_content_type($filename) ?: 'application/octet-stream';
422
- }
423
-
424
protected function renderInlineAttachments() : string
425
{
426
$part = '';
0 commit comments