<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Email Configuration in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/email-configuration/m-p/237861#M190991</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm trying to configure email on the Activiti enterprise and I've the following defined under activiti-app.properties,but once it try to send mail I'm getting following exception.Can any body advise on this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;email.host=smtp.mail.yahoo.com&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;email.port=587&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;email.useCredentials=true&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:email.username=anilkumarreddy@yahoo.com" rel="nofollow noopener noreferrer"&gt;email.username=anilkumarreddy@yahoo.com&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;email.password=####&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;email.enabled=true&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;emai.UseSSL=false&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;email.UseTLS=true&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;email.base.url=&lt;/SPAN&gt;&lt;A href="http://localhost:8080/activiti-app" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/activiti-app&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:email.from.default=no-reply@activiti.com" rel="nofollow noopener noreferrer"&gt;email.from.default=no-reply@activiti.com&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;email.from.default.name=Activiti BPM&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:email.feedback.default=activiti@alfresco.com" rel="nofollow noopener noreferrer"&gt;email.feedback.default=activiti@alfresco.com&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; [activiti-app-rest-Executor-1] ERROR com.activiti.service.common.EmailService&amp;nbsp; - Error while sending mail about a created task (15006) Mail server&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;connection failed; nested exception is com.sun.mail.util.MailConnectException: C&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ouldn't connect to host, port: smtp.mail.yahoo.com, 587; timeout -1;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; nested exception is:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; java.net.SocketException: Permission denied: connect. Failed messages: c&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;om.sun.mail.util.MailConnectException: Couldn't connect to host, port: smtp.mail&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;.yahoo.com, 587; timeout -1;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; nested exception is:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; java.net.SocketException: Permission denied: connect&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Anil&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Oct 2016 18:53:07 GMT</pubDate>
    <dc:creator>narranil2</dc:creator>
    <dc:date>2016-10-04T18:53:07Z</dc:date>
    <item>
      <title>Email Configuration</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/email-configuration/m-p/237861#M190991</link>
      <description>I'm trying to configure email on the Activiti enterprise and I've the following defined under activiti-app.properties,but once it try to send mail I'm getting following exception.Can any body advise on this?email.host=smtp.mail.yahoo.comemail.port=587email.useCredentials=trueemail.username=anilkumar</description>
      <pubDate>Tue, 04 Oct 2016 18:53:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/email-configuration/m-p/237861#M190991</guid>
      <dc:creator>narranil2</dc:creator>
      <dc:date>2016-10-04T18:53:07Z</dc:date>
    </item>
    <item>
      <title>Re: Email Configuration</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/email-configuration/m-p/237862#M190992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I was able to send an email successfully using the yahoo smtp setting you have there. Looks like the SSL and TLS configs you have is incorrect. Please fix those property names as described in &lt;/SPAN&gt;&lt;A href="https://docs.alfresco.com/activiti/docs/admin-guide/1.5.0/#emailServerConfiguration" rel="nofollow noopener noreferrer"&gt;https://docs.alfresco.com/activiti/docs/admin-guide/1.5.0/#emailServerConfiguration&lt;/A&gt;&lt;SPAN&gt; and try again.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;email.ssl=true&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;email.tls=true&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ciju&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Oct 2016 00:21:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/email-configuration/m-p/237862#M190992</guid>
      <dc:creator>cjose</dc:creator>
      <dc:date>2016-10-24T00:21:53Z</dc:date>
    </item>
    <item>
      <title>Re: Email Configuration</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/email-configuration/m-p/237863#M190993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the info,I'm able to figure it out and now I'm able to send email.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Oct 2016 19:41:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/email-configuration/m-p/237863#M190993</guid>
      <dc:creator>narranil2</dc:creator>
      <dc:date>2016-10-24T19:41:41Z</dc:date>
    </item>
  </channel>
</rss>

