RT not sending mail (no recipients)

I have the suggested (minimal) sendmail configuration in RT_SiteConfig.pm:

Set($SendmailPath , “/usr/sbin/sendmail”);
Set($SendmailArguments , “-oi -t”);

I created a ticket, added myself as an AdminCC, and hoped to see some email
from RT. Sendmail works, as the following relevant error messages were obtained
with the command tail /var/log/messages | mail flengyel@gc.cuny.edu.

Feb 5 09:16:08 rt RT: Use of uninitialized value in substitution (s///) at template line 1. (/usr/local/rt3/lib/RT.pm:287)
Feb 5 09:16:08 rt RT: rt-3.4.5-7332-1139148968-1955.4-8-0@rt.gc.cuny.edu #4/117 - Scrip 8 (/usr/local/rt3/lib/RT/Action/SendEmail.pm:237)
Feb 5 09:16:08 rt RT: rt-3.4.5-7332-1139148968-1955.4-8-0@rt.gc.cuny.edu No recipients found. Not sending. (/usr/local/rt3/lib/RT/Action/SendEmail.pm:249)
Feb 5 09:16:08 rt RT: rt-3.4.5-7332-1139148968-1955.4-9-0@rt.gc.cuny.edu #4/117 - Scrip 9 (/usr/local/rt3/lib/RT/Action/SendEmail.pm:237)
Feb 5 09:16:08 rt RT: rt-3.4.5-7332-1139148968-1955.4-9-0@rt.gc.cuny.edu No recipients found. Not sending. (/usr/local/rt3/lib/RT/Action/SendEmail.pm:249)
Feb 5 09:16:09 rt RT: rt-3.4.5-7332-1139148969-1406.4-10-0@rt.gc.cuny.edu #4/118 - Scrip 10 (/usr/local/rt3/lib/RT/Action/SendEmail.pm:237)
Feb 5 09:16:09 rt RT: rt-3.4.5-7332-1139148969-1406.4-10-0@rt.gc.cuny.edu No recipients found. Not sending. (/usr/local/rt3/lib/RT/Action/SendEmail.pm:249)

FL

My fault: $Organization in RT_SiteConfig.pm should have been what the
comments
state it should have been: the DNS domain name of my site; it was set to the

hostname of the rt server instead of the DNS. Now sendmailpipe works as
advertised,

F