Loading a view from a model

I’m using the users model with an afterSave method placed after register to send the confirmation email but how can I load a view from the model to make it as a message body. I don’t want to create a module because I need to centralize my themes so the users can find and edit them easily. Any ideas?

i’m not sure what you are trying to do but first and foremost i don’t think views are supposed to be loaded by models. could make it clearer what you want to do?

Found a workaround, thanks.