program/steps/mail/sendmail.inc | ●●●●● patch | view | raw | blame | history |
program/steps/mail/sendmail.inc
@@ -266,7 +266,11 @@ } else { $MAIL_MIME->addAttachment($attachment['path'], $attachment['mimetype'], $attachment['name'], true, 'base64', 'attachment', $message_charset); /* We need to replace mime_content_type in a later release because the function is deprecated in favour of File_Info */ $MAIL_MIME->addAttachment($attachment['path'], mime_content_type($attachment['path']), $attachment['name'], true, 'base64', 'attachment', $message_charset); } }