Hi all. I'm struggling a bit with the customization of email content. In this case specifically the verification email a used gets to verify his email address.
I tried creating a custom email verification class that overrides the VerifyEmail() class. I tried adding stuff to the AppServiceProvider in the boot(). But none of them see to get used by my code.
Maybe some of you already did this before. What would be the best way to get this to work?
For now I want to adjust the content in the email (subject, greeting, salutation etc.), but later I want to add the logo instead of the name of the app in the header for example.
Thanks!