Unslow bounce report generation and add some extra info as a bonus!
This commit is contained in:
parent
63b0a9edf1
commit
dbf935e98b
4 changed files with 72 additions and 8 deletions
|
|
@ -26,7 +26,7 @@ our $I18N = {
|
|||
'bounce score' => {
|
||||
message => 'Bounce score',
|
||||
},
|
||||
|
||||
|
||||
'cannot cancel' => {
|
||||
message => 'Mailing \'%s\' kan niet worden afgebroken.',
|
||||
},
|
||||
|
|
@ -100,6 +100,14 @@ our $I18N = {
|
|||
'generate mailing' => {
|
||||
message => 'Genereer mailing',
|
||||
},
|
||||
|
||||
'bounce reason' => {
|
||||
message => 'Laatste bounce oorzaak',
|
||||
},
|
||||
|
||||
'bounce message' => {
|
||||
message => 'Laatste bounce omschrijving',
|
||||
},
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ our $I18N = {
|
|||
'bounce score' => {
|
||||
message => 'Bounce score',
|
||||
},
|
||||
|
||||
|
||||
'error' => {
|
||||
message => 'An error occurred',
|
||||
},
|
||||
|
|
@ -100,6 +100,14 @@ our $I18N = {
|
|||
'generate mailing' => {
|
||||
message => 'Generate mailing',
|
||||
},
|
||||
|
||||
'bounce reason' => {
|
||||
message => 'Latest bounce reason',
|
||||
},
|
||||
|
||||
'bounce message' => {
|
||||
message => 'Latest bounce message',
|
||||
},
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue