[rt-users] No To: Field being generated.

Mauricio Tavares raubvogel at gmail.com
Tue May 11 10:25:43 EDT 2010


For some reason messages/tickets sent by RT have no To: Fields, only
Reply-To:. Why would it be doing that? Looking into SendEmail.pm,

sub To {
    my $self = shift;
    return ($self->_AddressesFromHeader('To'));
}

it makes me think the To: field in the head object was not
extracted/populated. Am I on the right track or just idling aimlessly?



More information about the rt-users mailing list