Skip to content

Commit

Permalink
Add AVIF file extension to mime list (PHPMailer#2130)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayesh authored Sep 3, 2020
1 parent 13e9224 commit 4091add
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 @@ -4221,6 +4221,7 @@ public static function _mime_types($ext = '')
'tiff' => 'image/tiff',
'tif' => 'image/tiff',
'webp' => 'image/webp',
'avif' => 'image/avif',
'heif' => 'image/heif',
'heifs' => 'image/heif-sequence',
'heic' => 'image/heic',
Expand Down

0 comments on commit 4091add

Please sign in to comment.