You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
5amfung
changed the title
How to customer the email for verify email, and password reset?
How to customize the email for verify email, and password reset?
Apr 1, 2016
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.The text was updated successfully, but these errors were encountered: