You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
برای ارسال ایمیل با استفاده از پروتکل HTTP، به <ahref="/references/api/about/"className="text-[#2196f3]">API لیارا</a> و <ahref="/email-server/details/mail-id"className="text-[#2196f3]">آیدی ایمیلسرور </a>
212
+
و <ahref="/email-server/how-tos/add-account"className="text-[#2196f3] ">نشانی ایمیلسرور</a> نیاز خواهید داشت.
213
+
برای اینکار، اطلاعات مربوطه را مشابه زیر به متغیرهای محیطی برنامه خود، اضافه کنید:
Copy file name to clipboardExpand all lines: src/pages/email-server/how-tos/connect-via-platform/dotnet.mdx
+141-2Lines changed: 141 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ import Head from "next/head";
37
37
</Alert>
38
38
39
39
<Tabs
40
-
tabs={["SMTPS", "SMTP"]}
40
+
tabs={["SMTPS", "SMTP", "HTTP"]}
41
41
content={[
42
42
<>
43
43
@@ -357,7 +357,146 @@ public class TestController : Controller
357
357
</Highlight>
358
358
</div>
359
359
<divclassName="h-2" />
360
-
</>
360
+
</>,
361
+
<>
362
+
<p>
363
+
برای ارسال ایمیل با استفاده از پروتکل HTTP، به <ahref="/references/api/about/"className="text-[#2196f3]">API لیارا</a> و <ahref="/email-server/details/mail-id"className="text-[#2196f3]">آیدی ایمیلسرور </a>
364
+
و <ahref="/email-server/how-tos/add-account"className="text-[#2196f3] ">نشانی ایمیلسرور</a> نیاز خواهید داشت.
365
+
برای اینکار، اطلاعات مربوطه را مشابه زیر در فایل <Important>appsettings.json</Important> قرار دهید:
0 commit comments