* fix: remove trailing and leading quotes from email * chore: typo * fix: dont retry `SMTPRecipientsRefused` If refused once it's unlikely to work again just by retrying. There's no mechanism to prevent infinite retry. This will still attempt for MAX_RETRY_COUNT. * Revert "fix: remove trailing and leading quotes from email" This reverts commit 2676ac2c7fe76c34049da05a209554fee6b3d911. refer https://github.com/frappe/frappe/pull/20819#discussion_r1175166987 |
||
|---|---|---|
| .. | ||
| doctype | ||
| page | ||
| __init__.py | ||
| email_body.py | ||
| inbox.py | ||
| oauth.py | ||
| queue.py | ||
| receive.py | ||
| smtp.py | ||
| test_email_body.py | ||
| test_smtp.py | ||
| utils.py | ||