Is it possible to integrate an altermime type solution so that Disclaimer Text would be displayed on all outbound email or does Scalix have the ability to do this automatically?
Regards,
trig
Moderators: ScalixSupport, admin
Code: Select all
sub filter_end
{
my($entity) = @_;
if ( $Sender =~ /\b(.*)\@yourdomain.net\b/ )
{
append_text_boilerplate($entity,
"Disclaimer text.....", 0);
append_html_boilerplate($entity,
"Disclaimer text.....", 0);
}
}
Users browsing this forum: No registered users and 11 guests