What is doc.send() EXACTLY doing?

Hi there,is anybody out there who can tell me, how a doc.send() works?

Following situation:

we received a mail from a webbased form, where the sender entered “his” eMail-adress, e.g. joe@ourcompany.de (where “ourcompany” is our company’s domain) - the DB where that mail arrives is sending an autoresponder to the sender. So a doc is generated with a “SendTo”-field containing “joe@ourcompany.de” and is sent using doc.send(false, false).

There isn’t such a adress in our company, so what happens is that the mail is sent to some guy within our corporate group (let’s say joe.doe@anothercopmany.de")…

It seems that somewhere between the “send” method is called in the DB and the mail is effecitivily sent, Domino is doing something - can this be suppressed?

TIA

Buzzy