<?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 Re: Sending email Alfresco 6.2 in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/sending-email-alfresco-6-2/m-p/136266#M36597</link>
    <description>&lt;P&gt;Hi &lt;SPAN class="UserName lia-user-name lia-user-rank-Member-II lia-component-message-view-widget-author-username"&gt;&lt;A href="https://hub.alfresco.com/t5/user/viewprofilepage/user-id/86000" target="_self" rel="nofollow noopener noreferrer"&gt;&lt;SPAN class=""&gt;jardelucio&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Go to your Alfresco docker installation path (e.g.: /opt/alfresco) and launch:&lt;/P&gt;&lt;PRE&gt;sudo docker-compose --tail=500 alfresco&lt;/PRE&gt;&lt;P&gt;Let us know what do you have.&lt;/P&gt;&lt;P&gt;Cheers.&lt;/P&gt;</description>
    <pubDate>Wed, 16 Jun 2021 08:02:26 GMT</pubDate>
    <dc:creator>cristinamr</dc:creator>
    <dc:date>2021-06-16T08:02:26Z</dc:date>
    <item>
      <title>Sending email Alfresco 6.2</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/sending-email-alfresco-6-2/m-p/136262#M36593</link>
      <description>&lt;DIV class="tw-ta-container hide-focus-ring tw-nfl"&gt;&lt;DIV class="tw-ta-container hide-focus-ring tw-nfl"&gt;&lt;PRE&gt;&lt;SPAN class="Y2IQFc"&gt;Hey guys!

I'm using an alfresco-content-community image; 6.2.0. And I need to configure to send email. I know that to do this I need to edit the alfresco-global.properties file, but when I find this file it is empty. I have two questions, which are as follows:

1) How can I edit or create this file and thus be able to send emails?
2) How can I unlock the alfresco-global.properties file in order to edit it?

I'm submitting the contents of docker-compose.yml below for analysis.

