Please, what is the difference with views_mail?

Comments

claudiu.cristea’s picture

Title: Difference » Views Send vs. Views Mail
Category: feature » support

Differences between this module (Views Send) and Views Mail:

  • Everything goes through Views Bulk Operations (VBO). That's why the UI is very intuitive for users. The flow is more accurate and clear.
  • Don't need tagged Views.
  • Doesn't rely on Simplenews.
  • Avoid some limitations of Views Mail, like:
    • Avoid using AJAX.
    • Avoid defining arguments.
    • Avoid limiting records per page - you can use the pager system.
  • Benefits of performance improvement through Views Bulk Operations (VBO) by using the batch processes implemented by VBO.
  • A more clear API - mostly hook implementations.
  • In addition to View filtering, the user can manually select records by using Views Bulk Operations (VBO) checkboxes.
enzo de simone’s picture

Thanks for the reply. I look forward to try and form good working

geerlingguy’s picture

Version: » 6.x-1.x-dev

Awesome module; I've been trying to come up with a simple way of doing this for some time, and never thought to use VBO! I can definitely see the value of this module for a few of my sites where Simplenews is overkill.

claudiu.cristea’s picture

Thank you. Waiting for feedback, bug and feature requests, patches... :)

claudiu.cristea’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

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