Gossamer Forum
Home : Products : Gossamer Mail : Discussion :

Custom domain

Quote Reply
Custom domain
Hi

I pass the domains in invidually, using ENV{SERVER_NAME}

Now I need to customise everything esle.

I thought a tag like

print_domain =>

sub {
my $tags = shift;
return \qq~$ENV{SERVER_NAME}~;
}

Will this work across the compiled templates.

Dregs2
Quote Reply
Re: [dregs2] Custom domain In reply to
I think globals are per template set so you'd need to make the global for all.

Last edited by:

RedRum: Dec 27, 2001, 12:17 PM