seitime-frappe/frappe/core
Shariq Ansari 4dff0d25a3
feat: add email retry limit in system settings (#17259)
**MAX_RETRY_COUNT** for email was hard coded as 3. Added **Email Retry Limit** field in **Email** section in **System Settings** 

<img width="754" alt="image" src="https://user-images.githubusercontent.com/30859809/174769592-97c27a5b-9fea-471f-b596-593de4c5f91f.png">

>no-docs
2022-06-28 10:47:26 +00:00
..
api fix(linting): Sort imports 2022-04-18 18:17:40 +05:30
doctype feat: add email retry limit in system settings (#17259) 2022-06-28 10:47:26 +00:00
form_tour/doctype fix: module load issue, tour description and save field overlay 2021-11-25 17:57:07 +05:30
page refactor: get_permissions 2022-06-27 15:18:06 +05:30
report refactor: Remove unused imports & code 2022-05-19 15:34:35 +05:30
web_form refactor: Remove unused imports & code 2022-05-19 15:34:35 +05:30
workspace fix: updated standard workspace json files 2022-01-13 18:40:36 +05:30
__init__.py chore: Update header: license.txt => LICENSE 2021-09-03 12:02:59 +05:30
notifications.py refactor: Remove unused imports & code 2022-05-19 15:34:35 +05:30
README.md rename Profile to User frappe/frappe#470 2014-03-11 16:14:47 +05:30
utils.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30

Core module contains the models required for the basic functioning of frappe including DocType, User (user), Role and others.