Closed (fixed)
Project:
Views Send
Version:
2.0.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
26 Jan 2026 at 10:47 UTC
Updated:
13 Feb 2026 at 22:49 UTC
Jump to comment: Most recent
After changes to the views_send_deliver method in 2.0.0 the MIME structure is now corrupted/malformed.
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
hansfn commentedSorry, the change was not tested with attachements or mime mail at all. Will make a follow-up release fixing the param/attachment stuff. (Reverting is not an option.)
Comment #3
hansfn commentedComment #4
hansfn commentedComment #5
hansfn commentedThe suggest fix by @alex.bukach in #3506182: Mail not sent because of missing "send" key in message array was 100% correct. Sorry for breaking your MR, Alex.
We have to use
\Drupal::service('plugin.manager.mail')->getInstance(..)since the message is already formatted / composed with\Drupal::service('plugin.manager.mail')->mail()in the "_views_send_prepare_mail" function.MR coming up.
Comment #8
hansfn commented