-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Allow Usage of ContentId in html #17703
New issue
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
Comments
Looking at the code PR (symfony/symfony#48901), I don't fully understand the description or the code/tests. @m42e could you please show some scenario where this feature would be useful and a short example of how to use it? Thanks! |
@javiereguiluz |
Thanks. Can you share a real example of using this feature? Of course, if you prefer, you can submit a PR yourself. |
Here is an example, stolen from https://github.com/anonaddy/anonaddy/blob/4f47bc4f4cf15e20555e99290e09cc85e82691ba/app/Mail/ForwardEmail.php#L232
It is using the content_id as part identification and it does not touch the body of the mail message. The original message content will still reference the content_id |
Does this help? I don|t know how to better describe it. |
We created this issue to not forget to document this new feature. We would really appreciate if you can help us with this task. If you are not sure how to do it, please ask us and we will help you.
To fix this issue, please create a PR against the 6.3 branch in the symfony-docs repository.
Thank you! 😄
The text was updated successfully, but these errors were encountered: