<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <title>Send workflow notification to a manual email address</title>
  <link rel="self" href="https://liferay.dev/c/message_boards/find_thread?p_l_id=119785294&amp;threadId=122127786" />
  <subtitle>Send workflow notification to a manual email address</subtitle>
  <id>https://liferay.dev/c/message_boards/find_thread?p_l_id=119785294&amp;threadId=122127786</id>
  <updated>2026-04-04T03:13:36Z</updated>
  <dc:date>2026-04-04T03:13:36Z</dc:date>
  <entry>
    <title>RE: Send workflow notification to a manual email address</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=122230778" />
    <author>
      <name>Jamie Sammons</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=122230778</id>
    <updated>2023-11-13T20:09:05Z</updated>
    <published>2023-11-13T20:09:04Z</published>
    <summary type="html">&lt;p&gt;Hi Olivier, &lt;span&gt;
    &lt;span&gt;can you share more details of the real use case?&lt;/span&gt;
  &lt;/span&gt;
&lt;/p&gt;</summary>
    <dc:creator>Jamie Sammons</dc:creator>
    <dc:date>2023-11-13T20:09:04Z</dc:date>
  </entry>
  <entry>
    <title>RE: Send workflow notification to a manual email address</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=122211388" />
    <author>
      <name>Jamie Sammons</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=122211388</id>
    <updated>2023-10-31T16:14:01Z</updated>
    <published>2023-10-31T16:13:59Z</published>
    <summary type="html">&lt;p&gt;Feature Request Created: https://liferay.atlassian.net/browse/LPS-200520&lt;/p&gt;</summary>
    <dc:creator>Jamie Sammons</dc:creator>
    <dc:date>2023-10-31T16:13:59Z</dc:date>
  </entry>
  <entry>
    <title>Send workflow notification to a manual email address</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=122127785" />
    <author>
      <name>Olivier Bonnet-Torrès</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=122127785</id>
    <updated>2023-10-23T22:58:27Z</updated>
    <published>2023-10-18T18:24:18Z</published>
    <summary type="html">&lt;p&gt;In workflows, it would be great to be able to send an email
  notification to some external robot email address (like a generic
  mailing list address).&lt;/p&gt;
&lt;p&gt;This would need to have the corresponding
  &amp;lt;email-address&amp;gt;my@address.mail&amp;lt;/email-address&amp;gt; for
  injection in the XML source.&lt;/p&gt;
&lt;p&gt;Option is to connect to a vocabulary category property.&lt;/p&gt;
&lt;p&gt;Example:&lt;/p&gt;
&lt;pre&gt;
&lt;code class="language-html"&gt;             &amp;lt;notification&amp;gt;
                &amp;lt;name&amp;gt;Creator Modification Notification&amp;lt;/name&amp;gt;
                &amp;lt;template&amp;gt;
                    &amp;lt;![CDATA[Your submission was rejected by ${userName}, please modify and resubmit.]]&amp;gt;
                &amp;lt;/template&amp;gt;
                &amp;lt;template-language&amp;gt;freemarker&amp;lt;/template-language&amp;gt;
                &amp;lt;notification-type&amp;gt;email&amp;lt;/notification-type&amp;gt;
                &amp;lt;notification-type&amp;gt;user-notification&amp;lt;/notification-type&amp;gt;
                &amp;lt;recipients receptionType=&amp;quot;to&amp;quot;&amp;gt;
                    &amp;lt;user /&amp;gt;
                    &amp;lt;email-address&amp;gt;my@address.mail&amp;lt;/email-address&amp;gt;
                &amp;lt;/recipients&amp;gt;
                &amp;lt;execution-type&amp;gt;onAssignment&amp;lt;/execution-type&amp;gt;
            &amp;lt;/notification&amp;gt;&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt; &lt;/p&gt;</summary>
    <dc:creator>Olivier Bonnet-Torrès</dc:creator>
    <dc:date>2023-10-18T18:24:18Z</dc:date>
  </entry>
</feed>
