I'm trying to create a custom condition that prevents the requestor
from receiving transactional emails each time they send in an update.
I have a separate scrip for the requestor side, but I'm having
problems writing the custom condition.

I would assume I would want something similar to this, but it doesn't
work.  It always sends the email.

return 0 if $self->TransactionObj->IsInbound;
return 1;

Can someone give me any pointers?  I haven't found an example of
exactly what I want to do.

Sincerely,
Doug Eubanks
[email protected]
K1DUG
(919) 201-8750

Reply via email to