Problem/Motivation
When emails are sent through to the Byteplant Email Validation service, not logging is generated at any time. At minimum it seems to me that the system should log when an email fails validation. Or at least this should be an optional configured value.
Steps to reproduce
Configure the email validation module and then attempt to validate a known junk email.
Note that even though the form returns an error that the email is invalid, no error is actually logged in the system.
Proposed resolution
Add logging options to the module so admins can configure how much logging they prefer to generate.
Remaining tasks
Perform the needed updates to the code to add logging.
User interface changes
New fields will be present the settings page that will allow admins to toggle logging on and off as needed.
Issue fork byteplant_email_validation-3262133
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
- 3262133-no-logs-generated
changes, plain diff MR !2
Comments
Comment #2
merauluka commentedThe work in this issue is dependent on the work in #3146351: Automated Drupal 9 compatibility fixes and should not be merged before that issue is approved and merged.
Comment #6
merauluka commented