You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 8, 2020. It is now read-only.
Microsoft Excel files can have a Content Type of application/vnd.ms-excel which causes an exception to be raised in the Zend\Mail\Header\ContentType file [line 105];
Zend\Mail\Header\ContentType::setType expects a value in the format "type/subtype"; received "application/vnd.ms-excel"
if (!preg_match('/^[a-z_-]+\/[a-z_-]+$/i', $type)) {
Microsoft Excel files can have a Content Type of
application/vnd.ms-excelwhich causes an exception to be raised in theZend\Mail\Header\ContentTypefile [line 105];