The email sent by XWiki is supposed to contain a link, on which the user is supposed to click on. What does the email look like ? On Mon, Aug 11, 2008 at 8:27 AM, syam_kg <[email protected]> wrote:
Hi Thanks ! It was a problem with SMTP configuration. But when I login with the created ID it is giving me an error message 'Your account is not yet active, because your email has not yet been confirmed'. Do you have an idea on how to confirm the email sent while registration ?
Regards Syam
Jean-Vincent Drean wrote:
Hi,
looks like there's a problem with your SMTP configuration, is it correctly configured in the wiki preferences ? can you look at your SMTP logs to see what happens ?
JV.
On Wed, Aug 6, 2008 at 11:53 AM, syam_kg <[email protected]> wrote:
Hi All
We are using xwiki-enterprise-1.5 which have the option to send the validation email to the person who registers new. But I am getting the following error when i click on the Register button on the Registration page.
Error number 10003 in 10: Exception while sending email from [email protected] to [Ljava.lang.String;@68ece8 Wrapped Exception: Connection reset com.xpn.xwiki.XWikiException: Error number 10003 in 10: Exception while sending email from [email protected] to [Ljava.lang.String;@68ece8 Wrapped Exception: Connection reset at com.xpn.xwiki.XWiki.sendMessage(XWiki.java:3305) at com.xpn.xwiki.XWiki.sendMessage(XWiki.java:3328) at com.xpn.xwiki.XWiki.sendValidationEmail(XWiki.java:3242) at com.xpn.xwiki.XWiki.sendValidationEmail(XWiki.java:3207) at com.xpn.xwiki.XWiki.createUser(XWiki.java:3161) at com.xpn.xwiki.web.RegisterAction.action(RegisterAction.java:41) at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:215) at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:115) at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431) at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236) at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196) at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:432) at javax.servlet.http.HttpServlet.service(HttpServlet.java:616) at javax.servlet.http.HttpServlet.service(HttpServlet.java:689) at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:428) at org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:830) at com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:287) at org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:821) at com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112) at org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:821) at org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicationHandler.java:471) at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:568) at org.mortbay.http.HttpContext.handle(HttpContext.java:1565) at org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicationContext.java:633) at org.mortbay.http.HttpContext.handle(HttpContext.java:1517) at org.mortbay.http.HttpServer.service(HttpServer.java:954) at org.mortbay.http.HttpConnection.service(HttpConnection.java:816) at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:983) at org.mortbay.http.HttpConnection.handle(HttpConnection.java:833) at org.mortbay.http.SocketListener.handleConnection(SocketListener.java:244) at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:357) at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:534)
Do we need to do any specific configuration to avail the email functionality ?
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- View this message in context: http://n2.nabble.com/Exception-on-sending-the-Registration-validation-Email-... Sent from the XWiki- Users mailing list archive at Nabble.com.
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Jean-Vincent Drean