Bachir Soussi Chiadmi 027aa99b32 a few more base modules 7 år sedan
..
config 027aa99b32 a few more base modules 7 år sedan
src 027aa99b32 a few more base modules 7 år sedan
tests 027aa99b32 a few more base modules 7 år sedan
LICENSE.txt 027aa99b32 a few more base modules 7 år sedan
README.txt 027aa99b32 a few more base modules 7 år sedan
maillog.info.yml 027aa99b32 a few more base modules 7 år sedan
maillog.install 027aa99b32 a few more base modules 7 år sedan
maillog.links.menu.yml 027aa99b32 a few more base modules 7 år sedan
maillog.module 027aa99b32 a few more base modules 7 år sedan
maillog.permissions.yml 027aa99b32 a few more base modules 7 år sedan
maillog.routing.yml 027aa99b32 a few more base modules 7 år sedan
maillog.views.inc 027aa99b32 a few more base modules 7 år sedan

README.txt


This module defines drupal_mail_wrapper(), which takes over the handling of mail sending. This wrapper creates a node of type 'Logged Mail', a node type created by the module, sends the e-mail, and displays the e-mail and its details. All 3 tasks can be enabled/disabled from 'admin/settings/maillog'.

The invoking of the handler depends on a system variable 'smtp_library'. Unfortunately, some modules may change the value of this variable, rendering the module dysfunctional. Simply disabling and re-enabling the module should fix this problem. Check 'admin/reports/status' to see the status of the SMTP library.