Message@Me: Can we cutoff end of email addresses?
2 answers
Our group uses LDAP authentication when logging in so everyone uses their xxxx@us.ibm.com ids. It makes the Message@Me functionality less user-friendly when we have to type in @xxxx@us.ibm.com.
Is there a way to configure it so we don't have to add the @us.ibm.com to the end?
You can use the CTRL + Space in Eclipse to pick the user ID.
The @ uses the ID of the user. If the ID is xxx@us.ibm.com you need to type it since the @us.ibm.com is an integral part of the ID schema you chose to use. Actually this ID is not used to send mails to but it is used to look up the the internal e-mail address stored in RTC for that user ID, which could potentially completely different.
Our group uses LDAP authentication when logging in so everyone uses their xxxx@us.ibm.com ids. It makes the Message@Me functionality less user-friendly when we have to type in @xxxx@us.ibm.com.
Is there a way to configure it so we don't have to add the @us.ibm.com to the end?
You can use the CTRL + Space in Eclipse to pick the user ID.
The @ uses the ID of the user. If the ID is *@us.ibm.com you need to type it since the @us.ibm.com is an integral part of the ID schema you chose to use. Actually this ID is not used to send mails to but it is used to look up the the internal e-mail address stored in RTC for that user ID, which could potentially completely different.
Thanks Ralph,
I saw the Content Assist functionality in Eclipse but unfortunately 95% of our users are on the Web Client only.
I was hoping there was a way to use an Alias or maybe the Name field in the user profile.