Open Closed

Confirmation User Email #6580


User avatar
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.

  1. Admin clicks on register button on Angular, then angular call a API from backend
  2. 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)
  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    However, I can send a confirmation email but I can not send password generated with confirmation email

    You can override the RegisterAsync method of AccountAppService.

    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

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11