QUESTION POSED ON: 26 November 2002
I need to create an anonymous mail-in form; however, the From field is always updated at the time the document is mailed. I am creating the document using LotusScript and sending with the NotesDocument send method. I've tried not adding a From field in my script and setting the value of the From field; however, Notes always updates it with the user's name when it is sent.
Is there any way to override this? I don't want to have to run an agent every time mail arrives in my mail-in database.
|