We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When writing an HTML email to an inbound email for automatic case creation, the description field / email body looks like:
<p>Test3</p>
when writing a plain text email to the same inbound email the description field / email body looks like:
Test Email
Either strip the HTML before storing it into the DB field. Or: Render the HTML in the description field of the cases.
1. Setup inbound email for automatic case creation 2. Check the created cases from the inbound emails - one HTML, one plain text
No response
8.7
Chrome
PHP 8.2
Ubuntu Server 24.04.1 LTS
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue
When writing an HTML email to an inbound email for automatic case creation, the description field / email body looks like:
<p>Test3</p>
when writing a plain text email to the same inbound email the description field / email body looks like:
Test Email
Possible Fix
Either strip the HTML before storing it into the DB field.
Or: Render the HTML in the description field of the cases.
Steps to Reproduce the Issue
Context
No response
Version
8.7
What browser are you currently using?
Chrome
Browser Version
No response
Environment Information
PHP 8.2
Operating System and Version
Ubuntu Server 24.04.1 LTS
The text was updated successfully, but these errors were encountered: