Providing FROM information in a mail through script

Hi,

I am trying set the ‘From’ field in the Memo form.

I am currently using the script :

docMail.Principal = “Malaya Swain”

In the mail, it displays Malaya_Swain%…

I want to remove those extra information along with %.

Please, advise how to go on this.

Thanks in advance,

Malaya

Subject: Providing FROM information in a mail through script

I think you need to provide a fully qualified name (i.e. “Malaya Swain/Sales/Acme/US”).

Subject: add @NotesDomain

The address placed in field Principal should be followed by “@NotesDomain

you can go here

http://www-10.lotus.com/ldd/today.nsf/62f62847467a8f78052568a80055b380/ef1565a0b202808285256c94004fd0fb?OpenDocument

and search for the topic

“How can I change the apparent sender of agent generated mail?”

Subject: RE: add @NotesDomain

Thanks a lot…