Gossamer Forum
Home : Products : Gossamer Mail : Discussion :

Re: [Jagerman] Image next to message from admin...How To?

Quote Reply
Re: [Jagerman] Image next to message from admin...How To? In reply to
Hi Jason,

I knew it was possible but it needed someone from GT to show the way. Being good at just ctrl+c and ctrl+v i managed to get the image back with following:

Code:
sub {
my ($msgs_sent_from, $domain) = @_;
return $from eq qq|"WebMaster"<webmaster\@$domain>|;
}

And then including the necessary <%if is_admin....>...<%endif%> in templates.

Thnx a lot. I am a step closer now to finishing the HM style Templates...

Smile

Anup
Subject Author Views Date
Thread Image next to message from admin...How To? anup123 2941 May 26, 2003, 8:16 AM
Post Re: [anup123] Image next to message from admin...How To?
anup123 2872 May 28, 2003, 1:13 AM
Thread Re: [anup123] Image next to message from admin...How To?
Jagerman 2841 May 28, 2003, 5:33 PM
Post Re: [Jagerman] Image next to message from admin...How To?
anup123 2837 May 29, 2003, 9:18 AM
Post Re: [Jagerman] Image next to message from admin...How To?
anup123 2862 Jun 5, 2003, 1:24 PM
Post Re: [Jagerman] Image next to message from admin...How To?
anup123 2831 Jun 5, 2003, 2:41 PM