Problem/Motivation
I get an error trying to send a test email
Steps to reproduce
Send the test email
Proposed resolution
Add a "use" statetement for Drupal\Component\Utility\HTML;
Remaining tasks
Code
User interface changes
None
API changes
None
Data model changes
None
| Comment | File | Size | Author |
|---|---|---|---|
| #16 | 3318852-16.patch | 1.06 KB | wilfred waltman |
| #8 | 3318852-8.patch | 869 bytes | fenstrat |
Issue fork symfony_mailer-3318852
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
- 3318852-html-class-not
changes, plain diff MR !34
Comments
Comment #3
rodrigoaguileraComment #4
maacl commentedEncountered the same problem and came to the same solution as in the patch.
Comment #5
adamps commentedThanks
Comment #6
adamps commentedHmm it keeps failing to merge. I'll try again later.
Comment #7
adamps commentedComment #8
fenstratAlso hit this, confirming this is RTBC.
Attached is the MR in patch form for anyone else who also needs this for composer patches. @AdamPS you could use it if the MR still won't merge.
Comment #9
adamps commentedComment #10
adamps commentedComment #12
adamps commentedThanks committed manually using the patch.
Comment #14
rpayanmSorry, but, is not the correct way to use:
Instead:
Comment #15
rodrigoaguilera@rpayanm
Where do you see the incorrect use?
Comment #16
wilfred waltman commentedI think it should be Html.
Comment #17
rpayanm@rodrigoaguilera Here:
https://git.drupalcode.org/project/symfony_mailer/-/commit/3dd633a#b2c99...
And it is here:
https://git.drupalcode.org/project/symfony_mailer/-/blob/1.1.0-beta3/src...
Comment #18
rpayanmI think it should be "Html".
Comment #19
rodrigoaguileraI see now. I can't reopen this one a new issue should be opened
Comment #20
rodrigoaguilerahttps://www.drupal.org/project/symfony_mailer/issues/3325123