feat: add email to existing account, change password
This commit is contained in:
parent
77c3047b1e
commit
1cf2619393
13 changed files with 227 additions and 20 deletions
|
@ -32,6 +32,7 @@ public class AddEmailMailable(Config config, AddEmailMailableView view)
|
|||
{
|
||||
To(view.To)
|
||||
.From(config.EmailAuth.From!)
|
||||
.Subject("Confirm adding this email address to an existing account")
|
||||
.View("~/Views/Mail/AddEmail.cshtml", view)
|
||||
.Text(PlainText());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue