visualbuilder / email-templates

Email Template Editor for Filament
GNU General Public License v3.0
72 stars 19 forks source link

Setting all options to false #21

Open HeartlandTechie opened 1 month ago

HeartlandTechie commented 1 month ago

if you set all the config options off (because you are using LDAP) then you get this error:

Attempt to read property "view" on null {"userId":1,"exception":"[object] (ErrorException(code: 0): Attempt to read property \"view\" on null at /var/www/wbl_v3/vendor/laravel/framework/src/Illuminate/Notifications/Channels/MailChannel.php:96)

//Most built-in emails can be automatically sent with minimal setup, //except "request password reset" requires a function in the User's model. See readme.md for details 'send_emails' => [ 'new_user_registered' => true, 'verification' => true, 'user_verified' => true, 'login' => true, 'password_reset_success' => true, ],

cannycookie commented 1 week ago

Is this error triggered when you login?