AboutPaski K. Paskaradevan Expertise I have 3 + years in Lotus Notes application development. I am a CLP R5 Application Development. I can answer any question pertaining to application development.
Experience R5 CLP. In addition, I have a bachelors degree in Engineering and a MBA.
Expert: Paski K. Paskaradevan Date: 12/6/2007 Subject: Reply-to-sender Agent from Shared Database
Question QUESTION: Hello, I have an agent running that replies to anyone who sends a mail to our departments shared database. But the reply-mail has my private mail address as sender. I want this to be the name of the shared database. Can you tell me how I can do this? Thanks in advance.
ANSWER: Hi,
In the scheduled agent, you have to include two lines.
One is use the ReplyTo to specify a return address other than yours.
Principal to specify from whom it is coming.
If the handle to the mail document is maildoc, then the lines will be like this.
Then sign the scheduled agent using a generic id and not your id.
That will solve your problem.
Regards.
Paski.
---------- FOLLOW-UP ----------
QUESTION: Thanks, but I am still unclear about this. I define the agent through the "create agent" panel. On that I can not type any coding. I can only click "Add Action". What action should I select then?
Thanks again.
Answer Hi,
I was under the impression that you have developed a lotus script agent for this.
You should write a lotus script agent to do this.
If you are a develper, go ahead and do it.
Otherwise, contact your developer and get this done.
In lotus script only you can set these properties.