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
|
|
@ -104,6 +104,7 @@ sub create {
|
|||
} else {
|
||||
$mail->addText($self->{_properties}{message});
|
||||
}
|
||||
$mail->addFooter;
|
||||
$mail->queue;
|
||||
}
|
||||
$self->{_session} = $session;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue