dermoritz
dermoritz

Reputation: 13001

how to configure To email for liferay message board portlet

the liferay message board portlet has a feature to flag messages with inappropriate content. i found this about configuring the from part and contents of notification emails. It seems that such emails will be sent to "community/organization admin" (found here)

Is there any way to configure a separate email for message board flag notifications? we want something like a moderator role.

Upvotes: 0

Views: 690

Answers (1)

Pankaj Kathiriya
Pankaj Kathiriya

Reputation: 4210

There isnt any way to configure TO email-address for Flag Notifications.

This thing is handled in com.liferay.portlet.flags.messaging.FlagsRequestMessageListener.java in getRecipients method.

In order to achieve what you want you have to override this java class in plugin-ext.

HTH

Thanks, Pankaj

Upvotes: 1

Related Questions