Lotus email client issue -


i using lotus email client. have .net application send email notification users on operation. email client showing wrong data . lets user xyz in field , in cc field of email. when open email in lotus client , name appear both in , cc field :( .

can 1 ?

i not aware settings on lotus notes client related problem to , cc fields described in question.

most code composes email message incorrectly (from lotus notes/domino's point of view), , client represents mail document described.

in lotus notes client, open mail database, open email document properties , inspect 2 fields:

  1. sendto (it shown in "to" field when open email document in lotus client)

sendto contents

  1. copyto (it shown in "cc" field when open email document in lotus client)

copyto contents

check contents of every field (blurred on example pictures not reveal email addresses in public, in case there (should be) correct email addresses).

if there correct email addresses , when open email document shows incorrect addresses in to , cc fields, bug in lotus notes mail database. while possible improbable particular case point of view.

if there not correct information in these fields, code composed email document incorrectly. , need inspect code , change it.


Comments

Popular posts from this blog

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -

php - Magento - Deleted Base url key -

android - How to disable Button if EditText is empty ? -