You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

dear all,

i am trying to set up a simple workflow but the email plugin cant send out email. I tried same configuration in my outlook and it works fine.

Anyone can help me with this?

INFO 31 May 2011 03:32:13 org.joget.plugin.email.EmailPlugin$1 - EmailPlugin:
Sending email from=kelvin@dsop.com.my, to=cc=kelvin@dsop.com.my, subject=leave r
eject
INFO 31 May 2011 03:32:13 org.joget.workflow.controller.WorkflowJsonController

  • Assignment 202_201_testleave_newpkg1_wp1_validate completed
    ERROR 31 May 2011 03:32:34 org.joget.plugin.email.EmailPlugin$1 - org.apache.co
    mmons.mail.EmailException: Sending the email to the following server failed : ma
    il.dsop.com.my:25
    org.apache.commons.mail.EmailException: Sending the email to the following serve
    r failed : mail.dsop.com.my:25
    at org.apache.commons.mail.Email.sendMimeMessage(Email.java:1138)
    at org.apache.commons.mail.Email.send(Email.java:1163)
    at org.joget.plugin.email.EmailPlugin$1.run(EmailPlugin.java:146)
    at java.lang.Thread.run(Thread.java:619)
    Caused by: javax.mail.MessagingException: Could not connect to SMTP host: mail.d
    sop.com.my, port: 25;
    nested exception is:
    java.net.ConnectException: Connection timed out: connect
    at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:1282)
    at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:37
    0)
    at javax.mail.Service.connect(Service.java:297)
    at javax.mail.Service.connect(Service.java:156)
    at javax.mail.Service.connect(Service.java:105)
    at javax.mail.Transport.send0(Transport.java:168)
    at javax.mail.Transport.send(Transport.java:98)
    at org.apache.commons.mail.Email.sendMimeMessage(Email.java:1128)
    ... 3 more
    Caused by: java.net.ConnectException: Connection timed out: connect
    at java.net.PlainSocketImpl.socketConnect(Native Method)
    at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
    at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
    at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
    at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
    at java.net.Socket.connect(Socket.java:519)
    at java.net.Socket.connect(Socket.java:469)
    at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:232)
    at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:189)
    at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:1250)
    ... 10 more
  • No labels