Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

more than one address in send mail change automatically the first

Status
Not open for further replies.

kattor

Technical User
Feb 27, 2002
4
ES
Hello,

When I do a new memo, if I send a message to more than one person, the first address dissappears and it's replaced automatically by the second address. Also in the to, cc or bcc fields.

Any idea? Thank you
 
That sounds really strange Kattor, do you have a modified Notes Mail template? I'd replace the template of your database with the one on the server. If that's the problem template, I'd look into getting the correct one from Lotus (Perhaps the install CD's? - I don't know, I don't do Administration and don't usually mess with those).

I definately think it's your mail db design though. (unless you have something funny going on with your Names.nsf)

Is it always the Same names that get wiped out? Have you tried reversing the names (put the name that's second, first) and determined if it's always just the 1st name in the list? I'd say that would limit it to specifically your design template.

Try this: Type in a list in the Send field, and refresh your document (F9). If it disappears, I'd say to look at the different sections of code for your SendTo, CopyTo, and BlindCopyTo fields of your Memo* form. Check the InputTranslation, InputValidation, etc. My guess is the InputTranslation formula might be odd. Mine's just listed as:
Code:
@OptimizeMailAddress(SendTo)
But, that's Notes4.6 and might be different with different versions of notes. If it seems to be using any @Subset() functions in there, the function might be hosed, and killing the first element of the list.

Of course, I could be waaay off base on the whole thing.
-MoGryph
[8O)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top