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:"
7 Answer(s)
-
0
hi
Send email to tenant admin on tenant creation.
We will add this feature in the next version. You question credits refunded.
Thanks
-
0
hi
Once they confirm their email we would then activate the tenant.
You need to implement this yourself.
-
0
Thank you.
-
0
You mentioned that this email sending feature will be in the next version, I would like to request for some clarity regarding which version number?
v8 or a v7.x path version?
-
0
hi
7.3
-
0
Thanks. Appreciate the quick response.
-
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.