Mail update
This commit is contained in:
@@ -33,7 +33,7 @@ class Mail extends Mailhandling {
|
||||
$attachments = $this->mail->getAttachments();
|
||||
$contentArray = [];
|
||||
foreach ($attachments as $attachment) {
|
||||
$contentArray[] = $attachment['name'];
|
||||
$contentArray[] = $attachment->name;
|
||||
}
|
||||
$this->content['attachments'] = implode('<br>', $contentArray);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user