I am using MvcMailer for sending email in my project.
everything OK but when I send email in admin area, email is sent with admin area layout, and It doesn't use "~/View/UserMailer/_Layout.cshtml".
In Github of this project, some one discuss this issue but no one didn't has answered.
Does anyone have any idea?