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?