constant BIRTHDAYS_ADMIN_MAIL_MONTHLY in Birthdays 6
Same name and namespace in other branches
- 5 birthdays.module \BIRTHDAYS_ADMIN_MAIL_MONTHLY
- 7 birthdays.module \BIRTHDAYS_ADMIN_MAIL_MONTHLY
Admin e-mails should be sent monthly, on the first day of the month.
2 uses of BIRTHDAYS_ADMIN_MAIL_MONTHLY
- birthdays_cron in ./
birthdays.module - Implementation of hook_cron().
- birthdays_mail in ./
birthdays.mail.inc - Implementation of hook_mail().
File
- ./
birthdays.module, line 36 - The Birthdays module allows users to add their birthday to their profile. It lists birthdays on a seperate page and in different blocks. Users can receive an e-mail on their birthday automatically, and the administrator can receive daily reminders of…
Code
define('BIRTHDAYS_ADMIN_MAIL_MONTHLY', '3');