Active
Project:
Previewable email templates
Version:
7.x-1.0-beta1
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
22 Oct 2012 at 16:01 UTC
Updated:
23 Oct 2012 at 14:53 UTC
Jump to comment: Most recent
Comments
Comment #1
dwightaspinwall commentedHi - yes, it makes sense to add Views integration. The D6 version supports it, and I've just been waiting for the impetus. What's your timeframe for needing it?
Comment #2
kurtzhong commentedFor me, it's a little urgent, does it involves a lot of work to add views support? How long do you expect to have this feature finished?
Comment #3
kurtzhong commentedI noticed that the entity already did some good work providing some basic fields. It can meet my needs for now.
Comment #4
prezaeis commentedcan u help me? im loading a list of users in a views and i also have views bulk operations and i want to send an email using this module to the users i select in my views. whats the best way to do it?
Comment #5
cheatlex commentedIs it decided to add views support for the template or is it possible to suggest another approach, like a "block" building system, where one block could be views.
I haven't used the d6 version, but we propose a tool for building the template where blocks could be of multiple types and some "global" for use on all templates.
This should be still export and import able as json, this could be an add-on like mimemail so one is not forced to use it, and I can provide an example for better explanation if needed ?
Comment #6
sharique commented@prezaeis for this you need to define a action for sending mail, which will be available for vbo. Please refer hook_action_info() for this.