Browse Source
Update Emailing.md
Spelling mistakes
pull/6939/head
hajuuk
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
docs/en/Emailing.md
|
|
|
@ -223,7 +223,7 @@ Pathes of the templates in the virtual file system are shown below: |
|
|
|
* `/Volo/Abp/Emailing/Templates/Layout.tpl` |
|
|
|
* `/Volo/Abp/Emailing/Templates/Message.tpl` |
|
|
|
|
|
|
|
If you add files to the same localization in the virtual file system, your files will override them. |
|
|
|
If you add files to the same location in the virtual file system, your files will override them. |
|
|
|
|
|
|
|
Templates are inline localized, that means you can take the power of the [localization system](Localization.md) to make your templates multi-cultural. |
|
|
|
|
|
|
|
@ -247,4 +247,4 @@ So, don't confuse if you don't receive emails on DEBUG mode. Emails will be sent |
|
|
|
|
|
|
|
## See Also |
|
|
|
|
|
|
|
* [MailKit integration for sending emails](MailKit.md) |
|
|
|
* [MailKit integration for sending emails](MailKit.md) |
|
|
|
|