I'm using MvcMailer to send an email. I just specify the view's name, and it can be sent via email. But my question is, does it have any constraint with the view's name? I mean, for example, I want to send the Index
view in the Home
controller, what should I do?
This tutorial works well for me, but I don't understand how it works, so I can't apply it. Could you help me?