Ask Questions and Find Answers
Important:
Ask is now read-only. You can review any existing questions and answers, but not add anything new.
But - don't panic! While ask is no more, we've replaced it with discuss - the new Liferay Discussion Forum! Read more here here or just visit the site here:
discuss.liferay.com
RE: Send workflow notification to a manual email address
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).
This would need to have the corresponding <email-address>my@address.mail</email-address> for injection in the XML source.
Option is to connect to a vocabulary category property.
Example:
<notification>
<name>Creator Modification Notification</name>
<template>
<![CDATA[Your submission was rejected by ${userName}, please modify and resubmit.]]>
</template>
<template-language>freemarker</template-language>
<notification-type>email</notification-type>
<notification-type>user-notification</notification-type>
<recipients receptionType="to">
<user />
<email-address>my@address.mail</email-address>
</recipients>
<execution-type>onAssignment</execution-type>
</notification>
Feature Request Created: https://liferay.atlassian.net/browse/LPS-200520
Hi Olivier, can you share more details of the real use case?
Copyright © 2025 Liferay, Inc
• Privacy Policy
Powered by Liferay™