You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[9.x] Ability to attach an array of files in MailMessage (#43080)
* Ability to attach an array of files in MailMessage
Passing a filepath or an array of filepaths will now attach one or multiple files in mail.
* Update Mailable.php
* created attachMany method instead of using attach
The method will take filename, array of filenames or attachable object as input and modify it to pass through current attach method.
* fixed typo
* formatting
* add tests
* formatting
* formatting
Co-authored-by: Tim MacDonald <[email protected]>
0 commit comments