No description
email addresses get formatted incorrectly inside the email queue, causing emails to be sent with encoded-words addresses instead of proper, human readable email addresses. this particularly happens when the address has special and accented characters. an example of encoded-words address looks like: =?utf-8?q?=C3=A1dministr=C3=A1tor?= <admin@example.com> instead of something like: ádministrátor <admin@example.com> another issue that causes this is validations that strip html tags from field when ignore_xss_filter is not set in a docfield. setting ignore_xss_filter for the email field inside email queue fixes this issue. Signed-off-by: Chinmay D. Pai <chinmaydpai@gmail.com> |
||
|---|---|---|
| .github | ||
| .travis | ||
| ci | ||
| cypress | ||
| frappe | ||
| rollup | ||
| .codacy.yml | ||
| .deepsource.toml | ||
| .eslintignore | ||
| .eslintrc | ||
| .gitignore | ||
| .mergify.yml | ||
| .pylintrc | ||
| .snyk | ||
| .travis.yml | ||
| attributions.md | ||
| bandit.yml | ||
| CODE_OF_CONDUCT.md | ||
| CODEOWNERS | ||
| cypress.json | ||
| generate_bootstrap_theme.js | ||
| hooks.md | ||
| LICENSE | ||
| Makefile | ||
| node_utils.js | ||
| package.json | ||
| README.md | ||
| requirements.txt | ||
| SECURITY.md | ||
| setup.py | ||
| socketio.js | ||
| yarn.lock | ||
Full-stack web application framework that uses Python and MariaDB on the server side and a tightly integrated client side library. Built for ERPNext
Table of Contents
Installation
Contributing
Website
For details and documentation, see the website https://frappeframework.com
License
This repository has been released under the MIT License.