Add basic bounce score calculation and reporting.
This commit is contained in:
parent
ddaaebe6a0
commit
40ba318fac
4 changed files with 70 additions and 7 deletions
|
|
@ -14,6 +14,7 @@ sub handler {
|
|||
my $class =
|
||||
$module eq 'manage' ? 'WebGUI::Mailing::Admin'
|
||||
: $module eq 'mailing' ? 'WebGUI::Mailing'
|
||||
: $module eq 'bounce' ? 'WebGUI::Mailing::Bounce'
|
||||
: return
|
||||
;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue