0
datdv1 created
Hi Support Team ABP!
ABP Framework version: v7.4.4
UI Type:Angular
Database System: MongoDB
Tiered (for MVC) or Auth Server Separated (for Angular): no
Currently! I'm implement feature to register account for staffs on the system.
- Admin clicks on register button on Angular, then angular call a API from backend
- This API will generate a password with random character. After that backend will send a confirm email with password generated However, I can send a confirmation email but I can not send password generated with confirmation email Could you please support for me this case? Please guide for me step by step implement
1 Answer(s)
-
0
hi
However, I can send a confirmation email but I can not send password generated with confirmation email
You can override the
RegisterAsync
method ofAccountAppService
.Use a new mail template to send the mail.
https://docs.abp.io/en/abp/latest/Customizing-Application-Modules-Overriding-Services https://docs.abp.io/en/abp/latest/Emailing#text-template-integration https://community.abp.io/posts/replacing-email-templates-and-sending-emails-jkeb8zzh