message.Other.Add("PlainTextBody",$"Hello! The user '{model.RequestedUser}' has requested the {model.RequestType} '{model.Title}'! Please log in to approve this request. Request Date: {model.DateTime:f}");
<inputtype="text"class="form-control form-control-custom "id="sender"name="sender"[(ngModel)]="settings.sender"value="{{settings.sender}}"tooltipPosition="top"pTooltip="The email address that the emails will be sent from">
<inputtype="text"class="form-control form-control-custom "id="sender"name="sender"formControlName="sender"tooltipPosition="top"pTooltip="The email address that the emails will be sent from">
<inputtype="text"class="form-control form-control-custom "id="adminEmail"name="adminEmail"[(ngModel)]="settings.adminEmail"value="{{settings.adminEmail}}"tooltipPosition="top"pTooltip="The administrator email will be used to send emails for admin only notifications (e.g. New Requests that require approvals)">
<inputtype="text"class="form-control form-control-custom "id="adminEmail"name="adminEmail"formControlName="adminEmail"tooltipPosition="top"pTooltip="The administrator email will be used to send emails for admin only notifications (e.g. New Requests that require approvals)">
<inputtype="text"class="form-control form-control-custom "id="username"name="username"[(ngModel)]="settings.username"value="{{settings.username}}"pTooltip="The username if authentication is enabled"tooltipPosition="top">
<inputtype="text"class="form-control form-control-custom "id="username"name="username"formControlName="username"pTooltip="The username if authentication is enabled"tooltipPosition="top">
<inputtype="password"class="form-control form-control-custom "id="password"name="password"[(ngModel)]="settings.password"value="{{settings.password}}"pTooltip="The password if authentication is enabled"tooltipPosition="top">
<inputtype="password"class="form-control form-control-custom "id="password"name="password"formControlName="password"pTooltip="The password if authentication is enabled"tooltipPosition="top">