If I want to customize the email, should I implement sendVerificationEmail(), which returns my customized email content, to the adapter (i.e., SimpleMailgunAdapter)?
I searched Issues and didn't find any mention on how to customize the email content for verify email and password reset.
Looking into the code, I found that either the default is used or sendVerificationEmail() is called.