Browse Source

Added Email Sending to the document navigation menu.

rel-3.0
Halil İbrahim Kalkan 6 years ago
parent
commit
c1200a845e
  1. 4
      docs/en/Emailing.md
  2. 4
      docs/en/docs-nav.json

4
docs/en/Emailing.md

@ -1,6 +1,6 @@
# Emailing # Email Sending
ABP Framework provides various services, settings and integrations for email sending; ABP Framework provides various services, settings and integrations for sending emails;
* Provides `IEmailSender` service that is used to send emails. * Provides `IEmailSender` service that is used to send emails.
* Defines [settings](Settings.md) to configure email sending. * Defines [settings](Settings.md) to configure email sending.

4
docs/en/docs-nav.json

@ -210,6 +210,10 @@
"text": "Object to object mapping", "text": "Object to object mapping",
"path": "Object-To-Object-Mapping.md" "path": "Object-To-Object-Mapping.md"
}, },
{
"text": "Email Sending",
"path": "Emailing.md"
},
{ {
"text": "BLOB Storing", "text": "BLOB Storing",
"items": [ "items": [

Loading…
Cancel
Save