Browse Source

Update Emailing.md

rel-3.0
Halil İbrahim Kalkan 6 years ago
parent
commit
89638ca4f2
  1. 4
      docs/en/Emailing.md

4
docs/en/Emailing.md

@ -179,7 +179,7 @@ Emailing system defines the built-in text templates with the given names:
"**Abp.StandardEmailTemplates.Message**" is simplest template that has a text message: "**Abp.StandardEmailTemplates.Message**" is simplest template that has a text message:
````html ````html
{%{{model.message}}%} {%{{{model.message}}}%}
```` ````
This template uses the "Abp.StandardEmailTemplates.Layout" as its layout. This template uses the "Abp.StandardEmailTemplates.Layout" as its layout.
@ -193,7 +193,7 @@ This template uses the "Abp.StandardEmailTemplates.Layout" as its layout.
<meta charset="utf-8" /> <meta charset="utf-8" />
</head> </head>
<body> <body>
{%{{content}}%} {%{{{content}}}%}
</body> </body>
</html> </html>
```` ````

Loading…
Cancel
Save