Frappe.email.queue.flush

We didn’t send any mail and system report that he exceed 250 daily quota

(550, b’User erp@ourcomanymaiil.com has exceeded its 24-hour sending limit. Messages to 250 recipients out of 250 allowed have been sent. Relay quota will reset in 18.62 hours.‘, ‘“mailer-daemon@secureserver.netmailer-daemon@secureserver.net’)
Traceback (most recent call last):
File “/home/erpnext/frappe-bench/apps/frappe/frappe/email/queue.py”, line 408, in send_one
smtpserver.sess.sendmail(email.sender, recipient.recipient, encode(message))
File “/usr/lib/python3.6/smtplib.py”, line 867, in sendmail
raise SMTPSenderRefused(code, resp, from_addr)
smtplib.SMTPSenderRefused: (550, b’User erp@ourcomanymaiil.com has exceeded its 24-hour sending limit. Messages to 250 recipients out of 250 allowed have been sent. Relay quota will reset in 18.62 hours.’, ‘“mailer-daemon@secureserver.netmailer-daemon@secureserver.net’)

note: i change our real company mail

Check email queue. Maybe there is a script for sending out emails that you may not be aware if.

1 Like

thank you for this tips it helped me