Foren

Birtday message how to develop?

thumbnail
Murat ÇOLAK, geändert vor 13 Jahren.

Birtday message how to develop?

Junior Member Beiträge: 45 Beitrittsdatum: 28.07.09 Neueste Beiträge
Hi,

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


thank you for your help.
thumbnail
Piotr Filipowicz, geändert vor 13 Jahren.

RE: Birtday message how to develop?

Junior Member Beiträge: 52 Beitrittsdatum: 18.11.10 Neueste Beiträge
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