Hi,I have written a form with a more friendly UI for an eMail. After the user click on the send button I fetch in a lotus script agent the backend document, change the forminto Memo and send the document send.
The sending is ok, if the sendTo address in ok. If a failure occure the user doesn’t get any failure mail. Is there some wrong configuration on the server? What can I do?
Within your DD, Check Servers, Messaging, Configuration document, Select Router/SMTP,Advanced, Controls. An entry called ‘Hold Undeliverable Mail’ should be set to Disabled.
Hi Felice,thanxs for your suggestion. But we have set this configuration. The return mails are working if we create a new NotesDocument and send this. We have only problems in a special case.
We have a new UI Document with the form name ‘E-Mail’. Then we fetch the backend document with uidoc.document. We change the form into ‘memo’ and then we send the document. In this case we don’t get any failure mails. There must be something wrong in the backend document and we don’t know what?