0
0
mirror of https://github.com/PHPMailer/PHPMailer.git synced 2024-09-20 10:02:14 +02:00

Add ics MIME type mapping, see #175

This commit is contained in:
Marcus Bointon 2017-02-21 14:54:19 +01:00
parent bb5ca4329b
commit 24b4351a7b
No known key found for this signature in database
GPG Key ID: DE31CD6EB646AA24

View File

@ -3640,6 +3640,7 @@ class PHPMailer
'rtf' => 'text/rtf',
'vcf' => 'text/vcard',
'vcard' => 'text/vcard',
'ics' => 'text/calendar',
'xml' => 'text/xml',
'xsl' => 'text/xml',
'mpeg' => 'video/mpeg',