Remove branding in notifications emails - NEW (#25)
* Remove branding in notifications emails * Inlcude files vendor email * noBranding on email notify Co-authored-by: Julien Nahum <jhumanj@MacBook-Pro-de-Julien.local>
This commit is contained in:
@@ -42,6 +42,7 @@ class SubmissionConfirmationMail extends OpenFormMail implements ShouldQueue
|
||||
->markdown('mail.form.confirmation-submission-notification',[
|
||||
'fields' => $formatter->getFieldsWithValue(),
|
||||
'form' => $form,
|
||||
'noBranding' => $form->no_branding
|
||||
]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user