snowfire / Beautymail

Send beautiful HTML emails with Laravel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to attach file(s) ?

sergeynilov opened this issue · comments

Hello, I missed if there is a way to attach file(s) sending email this this plugin ?

just do the following;
->to('email@example.com', 'example')->attach(asset($path_to_the_file))