Hi
I am sending an mailmessage (through Lotusscript) to externally (outside the Domino environment). I use the following code to send automated message with a predefined name:
doc.Principal =“DocManIndexer”
doc.INetFrom = “DocManIndexer”
doc.From = “DocManIndexer”
The send mailmessage does not show this name as a sender. Instead it shows the emailadress of the signer of the Lotus Notes agent. Ofcourse I want the sender name to be DocManIndexer.
What must I change (or add) to make sure the senders name is allways “DocManIndexer”?
Regards