You are here

constant VIEWS_SEND_FORMAT_PLAIN in Views Send 6

Plain message format value.

5 uses of VIEWS_SEND_FORMAT_PLAIN
views_send_form_alter in ./views_send.module
Implementation of hook_form_alter().
views_send_mail_action in ./views_send.module
Main action callback.
views_send_mail_action_form in ./views_send.module
Configuration form for views_send_mail action.
_views_send_filter_form in ./views_send.module
This is a fork of filter_form() in order to allow adding the "Plain" option.
_views_send_prepare_mail in ./views_send.module
Perform all alteration and preparation before spooling.

File

./views_send.module, line 25
The Views Send module.

Code

define('VIEWS_SEND_FORMAT_PLAIN', 'plain');