07-02-2016 02:36 AM
07-06-2016 05:46 AM
07-25-2016 05:20 PM
08-22-2016 07:14 AM
12-31-2016 11:22 AM
Here is the gmail config that I used with Activiti Enterprise 1.5.2
It worked well:
email.enabled=true
email.host=smtp.gmail.com
email.port=587
email.useCredentials=true
email.username=email@gmail.com
email.password=your password of gmail
email.ssl=false
email.tls=true
email.base.url=http://localhost:8080/activiti-app
email.from.default=email@gmail.com
email.from.default.name=Activiti
email.feedback.default=email@gmail.com
01-01-2017 11:27 PM
Hi,
With Gmail Conf
email.host=smtp.gmail.com
email.port=465
email.encoding=UTF-8
email.username=xxx@gmail.com
email.password=xxx
email.protocol=smtps
email.from.default=xxx.com
email.smtps.starttls.enable=true
email.smtps.auth=true
or you can may refer this link Activiti User Guide
05-03-2018 07:14 PM
Hi I have tried using your configuration for the latest version of Activiti (6.0.0) in the activiti-app.properties file in /Applications/tomcat/webapps/activiti-app/WEB-INF/classes/META-INF/activiti-app but it does not work for me, I also tried it with yahoo but that does not work either, any suggestions?
Following is my yahoo configuration:
email.enabled=true
email.default=xxx@yahoo.com
email.host=smtp.mail.yahoo.com
email.port=465
email.username=xxx@yahoo.com
email.password=xxxx
email.protocol=smtps
email.smtps.starttls.enable=true
email.smtps.auth=true
And following is the error I get both for gmail and yahoo:
Caused by: javax.mail.MessagingException: Could not connect to SMTP host: smtp.mail.yahoo.com, port: 465, response: -1
at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2041)
at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:697)
at javax.mail.Service.connect(Service.java:364)
at javax.mail.Service.connect(Service.java:245)
at javax.mail.Service.connect(Service.java:194)
at javax.mail.Transport.send0(Transport.java:253)
at javax.mail.Transport.send(Transport.java:124)
at org.apache.commons.mail.Email.sendMimeMessage(Email.java:1411)
... 104 more
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.