[Solved] How to customize the email sent for forgotten passwords?

I am using the useraccounts package for authentication, which itself uses the standard Accounts package.

Now I would like to customize the email that is sent out by this package, if the user forgot his/her password.

I would at least like to set the reply address, but - if possible - also the content of this mail. Is it possible to hook into that process somehow?

Thanks.

EDIT: Found this docs now: http://docs.meteor.com/#/full/accounts_emailtemplates

http://docs.meteor.com/#/full/accounts_emailtemplates

resetPassword is the template you’re probably looking for.

Ah, I just found the same one just in this moment. But thanks anyway for answering!

1 Like