I have new Lotus Domino Server 8.5.3 FP1 UP1 (Windows 2008 64bit).
I have created an xpages sample copied from help that send mail.
var doc:NotesDocument = database.createDocument();
doc.replaceItemValue("form", "Memo");
doc.replaceItemValue("sendTo", "[email protected]");
doc.replaceItemValue("subject", "hi there!");
doc.replaceItemValue("body", "content here");
doc.send();
But i have Unespected runtime Error
Error while executing JavaScript action expression Script interpreter error, line=6, col=5: [TypeError] Exception occurred calling method NotesDocument.send() null
▼ Stack Trace javax.faces.FacesException: Error while executing JavaScript action expression com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:102) com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:210) com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:96) com.ibm.xsp.controller.FacesControllerImpl.execute(FacesControllerImpl.java:250)
I have full uninstalled this server, and reinstall with same error.
In other testing server works, but in this server my lotus designer was 8.5.2 + Ext Lib and now is 8.5.3 FP1 UP1.
can you help me??
Thanks for all