0
saad.aldulaijan created
- ABP Framework version: v7.2.2
- UI type: MVC
- DB provider: EF Core
- Tiered (MVC) or Identity Server Separated (Angular): yes
- Exception message and stack trace: AbpException: Setting value for 'Abp.Mailing.Smtp.Password' is null or empty!
- Steps to reproduce the issue:"
I am using Microservices template, I am trying to send confirmation email to the user after registration from AuthServer:
5 Answer(s)
-
0
Try adding it to the
AdministrationService.Host
please. SettingMagement is hosted by AdministrationService. -
0
Try adding it to the
AdministrationService.Host
please. SettingMagement is hosted by AdministrationService.I did that already, it did not work
-
0
I also added it to IdentityService.HttpApi.Host but still did not work,
I tried flushall redis.
-
0
-
0
Issue resolved by adding
"StringEncryption": { "DefaultPassPhrase": "RGglP1UMH8AtjP1G" }
to AuthServer appsettings.json