Hi,
Angular 1
Cheers, Kev
Angular 1
Hi,
No worries, Angular 1
Thank you!
UserEmailer.cs line 104.
var tenancyName = GetTenancyNameOrNull(user.TenantId);
But the from address for the reset password email is the address set in the Host SMTP settings even though I am passing in a different from address
So I am passing in the params; await _emailSender.SendAsync("no-reply@" + tenancyName + ".com.au", user.EmailAddress, "Password Reset", emailTemplate.ToString());
Ie. Adding a From address in the first parameter but I am still getting the SMTP Host settings From address