1467 |
$email->header('X-Koha-Message-ID', $message->{id} ) if C4::Context->preference('SendLetterIdInEmailNotices'); |
1467 |
$email->header('X-Koha-Letter-Id', $message->{letter_id} ); |
1469 |
$email->html_body( _wrap_html( $content, $subject ) ); |
1470 |
$email->html_body( _wrap_html( $content, $subject ) ); |