CHANGELOG.txt |
CHANGELOG.txt |
|
Maillog 7.x-1.0-rc1, 2020-05-19
-------------------------------
#2655518 by DamienMcKenna: Added some tests.
#2601710 by DamienMcKenna, monika.kadam1206: Updated the README.txt file.
#2191497 by aramboyajyan: Remove all variables on… |
maillog.admin.inc |
maillog.admin.inc |
|
Settings functionality for the MailLog module. |
maillog.behat.inc |
maillog.behat.inc |
|
Behat subcontext for testing whether specific emails have been sent. |
maillog.info |
maillog.info |
|
name = Maillog / Mail Developer
description = "Utility to log all Mails for debugging purposes. It's possible to suppress mail delivery for e.g. dev or staging systems."
package = Mail
core = 7.x
dependencies[] = views
configure =… |
maillog.install |
maillog.install |
|
Provides the installation routines for the maillog module. |
maillog.mail.inc |
includes/maillog.mail.inc |
|
An interface for pluggable mail back-ends. |
maillog.module |
maillog.module |
|
Primary hook implementations for the Maillog module. |
maillog.pages.inc |
maillog.pages.inc |
|
Menu API callback handlers for Maillog pages. |
maillog.views.inc |
includes/maillog.views.inc |
|
Make the fields from node type 'Logged Mail' available in views. |
maillog.views_default.inc |
includes/maillog.views_default.inc |
|
Creates the default view for the 'Log Mail' module. |
MaillogHandlerFieldMaillogLinkDelete.php |
includes/MaillogHandlerFieldMaillogLinkDelete.php |
|
Handler for providing a 'Delete link' in views. |
MaillogTestCase.test |
tests/MaillogTestCase.test |
|
Unit-ish tests for the Maillog module. |
maillog_tests.info |
tests/maillog_tests.info |
|
name = Maillog tests
description = Contains helper logic for the Maillog tests.
package = Mail
core = 7.x
hidden = TRUE |
maillog_tests.module |
tests/maillog_tests.module |
|
Primary hook implementations for the Maillog test helper module. |
README.txt |
README.txt |
|
Maillog
-------
The Maillog module provides a method of keeping archival copies of all emails
sent through the site. It can also, optionally, display a copy of the email
using the Devel module [1], if… |