Disable email responses

in the demos, posted via the wiki, email notifications are disabled. i would like to disable emails while I work out initial configuration. how is this done? thanks in advance.

Patrick

in the demos, posted via the wiki, email notifications are disabled. i
would like to disable emails while I work out initial configuration.
how is this done? thanks in advance.

I do this the ugly way by setting:

Set($SendmailPath , “/bin/true”);

in RT_SiteConfig.

:wink:

in the demos, posted via the wiki, email notifications are disabled. i
would like to disable emails while I work out initial configuration.
how is this done? thanks in advance.

I do this the ugly way by setting:

Set($SendmailPath , “/bin/true”);

I usually do Set($MailCommand, ‘testfile’);
In 3.8.9 this will also log the file where all your mail goes if you
want to examine it later.

-kevin

I usually do Set($MailCommand, ‘testfile’);

or /bin/cat to get those mails in RT logs :wink:

I usually do Set($MailCommand, ‘testfile’);

or /bin/cat to get those mails in RT logs :wink:

I prefer the 3.8.9/4.0.0 approach of getting a tmpfile full of them

-kevin