[rt-users] Customisation question: 'From: RT_user <rt_address>'

Ruslan U. Zakirov cubic at acronis.ru
Thu Jun 17 10:39:35 EDT 2004


ann at drop.2organize.com wrote:
> Hi,
> 
> Can someone point me in the right direction for having the actor's
> name as the sender?  I see this is done on fsck--if Jesse replies
> to a ticket, I see the sender as 'Jesse Vincent <normal_bug_address_here>'.

'From: ' - is mail header field.
Use template first lines to override it:
From: {my $u = $Transaction->CreatorObj; my $res = $u->RealName || 
$u->Name; $res .= " <". $u->EmailAddress .">" if( $res ne 
$u->EmailAddress ); $res; }

			Best regards. Ruslan.
> 
> I checked the FAQ (mailgate and templates), Contributions and Patches pages.
> I'm happy to update the wiki if someone would just direct me to the
> correct place.
> 
> Thanks,
> Ann
> 
> _______________________________________________
> http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users
> 
> RT Developer and Administrator training is coming to LA, DC and Frankfurt this spring and summer.
> http://bestpractical.com/services/training.html
> 
> Sign up early, as class space is limited. 




More information about the rt-users mailing list