eduardokum / laravel-mail-auto-embed

MIT License
166 stars 36 forks source link

Use provided `$name` for embed in symfonyMessage #47

Closed sdapkus closed 2 years ago

sdapkus commented 2 years ago

$name parameter is mandatory, so I do not understand we need to generate random name here.

eduardokum commented 2 years ago

The method is a unique signature for the 2 types of sending and in swift it is necessary to pass it, in symfony to not need to do any type of validation it is easier to create a new string.