if ($file && file_exists($file)) {
if ($part['Content-Transfer-Encoding']) {
Had to change them to:
if (isset($file) and $file && file_exists($file)) {
if (isset($part['Content-Transfer-Encoding']) and $part['Content-Transfer-Encoding']) {

CommentFileSizeAuthor
#1 mimemail.513138_01.patch835 bytessgabe

Comments

sgabe’s picture

Version: 6.x-1.x-dev » 6.x-1.0-alpha1
Category: feature » bug
Status: Active » Needs review
StatusFileSize
new835 bytes

Attaching patch and changing settings.

sgabe’s picture

Version: 6.x-1.0-alpha1 » 7.x-1.x-dev
Status: Needs review » Fixed

Committed to HEAD.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.