SMTP error

Hi. I’m troubleshooting a webM project I just inherited. There is an interface which churns some data and outputs a file, which is sent via smtp. I am getting errors whenever this runs, although the file is still being generated, the email is still being sent, and the attachment and email content is all correct. This email is being passed through TN. The errors I am getting are:

com.wm.app.b2b.server.ServiceException: [B2BCORE.0068.9106] No filename nor content included in the attachment!

and

com.wm.lang.flow.FlowException:File Not Found

I tried moving stuff around, but it definitely appears to be barfing on the smtp call no matter what I do…

Any ideas?

Thanks in Advance!

Jen