readding mail footer to email messages
removed some old settings that don't apply any longer
This commit is contained in:
parent
2b02f055f9
commit
6c6d36c981
11 changed files with 50 additions and 33 deletions
|
|
@ -99,6 +99,7 @@ sub execute {
|
|||
subject=>$self->get("subject")
|
||||
});
|
||||
$mail->addText($message);
|
||||
$mail->addFooter;
|
||||
return $mail->send ? $self->COMPLETE : $self->ERROR;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -130,6 +130,7 @@ sub execute {
|
|||
subject=>'Daily recurring payments report'
|
||||
});
|
||||
$mail->addText($message);
|
||||
$mail->addFooter;
|
||||
return $mail->send ? $self->COMPLETE : $self->ERROR;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue