Comments for hosted version
This commit is contained in:
parent
6b5da010a9
commit
c317e93af3
1 changed files with 1 additions and 0 deletions
|
|
@ -85,6 +85,7 @@ class TemplateEmail extends Mailable
|
|||
//conditionally attach files
|
||||
if ($settings->pdf_email_attachment !== false && ! empty($this->build_email->getAttachments())) {
|
||||
|
||||
//hosted | plan check here
|
||||
foreach ($this->build_email->getAttachments() as $file) {
|
||||
|
||||
if(is_string($file))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue