This website works better with JavaScript.
Home
Explore
Help
Sign In
anoopmb
/
frappe
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
[minor] changed the yahoo smtp port from 465 to 587 (
#3402
)
version-14
Makarand Bauskar
8 years ago
committed by
Nabin Hait
parent
5e99c3ec9b
commit
9503ae655b
1 changed files
with
1 additions
and
1 deletions
Unified View
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
View File
@@ -36,7 +36,7 @@ frappe.email_defaults = {
"use_ssl": 1,
"use_ssl": 1,
"enable_outgoing": 1,
"enable_outgoing": 1,
"smtp_server": "smtp.mail.yahoo.com",
"smtp_server": "smtp.mail.yahoo.com",
"smtp_port":
46
5,
"smtp_port": 5
87
,
"use_tls": 1,
"use_tls": 1,
"use_imap": 1
"use_imap": 1
},
},
Write
Preview
Loading…
Cancel
Save