<?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: Help Multi-tennancy emails in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/help-multi-tennancy-emails/m-p/247277#M200407</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I Have a multi-tennancy.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In one of those, I have created spaces and a simple workflow that when some documents are posted into the space it sends an email to the user of the space warning about new documents.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;The workflow sends the email, but it is sended through: "&lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:admin@alfresco.com" rel="nofollow noopener noreferrer"&gt;admin@alfresco.com&lt;/A&gt;&lt;SPAN&gt;" and some email servers appears not to deliver it. &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have also checked the log file… and there isn't an error.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;So, I think if I change the "&lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:admin@alfresco.com" rel="nofollow noopener noreferrer"&gt;admin@alfresco.com&lt;/A&gt;&lt;SPAN&gt;" for this tennancy it may work and the email servers will deliver the messages.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I said that because with gmail addresses it works fine, so I know the workflow is working fine…. it sends emails to gmail.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any clues?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'd appreciate how to solve that.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 14 Jan 2011 14:19:10 GMT</pubDate>
    <dc:creator>valfontanette</dc:creator>
    <dc:date>2011-01-14T14:19:10Z</dc:date>
    <item>
      <title>Help Multi-tennancy emails</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/help-multi-tennancy-emails/m-p/247274#M200404</link>
      <description>Hi everyone,I also have a multi-tennancy with my clients and I have a problem…about the outgoing email.In my file "alfresco-global.properties" on "Alfresco\tomcat\shared\classes" I have the mail.username = name@mycompany.com and it sends the email with this email.But for the other clients it sends t</description>
      <pubDate>Thu, 13 Jan 2011 18:30:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/help-multi-tennancy-emails/m-p/247274#M200404</guid>
      <dc:creator>valfontanette</dc:creator>
      <dc:date>2011-01-13T18:30:20Z</dc:date>
    </item>
    <item>
      <title>Re: Help Multi-tennancy emails</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/help-multi-tennancy-emails/m-p/247275#M200405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;How are you sending emails?&amp;nbsp;&amp;nbsp; If you are using the mail action then the email will be sent from the "current" user.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And allowed senders controls who is allowed to send SMTP email into alfresco rather than anything to do with sending email out of Alfresco.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jan 2011 19:59:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/help-multi-tennancy-emails/m-p/247275#M200405</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2011-01-13T19:59:15Z</dc:date>
    </item>
    <item>
      <title>Re: Help Multi-tennancy emails</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/help-multi-tennancy-emails/m-p/247276#M200406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi thanks for your reply,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Do you know how can I achieve this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;How to have for each client in the multi-tennancy the client email?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;Client 1 -&amp;nbsp; send email is &lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:name@client1.com" rel="nofollow noopener noreferrer"&gt;name@client1.com&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;Client 2 -&amp;nbsp; send email is &lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:name@client2.com" rel="nofollow noopener noreferrer"&gt;name@client2.com&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;instead of sending emails with &lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:admin@alfresco.com" rel="nofollow noopener noreferrer"&gt;admin@alfresco.com&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you help me?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jan 2011 21:24:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/help-multi-tennancy-emails/m-p/247276#M200406</guid>
      <dc:creator>valfontanette</dc:creator>
      <dc:date>2011-01-13T21:24:04Z</dc:date>
    </item>
    <item>
      <title>Re: Help Multi-tennancy emails</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/help-multi-tennancy-emails/m-p/247277#M200407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I Have a multi-tennancy.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In one of those, I have created spaces and a simple workflow that when some documents are posted into the space it sends an email to the user of the space warning about new documents.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;The workflow sends the email, but it is sended through: "&lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:admin@alfresco.com" rel="nofollow noopener noreferrer"&gt;admin@alfresco.com&lt;/A&gt;&lt;SPAN&gt;" and some email servers appears not to deliver it. &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have also checked the log file… and there isn't an error.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;So, I think if I change the "&lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:admin@alfresco.com" rel="nofollow noopener noreferrer"&gt;admin@alfresco.com&lt;/A&gt;&lt;SPAN&gt;" for this tennancy it may work and the email servers will deliver the messages.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I said that because with gmail addresses it works fine, so I know the workflow is working fine…. it sends emails to gmail.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any clues?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'd appreciate how to solve that.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jan 2011 14:19:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/help-multi-tennancy-emails/m-p/247277#M200407</guid>
      <dc:creator>valfontanette</dc:creator>
      <dc:date>2011-01-14T14:19:10Z</dc:date>
    </item>
    <item>
      <title>Re: Help Multi-tennancy emails</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/help-multi-tennancy-emails/m-p/247278#M200408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I know my first answer is not 100% in line with your requirements, since you are at inside a workflow execution,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;And my second proposal supposes you are under Linux, and have an easy outbounding targets mapping….&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1) If you use the "action":"send notification message", the email will be sent with the user that launches the action.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2) If your recipients are always @client1.com and @client2.com (or mostly), you can configure alfresco to use your local postfix instance, and playing postfix rewrite rules…&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://www.postfix.org/ADDRESS_REWRITING_README.html" rel="nofollow noopener noreferrer"&gt;http://www.postfix.org/ADDRESS_REWRITING_README.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;From my knowledge, there is no better way today.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Francois Lefoll&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jan 2011 11:41:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/help-multi-tennancy-emails/m-p/247278#M200408</guid>
      <dc:creator>flefoll</dc:creator>
      <dc:date>2011-01-19T11:41:26Z</dc:date>
    </item>
  </channel>
</rss>

