Skip to content

Commit

Permalink
Add ics MIME type mapping, see #175
Browse files Browse the repository at this point in the history
  • Loading branch information
Synchro committed Feb 21, 2017
1 parent bb5ca43 commit 24b4351
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/PHPMailer.php
Original file line number Diff line number Diff line change
Expand Up @@ -3640,6 +3640,7 @@ public static function _mime_types($ext = '')
'rtf' => 'text/rtf',
'vcf' => 'text/vcard',
'vcard' => 'text/vcard',
'ics' => 'text/calendar',
'xml' => 'text/xml',
'xsl' => 'text/xml',
'mpeg' => 'video/mpeg',
Expand Down

0 comments on commit 24b4351

Please sign in to comment.