https://github.com/plirof2/d7_queue_mail_rate
Drupal 7 queue_mail module modification to implement a mail queue rate control
https://github.com/plirof2/d7_queue_mail_rate
drupal-7 drupal7-module mail queueing
Last synced: 10 months ago
JSON representation
Drupal 7 queue_mail module modification to implement a mail queue rate control
- Host: GitHub
- URL: https://github.com/plirof2/d7_queue_mail_rate
- Owner: plirof2
- License: gpl-2.0
- Created: 2018-09-05T08:09:21.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-05T11:01:51.000Z (over 7 years ago)
- Last Synced: 2025-04-13T04:54:15.030Z (10 months ago)
- Topics: drupal-7, drupal7-module, mail, queueing
- Language: PHP
- Size: 30.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
CRON INFO get your URL from http://localhost/mydrupal/admin/reports/status
eg something like http://localhost/mydrupal/cron.php?cron_key=lMP7S6A3f5Ue1VvvkFZ6kA-v1AbUIlWUUgaFSN2jeYs
Queue mail
----------
Queues all mail sent by your Drupal site so that it is sent via cron
using the Drupal 7 Queue API. This is helpful for large traffic sites where
sending a lot of emails per page request can slow things down considerably.
INSTALLATION
------------
Queue mail can be installed like any other Drupal module
- place it in the modules directory for your site and enable it on the `admin/modules` page.
- Copy the module url and goto `admin/modules/install`, then paste
the url to `Install from a URL` textfield, click `Install` and enable it on the
`admin/modules` page at the last time.
REQUIREMENTS
------------
* system (>=7.12)
CONFIGURATION
-------------
The configuration page is at admin/config/system/queue_mail,
where you can configure the queue mail module
and enable challenges for the desired mailId.
FOR DEVELOPERS
--------------
Please read Drupal queue api for more information.