mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-12 06:48:31 +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.
|
||||
""".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