[rt-users] I want receive an email when I do the the action

Phil Homewood pdh at snapgear.com
Thu Aug 15 18:23:09 EDT 2002


Bruce Campbell wrote:
> > How could I change this, (I want to store the Mails also) so that the user
> > that did the action also receive an email.
> > (I use RT 2.0.13)
> 
> I use my own SendEmail.pm which ignores this restriction;

Hmm? The restriction isn't in SendEmail, it's in Notify.pm.

Comment out these three lines:

    @{ $self->{'To'} }  = grep ( !/^$creator$/, @To );
    @{ $self->{'Cc'} }  = grep ( !/^$creator$/, @Cc );
    @{ $self->{'Bcc'} } = grep ( !/^$creator$/, @Bcc );

and it shouldn't treat the creator specially.
-- 
Phil Homewood, Systems Janitor, www.SnapGear.com
pdh at snapgear.com Ph: +61 7 3435 2810 Fx: +61 7 3891 3630
SnapGear - Custom Embedded Solutions and Security Appliances




More information about the rt-users mailing list