mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-13 02:01:21 +00:00
fixes to my_company, added secrity settings to restrict by ip, timings
This commit is contained in:
@@ -61,15 +61,15 @@ class SupportMailbox(POP3Mailbox):
|
||||
d.status = 'Open'
|
||||
try:
|
||||
d.save(1)
|
||||
# update feed
|
||||
update_feed(d)
|
||||
|
||||
# send auto reply
|
||||
self.send_auto_reply(d)
|
||||
|
||||
except:
|
||||
d.description = 'Unable to extract message'
|
||||
d.save(1)
|
||||
|
||||
# update feed
|
||||
update_feed(d)
|
||||
|
||||
# send auto reply
|
||||
self.send_auto_reply(d)
|
||||
|
||||
def send_auto_reply(self, d):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user