Thanks!&lt;/SPAN&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class="tw-target-rmn tw-ta-container hide-focus-ring tw-nfl"&gt;&lt;P&gt;# This docker-compose file will spin up an ACS cluster on a local host or on a server and it requires a minimum of 12GB Memory to distribute among containers.&lt;BR /&gt;# Limit container memory and assign X percentage to JVM. There are couple of ways to allocate JVM Memory for ACS Containers&lt;BR /&gt;# For example: 'JAVA_OPTS: "$JAVA_OPTS -XX:+PrintFlagsFinal -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap"'&lt;BR /&gt;# See Oracle docs&lt;BR /&gt;# If the container memory is not explicitly set then the flags above will set the max heap default to 1/4 of the container's memory, which may not be ideal.&lt;BR /&gt;# For performance tuning, assign the container memory and give a percentage of it to the JVM.&lt;/P&gt;&lt;P&gt;# Using version 2 as 3 does not support resource constraint options (cpu_*, mem_* limits) for non swarm mode in Compose&lt;BR /&gt;version: "2"&lt;/P&gt;&lt;P&gt;services:&lt;BR /&gt;alfresco:&lt;BR /&gt;image: alfresco/alfresco-content-repository-community:6.2.0-ga&lt;BR /&gt;mem_limit: 1500m&lt;BR /&gt;environment:&lt;BR /&gt;JAVA_OPTS: "&lt;BR /&gt;-Ddb.driver=org.postgresql.Driver&lt;BR /&gt;-Ddb.username=alfresco&lt;BR /&gt;-Ddb.password=alfresco&lt;BR /&gt;-Ddb.url=jdbc&lt;img id="smileytongue" class="emoticon emoticon-smileytongue" src="https://connect.hyland.com/i/smilies/16x16_smiley-tongue.png" alt="Smiley Tongue" title="Smiley Tongue" /&gt;ostgresql://postgres:5432/alfresco&lt;BR /&gt;-Dsolr.host=solr6&lt;BR /&gt;-Dsolr.port=8983&lt;BR /&gt;-Dsolr.secureComms=none&lt;BR /&gt;-Dsolr.base.url=/solr&lt;BR /&gt;-Dindex.subsystem.name=solr6&lt;BR /&gt;-Dshare.host=127.0.0.1&lt;BR /&gt;-Dshare.port=8080&lt;BR /&gt;-Dalfresco.host=localhost&lt;BR /&gt;-Dalfresco.port=8080&lt;BR /&gt;-Daos.baseUrlOverwrite=http://localhost:8080/alfresco/aos&lt;BR /&gt;-Dmessaging.broker.url=\"failover&lt;img id="smileysad" class="emoticon emoticon-smileysad" src="https://connect.hyland.com/i/smilies/16x16_smiley-sad.png" alt="Smiley Sad" title="Smiley Sad" /&gt;nio://activemq:61616)?timeout=3000&amp;amp;jms.useCompression=true\"&lt;BR /&gt;-Ddeployment.method=DOCKER_COMPOSE&lt;/P&gt;&lt;P&gt;-Dlocal.transform.service.enabled=true&lt;BR /&gt;-DlocalTransform.pdfrenderer.url=http://alfresco-pdf-renderer:8090/&lt;BR /&gt;-DlocalTransform.imagemagick.url=http://imagemagick:8090/&lt;BR /&gt;-DlocalTransform.libreoffice.url=http://libreoffice:8090/&lt;BR /&gt;-DlocalTransform.tika.url=http://tika:8090/&lt;BR /&gt;-DlocalTransform.misc.url=http://transform-misc:8090/&lt;/P&gt;&lt;P&gt;-Dlegacy.transform.service.enabled=true&lt;BR /&gt;-Dalfresco-pdf-renderer.url=http://alfresco-pdf-renderer:8090/&lt;BR /&gt;-Djodconverter.url=http://libreoffice:8090/&lt;BR /&gt;-Dimg.url=http://imagemagick:8090/&lt;BR /&gt;-Dtika.url=http://tika:8090/&lt;BR /&gt;-Dtransform.misc.url=http://transform-misc:8090/&lt;/P&gt;&lt;P&gt;-Dcsrf.filter.enabled=false&lt;BR /&gt;-Xms1500m -Xmx1500m&lt;BR /&gt;"&lt;/P&gt;&lt;P&gt;alfresco-pdf-renderer:&lt;BR /&gt;image: alfresco/alfresco-pdf-renderer:2.1.0&lt;BR /&gt;mem_limit: 1g&lt;BR /&gt;environment:&lt;BR /&gt;JAVA_OPTS: " -Xms256m -Xmx512m"&lt;BR /&gt;ports:&lt;BR /&gt;- 8090:8090&lt;/P&gt;&lt;P&gt;imagemagick:&lt;BR /&gt;image: alfresco/alfresco-imagemagick:2.1.0&lt;BR /&gt;mem_limit: 1g&lt;BR /&gt;"docker-compose.yml" [noeol] 154L, 5610C&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 14 Jun 2021 12:14:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/sending-email-alfresco-6-2/m-p/136262#M36593</guid>
      <dc:creator>jardelucio</dc:creator>
      <dc:date>2021-06-14T12:14:25Z</dc:date>
    </item>
    <item>
      <title>Re: Sending email Alfresco 6.2</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/sending-email-alfresco-6-2/m-p/136263#M36594</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;Check &lt;A href="https://hub.alfresco.com/t5/alfresco-content-services-forum/alfresco-community-6-2-docker-outbound-email-configuration/td-p/306366" target="_self" rel="nofollow noopener noreferrer"&gt;this post&lt;/A&gt;, you have there everything explained.&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Cristina.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jun 2021 14:01:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/sending-email-alfresco-6-2/m-p/136263#M36594</guid>
      <dc:creator>cristinamr</dc:creator>
      <dc:date>2021-06-14T14:01:17Z</dc:date>
    </item>
    <item>
      <title>Re: Sending email Alfresco 6.2</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/sending-email-alfresco-6-2/m-p/136264#M36595</link>
      <description>&lt;P&gt;You can add your email configuration to JAVA_OPTS section&lt;/P&gt;
