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)
- 
    0hi Send email to tenant admin on tenant creation. We will add this feature in the next version. You question credits refunded. Thanks 
- 
    0hi Once they confirm their email we would then activate the tenant. You need to implement this yourself. 
- 
    0Thank you. 
- 
    0You 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? 
- 
    0hi 7.3 
- 
    0Thanks. Appreciate the quick response. 
- 
    0hi 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.
 
                                