From 2679126b60850b6e91c7c2ae8bcbba5b57fe5685 Mon Sep 17 00:00:00 2001 From: Makarand Bauskar Date: Wed, 6 Sep 2017 15:53:48 +0530 Subject: [PATCH] removed the email_defaults from custom email_account.js SendGrid email defaults are already included in the frappe's email_account.js --- .../sendgrid_integration/email_account.js | 9 --------- 1 file changed, 9 deletions(-) diff --git a/sendgrid_integration/sendgrid_integration/email_account.js b/sendgrid_integration/sendgrid_integration/email_account.js index 3d1f590..d8352f2 100644 --- a/sendgrid_integration/sendgrid_integration/email_account.js +++ b/sendgrid_integration/sendgrid_integration/email_account.js @@ -1,12 +1,3 @@ -$.extend(email_defaults, { - "SendGrid": { - "enable_outgoing": 1, - "smtp_server": "smtp.sendgrid.net", - "smtp_port": 587, - "use_tls": 1 - } -}); - frappe.ui.form.on("Email Account", { refresh: function(frm) { frm.dashboard.reset();