You are here

queue_mail.info in Queue Mail 7

Same filename and directory in other branches
  1. 5 queue_mail.info
  2. 6 queue_mail.info
name = Queue Mail
core = 7.x
description = 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.
package = Mail
files[] = "queue_mail.test"
configure = admin/config/system/queue_mail

; Add a dependency on Drupal 7.12, when the ability to stop emails being sent
; was added to core.
dependencies[] = system (>=7.12)

File

queue_mail.info
View source
  1. name = Queue Mail
  2. core = 7.x
  3. description = 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.
  4. package = Mail
  5. files[] = "queue_mail.test"
  6. configure = admin/config/system/queue_mail
  7. ; Add a dependency on Drupal 7.12, when the ability to stop emails being sent
  8. ; was added to core.
  9. dependencies[] = system (>=7.12)