CHANGELOG.txt |
CHANGELOG.txt |
|
Views Send 7.x-1.2, 2016-03-29
------------------------------
#2237585 by hansfn: Make allowed file extensions for attachments configurable
#2368533 by hansfn: Bypassing views render layer breaks all sort of things (Also fixes #1833608 Views field… |
LICENSE.txt |
LICENSE.txt |
|
GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Everyone is permitted to copy and distribute verbatim… |
README.txt |
README.txt |
|
Views Send allow mass mailing using Views.
The messages are queued in a spool table and delivered only on cron.
You can control how many messages will be send per cron run.
CONFIGURATION
General settings can be configured at: Site Configuration >… |
views_send.admin.inc |
views_send.admin.inc |
|
Views Send administration page. |
views_send.cron.inc |
views_send.cron.inc |
|
Views Send cron rotuines. |
views_send.css |
views_send.css |
|
.views-send-select-all-markup {
display: none;
}
/* "Select all" for table styles. */
.views-send-selection-form thead .form-type-checkbox {
margin: 0;
}
.views-send-table-select-all {
display: none;
}
.views-table-row-select-all {
… |
views_send.info |
views_send.info |
|
name = "Views Send"
description = "Provides a way to send e-mails from a list created with Views"
dependencies[] = views
configure = admin/config/system/views_send
package = Views
core = 7.x
files[] = views_send.rules.inc
files[]… |
views_send.install |
views_send.install |
|
The install and update code for the Views Send module. |
views_send.module |
views_send.module |
|
The Views Send module. |
views_send.rules.inc |
views_send.rules.inc |
|
|
views_send.tokens.inc |
views_send.tokens.inc |
|
Token integration for the Views Send module. |
views_send.views.inc |
views/views_send.views.inc |
|
|
views_send_handler_field_selector.inc |
views/views_send_handler_field_selector.inc |
|
Views field handler. Outputs a checkbox for selecting a row for email sending.
Implements the Views Form API. |