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
|
|
@ -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"));
|
||||
}
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue