Neustrukturierung Customer / Lead / Booking Phase 2
This commit is contained in:
parent
313f0dbf4e
commit
6df9c401af
69 changed files with 3809 additions and 374 deletions
|
|
@ -51,10 +51,12 @@ class MailSendFeWoInfo extends Mailable
|
|||
'greetings' => __('Best regards'),
|
||||
'model' => $this->travel_user_booking_fewo,
|
||||
]);
|
||||
$message->attach($file1['path'], [
|
||||
'as' => $file1['name'],
|
||||
'mime' => $file1['mine'],
|
||||
]);
|
||||
if ($file1['path'] && is_file($file1['path'])) {
|
||||
$message->attach($file1['path'], [
|
||||
'as' => $file1['name'],
|
||||
'mime' => $file1['mine'],
|
||||
]);
|
||||
}
|
||||
|
||||
foreach ($this->files as $file) {
|
||||
$message->attach($file->getPath(),[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue