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

@ -78,6 +78,18 @@ sub addAttachment {
);
}
#-------------------------------------------------------------------
=head2 addFooter ( )
Adds the mail footer as set by the site admin to the end of this message.
=cut
sub addFooter {
my $self = shift;
$self->addText($self->session->setting->get("mailFooter"));
}
#-------------------------------------------------------------------