Hey, <@498057949541826571> just wanna clarify some...
# support-questions-legacy
e
Hey, @rp_st just wanna clarify some information, I'm implementing thirdpartyemailpassword, and have already overwritten api callbacks, now need to override email for verification and password reset, should I place this implementation along with my api callbacks override, or elsewhere? And to send some specific content, I should not use originalImplementation.getContent, but instead add my own info and pass it back, am I right?
r
hey @error404404404
you mean you want to override the contents of the emails?
e
Yep
r
cause that can be done by providing your own implementation to getContent (as you figured)
and not call the original implementation in that function
e
Okay, about where to place this code, I've understood it correctly?
r
see the email delivery section in our docs for your recipe
e
Got it, thank you