本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
登入
anoopmb
/
frappe
關注
1
收藏
0
複製
0
程式碼
問題
0
合併請求
0
版本發佈
0
Wiki
活動
瀏覽代碼
[minor] changed the yahoo smtp port from 465 to 587 (
#3402
)
version-14
Makarand Bauskar
8 年之前
committed by
Nabin Hait
父節點
5e99c3ec9b
當前提交
9503ae655b
共有
1 個檔案被更改
,包括
1 行新增
和
1 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
frappe/email/doctype/email_account/email_account.js
+ 1
- 1
frappe/email/doctype/email_account/email_account.js
查看文件
@@ -36,7 +36,7 @@ frappe.email_defaults = {
"use_ssl": 1,
"enable_outgoing": 1,
"smtp_server": "smtp.mail.yahoo.com",
"smtp_port":
46
5,
"smtp_port": 5
87
,
"use_tls": 1,
"use_imap": 1
},
Write
Preview
Loading…
取消
儲存