Web Connection
Expose AddAttachment in wwprocess:SendErrorEmail
Hi Rick,
How would you feel about exposing AddAttachment in the above referenced method? For example, let's say I wanted dump LIST STATUS to a file and then attach that file as opposed to adding it to the email body? I assume that would also have to carry through to SendAdminEmail since that's where the action actually happens...
Or I guess I can roll my own.

If you need attachments roll your own or simply override the method by copying it into your own class and taking over the wwSmtp sending. I think the method in wwProcess just forwards to the wwServer method, so you can use that code as a base and add the attachment or capture of data.
+++ Rick ---