0
geegee created
When a tenant is created, we would like to send an email, an account confirmation email, to the tenant admin email address, so that they can verify/confirm their email address. Once they confirm their email we would then activate the tenant. How can we go about this? Send email to tenant admin on tenant creation.
- ABP Framework version: vX.X.X
- UI type: Angular
- DB provider: EF Core
- Tiered (MVC) or Identity Server Separated (Angular): yes
- Exception message and stack trace:
- Steps to reproduce the issue:"
Markdown supported.
Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
7 Answer(s)
-
0
-
0
hi
We can't handle the tenant-create event on the account module, but we can add an
IDistributedEventHandler<TenantCreatedEto>on the template project to get admin user of a tenant and send the mail.Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)