readding mail footer to email messages

removed some old settings that don't apply any longer
This commit is contained in:
JT Smith 2006-04-09 16:12:32 +00:00
parent 2b02f055f9
commit 6c6d36c981
11 changed files with 50 additions and 33 deletions

View file

@ -99,6 +99,7 @@ sub execute {
subject=>$self->get("subject")
});
$mail->addText($message);
$mail->addFooter;
return $mail->send ? $self->COMPLETE : $self->ERROR;
}