Attachments not being sent
JDSaward - April 16, 2007 - 14:52
| Project: | |
| Version: | 4.7.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Description
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']);
