4. Mass sending emails through a custom module
Module created through custom module builder does not support to mass send the emails though list view
Last updated
Module created through custom module builder does not support to mass send the emails though list view
Last updated
Unlike conventional modules, custom module created through custom module builder does not allow to send mass emails from list view
Conventional module allows to mass email sending
Custom module
Mass email send option can be added into the list view. You can resolve this issue by following the below mentioned steps.
Assume your custom module name "Opts".
You can find the correct module name in the URL:
Place this file:
in /modules/Issues/models/ListView.php
Modify ListView.php and replace "XXXXXX" with "Opts":
You should now see "Send Email" in the listview.
Once done, send email option will start appearing in the list view button
Description
Module created through custom module builder does not support to mass send the emails though list view
Created by
Salman (April 11, 2022)