Is there any way trac could be made to work with a custom mail tool?
For example, imagine a command line script which takes all of it's arguments from it's command line arguments:
script -s sender -t title -to [email protected] -b body
The tool is configured to use COM for email sending, and I think it would be impossible to define an SMTP server for trac to use.