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

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.