mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-27 17:04:47 +00:00
Merge pull request #9494 from mbauskar/patch-fixes
[fix] handle email exception if email account is not configured
This commit is contained in:
@@ -31,5 +31,7 @@ Templates and update your Customer's and Supplier's GST Numbers.</p>
|
|||||||
ERPNext Team.
|
ERPNext Team.
|
||||||
""".format(gst_document_link="<a href='http://frappe.github.io/erpnext/user/manual/en/regional/india/'> ERPNext GST Document </a>")
|
""".format(gst_document_link="<a href='http://frappe.github.io/erpnext/user/manual/en/regional/india/'> ERPNext GST Document </a>")
|
||||||
|
|
||||||
sendmail_to_system_managers("[Important] ERPNext GST updates", message)
|
try:
|
||||||
|
sendmail_to_system_managers("[Important] ERPNext GST updates", message)
|
||||||
|
except Exception as e:
|
||||||
|
pass
|
||||||
Reference in New Issue
Block a user