Gossamer Forum
Quote Reply
Variable
Is it possible to add a variable to show which domain the user is logged in for?

So if the user is logged into domain 1.com it would show 1.com Mail System

same goes for 2.com and 3.com.

How do I add this as a variable so it knows the list of domains and which one they are logged into?

Any help would be great.

Thanks
Jason

Quote Reply
Re: Variable In reply to
Hi,

You should have access to <%domain%> in all the templates after the user has logged in. To see a complete list on a given page you can add <%GMail::Template::dump%> to display a table with all the tags for that page.

Cheers,

Scott