0
devmahmod created
2 Answer(s)
-
0
In Debug Mode you generally don't want to send real emails,this is what the abp guide says :) https://abp.io/docs/latest/framework/infrastructure/emailing?#nullemailsender
Also, the password ("Abp.Mailing.Smtp.Password") must be encrypted https://abp.io/docs/latest/framework/infrastructure/emailing?_redirected=B8ABF606AA1BDF5C629883DF1061649A#encrypt-the-smtp-password
I hope I was helpful.
-
0
hi
You can use this sample to test your
Abp.Mailing
configuration- The Password of Abp.Mailing.Smtp.Password in appsettings.json file needs to encrypt!
- Please use the IStringEncryptionService to encrypt the plain text password.
- Note that encryption may be affected by the configuration of StringEncryption:DefaultPassPhrase in appsettings.json.
https://github.com/abpframework/abp-samples/tree/master/EmailSendDemo