Thank you very much for this module, it helps a lot in my project. However, I noticed that it's hard for me to do a list using views to make a list of email templates as it lack some essential fields like title. Would you consider extend this module for better views support?

Comments

dwightaspinwall’s picture

Hi - 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?

kurtzhong’s picture

For 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?

kurtzhong’s picture

I noticed that the entity already did some good work providing some basic fields. It can meet my needs for now.

prezaeis’s picture

can 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?

cheatlex’s picture

Is 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 ?

sharique’s picture

@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.