'count' => $itemcount,
},
# If there is no template defined for the requested letter
# Fallback on email
# Fallback on the original type
message_transport_type => $letter_exists ? $effective_mtt : 'email',
message_transport_type => $letter_exists ? $effective_mtt : $mtt,
}
);
unless ($letter) {
-