Customise welcome email content

Search for ways to change the content of the welcome email.

Need help
thanks in advance

Hi @blazetango
It’s currently not possible to customize the emails within the Metabase settings, but you can change the templates and build your own version.
Another way would be to intercept the email on the SMTP server and modify it as you want.

1 Like

I change the template, i have the metabase deployed on heroku, I push the email changes of (https://github.com/metabase/metabase/tree/master/src/metabase/email)/ new_user_invite.mustache
but in testing the change didnt reflected

@blazetango I don’t know a lot about Heroku, so I’m not sure how it compiles. I think it’s done during the uberjar process of the script ./bin/build - could you try building locally to see if the problem is just how Heroku handles something?