On Apr 14, 2008, at 4:32 PM, Kevin Murphy wrote:
Kevin Murphy wrote:
When creating large numbers of tickets via Tools/Offline, is there a
good way of disabling associated mail notification?
On second thought, this is a pretty darn rare requirement. I retract my
question and comments :-)


If you _did_ want to do this,  I'd probably use the API and do this:

BEGIN {
no warnings 'redefine';
use RT::Action::SendEmail;
sub RT::Action::SendEmail::SendMessage {  return 1 }
};


-Kevin


_______________________________________________
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users

Community help: http://wiki.bestpractical.com
Commercial support: [EMAIL PROTECTED]


Discover RT's hidden secrets with RT Essentials from O'Reilly Media.
Buy a copy at http://rtbook.bestpractical.com


Attachment: PGP.sig
Description: This is a digitally signed message part

_______________________________________________
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users

Community help: http://wiki.bestpractical.com
Commercial support: [EMAIL PROTECTED]


Discover RT's hidden secrets with RT Essentials from O'Reilly Media. 
Buy a copy at http://rtbook.bestpractical.com

Reply via email to