&lt;PRE&gt;services:
  alfresco:
    environment:
      JAVA_OPTS: ""&lt;/PRE&gt;</description>
      <pubDate>Mon, 14 Jun 2021 14:02:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/sending-email-alfresco-6-2/m-p/136264#M36595</guid>
      <dc:creator>angelborroy</dc:creator>
      <dc:date>2021-06-14T14:02:28Z</dc:date>
    </item>
    <item>
      <title>Re: Sending email Alfresco 6.2</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/sending-email-alfresco-6-2/m-p/136265#M36596</link>
      <description>&lt;DIV class="tw-ta-container hide-focus-ring tw-nfl"&gt;&lt;PRE&gt;&lt;SPAN class="Y2IQFc"&gt;Hi!

I entered the email settings in docker-compose, and since then I can't authenticate anymore, the message "Your authentication details were not recognized or Alfresco Content Services is not currently available" appears. How can I check the logs for the cause of this message?

&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;DIV class="tw-target-rmn tw-ta-container hide-focus-ring tw-nfl"&gt;&lt;PRE&gt;&amp;nbsp;&lt;/PRE&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 15 Jun 2021 19:17:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/sending-email-alfresco-6-2/m-p/136265#M36596</guid>
      <dc:creator>jardelucio</dc:creator>
      <dc:date>2021-06-15T19:17:42Z</dc:date>
    </item>
    <item>
      <title>Re: Sending email Alfresco 6.2</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/sending-email-alfresco-6-2/m-p/136266#M36597</link>
      <description>&lt;P&gt;Hi &lt;SPAN class="UserName lia-user-name lia-user-rank-Member-II lia-component-message-view-widget-author-username"&gt;&lt;A href="https://hub.alfresco.com/t5/user/viewprofilepage/user-id/86000" target="_self" rel="nofollow noopener noreferrer"&gt;&lt;SPAN class=""&gt;jardelucio&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Go to your Alfresco docker installation path (e.g.: /opt/alfresco) and launch:&lt;/P&gt;&lt;PRE&gt;sudo docker-compose --tail=500 alfresco&lt;/PRE&gt;&lt;P&gt;Let us know what do you have.&lt;/P&gt;&lt;P&gt;Cheers.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jun 2021 08:02:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/sending-email-alfresco-6-2/m-p/136266#M36597</guid>
      <dc:creator>cristinamr</dc:creator>
      <dc:date>2021-06-16T08:02:26Z</dc:date>
    </item>
    <item>
      <title>Re: Sending email Alfresco 6.2</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/sending-email-alfresco-6-2/m-p/136267#M36598</link>
      <description>&lt;P&gt;Thanks !&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jun 2021 12:01:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/sending-email-alfresco-6-2/m-p/136267#M36598</guid>
      <dc:creator>jardelucio</dc:creator>
      <dc:date>2021-06-16T12:01:53Z</dc:date>
    </item>
    <item>
      <title>Re: Sending email Alfresco 6.2</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/sending-email-alfresco-6-2/m-p/136268#M36599</link>
      <description>&lt;P&gt;Does this command show me the error logs? I got no response from this command.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jun 2021 19:03:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/sending-email-alfresco-6-2/m-p/136268#M36599</guid>
      <dc:creator>jardelucio</dc:creator>
      <dc:date>2021-06-16T19:03:19Z</dc:date>
    </item>
    <item>
      <title>Re: Sending email Alfresco 6.2</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/sending-email-alfresco-6-2/m-p/136269#M36600</link>
      <description>&lt;P&gt;Did you went to your Alfresco root path installation before to execute it?&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jun 2021 07:22:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/sending-email-alfresco-6-2/m-p/136269#M36600</guid>
      <dc:creator>cristinamr</dc:creator>
      <dc:date>2021-06-17T07:22:22Z</dc:date>
    </item>
  </channel>
</rss>

