added mail send queue

This commit is contained in:
JT Smith 2006-03-21 03:27:57 +00:00
parent b062e61508
commit 7c71d93c1e
6 changed files with 263 additions and 44 deletions

View file

@ -0,0 +1,12 @@
package WebGUI::i18n::English::Workflow_Activity_SendQueuedMailMessages;
our $I18N = {
'topicName' => {
message => q|Send Queued Mail Messages|,
context => q|The name of this workflow activity.|,
lastUpdated => 0,
},
};
1;