掲示板

Birtday message how to develop?

thumbnail
13年前 に Murat ÇOLAK によって更新されました。

Birtday message how to develop?

Junior Member 投稿: 45 参加年月日: 09/07/28 最新の投稿
Hi,

I want to develop a global birtday message application (portlet, plugin or something else).


thank you for your help.
thumbnail
13年前 に Piotr Filipowicz によって更新されました。

RE: Birtday message how to develop?

Junior Member 投稿: 52 参加年月日: 10/11/18 最新の投稿
I think you can do this by implementing this feature as portlet. This is a nice functionality.

There are three steps to achieve the goal:
1. Find users who have birthday in this day. See this topic.
2. Use MailServiceUtil to send email or put this message for example on the wall in private site, etc.
3. Configure for example spring quartz to set date and time when you want send this messages.

--
Regards