In my use-case, I have a view that creates a list of users and I want to allow editors to simply send an email to the entire list of users through a simple UI.

I have looked at Views send but the UI is to complex and in my view not suited for average users.

So it would be great if VCF could prepopulate the To field with the email values found in each row of a View. Is this possible?

Comments

bisonbleu’s picture

Title: Is it possible to send an email a list of emails created by Views » How to populate the TO field with a list of emails created by Views?

Any pointers on this issue would be much appreciated. Thanks!

Pol’s picture

You can do it quickly using a hook_form_alter then dpm() the $form and you should find all the variables you need.

I will close the thread, reopen it if it is still relevant.

Thanks.

Pol’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.