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
Document overriding mailer templates #10574
Document overriding mailer templates #10574
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Welcome to the project @boardfish! Thanks for making a PR. I think this looks good to merge!
I'm not certain this closes Lee's request in #9849 because this isn't an ideal solution for the Forem product. I'll mention my thoughts in the issue.
I think ideally we'd find a way to modify mailer templates in the UI.
However, this is a good thing to have documented 👍
|
Okay, I've modified the description so this won't close the PR. Good for this to be merged. Thanks for the warm welcome! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @boardfish, one small detail, the new page should be listed in https://github.com/forem/forem/blob/master/docs/backend/readme.md (which now points to the old template) so it can be listed in https://docs.dev.to/backend/
08d51d0
to
8931be0
Compare
|
Apologies for the delay, I've had a lot going on. Looking to make some progress on all my assigned issues this weekend. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
NICE!!! Nothing beats good clear docs 🚀
What type of PR is this? (check all applicable)
Description
Updates documentation relating to emails. In particular, documents how the mailer views can be overridden, especially for
devise_invitable.While working on this, I identified that there aren't mailer previews for
devise_invitable(#10575).Related Tickets & Documents
#9849
QA Instructions, Screenshots, Recordings
Edit the contents of a mailer view under the given directories, and check the mailer previews to make sure they make sense.
Added tests?
Added to documentation?