Closed (fixed)
Project:
Views Send
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
5 Feb 2020 at 01:40 UTC
Updated:
7 Jul 2020 at 08:09 UTC
Jump to comment: Most recent
I would like to be able to alter my message body to get around a limitaiton with the HTML formatting, but since there is no context available I am unable to do so. The attached patch passes in several contexts for the message: $params which are the results of the views_send forms, $token_data, and $views_send_token_data so I can re-do the token replacements.
This patch also includes a fix to support the combination of the mailsystem and htmlmail modules, which was not previously possible. Please Let me know if you would prefer that be done in a separate issue.
| Comment | File | Size | Author |
|---|---|---|---|
| views_send-message_alter_context.patch | 1.14 KB | jenlampton |
Comments
Comment #3
hansfn commentedI never got time to test this so I just committed it as it seems very useful. Thank you!