Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow Customization of Verify Email Template #938

Open
erikwestlund opened this issue Nov 1, 2019 · 0 comments
Open

Allow Customization of Verify Email Template #938

erikwestlund opened this issue Nov 1, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@erikwestlund
Copy link

Is your feature request related to a problem? Please describe.
Problem.
What do we currently have to do now?
The email verification template currently hardcodes "Masonite" into it. You can change the view template and hardcore different values. If you want to send anything dynamic (like the App Name) to the render function for the email, then you also then must pull out a custom MustVerifyMail class to include those variables.

Describe the solution you'd like
As a default, I wouldn't put "Masonite" but the app name in the email template.

I'd think of a way to make it easier to customize the email template, like at least sending a view values from the app config to the email render function in the MustVerifyMail class to allow for some easy wins in customizing that template.

@erikwestlund erikwestlund added the enhancement New feature or request label Nov 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant