Skip to content

Commit 484fabf

Browse files
committed
Merge branch 'dev' of https://github.com/aspnetzero/documents into dev
2 parents d78c282 + 58c4e05 commit 484fabf

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

docs/en/Development-Guide-Angular.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -726,6 +726,8 @@ this tab. Each tenant can override this setting in tenant settings page.
726726

727727
**Email(SMTP)** tab allows you to configure smtp settings for your app. AspNet Zero uses MailKit to send emails. By default, smtp certificate validation is disabled in **YourProjectNameMailKitSmtpBuilder.cs** class. If you are able to validate mail server's certificate, you need to modify **ServerCertificateValidationCallback** in **YourProjectNameMailKitSmtpBuilder.cs**.
728728

729+
If you want each Tenant to configure their own SMTP settings, you can go to **YourProjectNameConsts.cs** which is in ***.Core.Shared** project and set **AllowTenantsToChangeEmailSettings** to true. In that way, each tenant can configure and use their own SMTP settings.
730+
729731
### Tenant Settings
730732

731733
In a multi-tenant application, tenant settings are shown as below:

docs/en/Development-Guide-Core.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -836,6 +836,8 @@ a password satisfies the password complexity settings.
836836

837837
**Email(SMTP)** tab allows you to configure smtp settings for your app. AspNet Zero uses MailKit to send emails. By default, smtp certificate validation is disabled in **YourProjectNameMailKitSmtpBuilder.cs** class. If you are able to validate mail server's certificate, you need to modify **ServerCertificateValidationCallback** in **YourProjectNameMailKitSmtpBuilder.cs**.
838838

839+
If you want each Tenant to configure their own SMTP settings, you can go to **YourProjectNameConsts.cs** which is in ***.Core.Shared** project and set **AllowTenantsToChangeEmailSettings** to true. In that way, each tenant can configure and use their own SMTP settings.
840+
839841
#### Tenant Settings
840842

841843
In a multi-tenant application, tenant settings are shown as below:

0 commit comments

Comments
 (0)