Skip to content

Commit

Permalink
Add MIME types for vCard attachments.
Browse files Browse the repository at this point in the history
  • Loading branch information
cbojar committed Apr 3, 2014
1 parent c8d663a commit a5e4e07
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions class.phpmailer.php
Expand Up @@ -2997,6 +2997,8 @@ public static function _mime_types($ext = '')
'txt' => 'text/plain',
'rtx' => 'text/richtext',
'rtf' => 'text/rtf',
'vcf' => 'text/vcard',
'vcard' => 'text/vcard',
'xml' => 'text/xml',
'xsl' => 'text/xml',
'mpeg' => 'video/mpeg',
Expand Down

0 comments on commit a5e4e07

Please sign in to comment.