Problem/Motivation
The Graph Mail formatter is expected to convert the message body to a single string per \Drupal\Core\Mail\MailInterface::format(), see https://git.drupalcode.org/project/drupal/-/blob/11.x/core/lib/Drupal/Co...
Proposed resolution
Convert the message body to a single string in \Drupal\graph_mail\Plugin\Mail\GraphMail::format()
Remaining tasks
- Write a patch
- Review
- Commit
User interface changes
None.
API changes
None.
Data model changes
None.
Issue fork graph_mail-3422609
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:
Comments
Comment #2
idebr commentedIn the merge request the message body is converted to a single string in \Drupal\graph_mail\Plugin\Mail\GraphMail::format()
Comment #4
bramdriesenThanks for your contribution once again @idebr! I added one comment.
Comment #5
bramdriesenComment is answered ;-)
Comment #7
bramdriesenComment #8
bramdriesenAlso tagged a new release: https://www.drupal.org/project/graph_mail/releases/2.0.0-alpha5
Comment #11
avpaderno