I have a web form that uses the windows user id and password (active Directory authentication using LDAP)for login. When emails are sent from this form thru server agents, I capture the user id by using remote_user(0) or by storing the username in a field using @Command([CN];@UserName).
Either way when I receive the email from the notes form in MS Outlook, the from field displays the ENITRE Name for the person eg: instead of saying Srinivasan, Priya S. it shows the following in MS Outlook:
From: “CN=Srinivasan,Priya_S./OU=WICApplicationDevelopment/OU=OMA/OU=Corp/DC=corp/DC=westworlds/DC=com%WEST”@
How can I display just the user name in outlook ? Is there a configuration setting that I need to alter ? IS this related to trhe RFC822 configuration setting ?
Please let me know ASAP.