hcl-bot
1
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
hcl-bot
2
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”).
hcl-bot
3
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?”
hcl-bot
4
Subject: RE: add @NotesDomain
Thanks a lot…