I isolated the problem to the mail_send function.

The existing code does not work:

$email->Attachment($file->filepath, $file->filename)

This works:

$email->Attachment($file['filepath'], $file['filename'],false,"attachment", $file['filemime']);

Comments

zerolab’s picture

Issue summary: View changes
Status: Active » Closed (outdated)