这是我在SSJS上的Button Click Event中使用的代码:
try{
var doc:NotesDocument = currentDocument.getDocument();
doc.send(false,"tuser1@gmail.com");
}
catch(e)
{
sessionScope.Err123=e
}
这是我遇到的错误:
message Exception occurred calling method NotesDocument.send(boolean, string) null
请帮助,我无法在xpages上的ssjs中发送邮件。