constant BIRTHDAYS_USER_MAIL_USER in Birthdays 5
Same name and namespace in other branches
- 6 birthdays.module \BIRTHDAYS_USER_MAIL_USER
Sending an e-mail to the user depends on that user's preference.
1 use of BIRTHDAYS_USER_MAIL_USER
- birthdays_form_user in ./
birthdays.module - Adds user options to the profile form which are saved in {users}.data and are loaded during a user_load().
File
- ./
birthdays.module, line 119 - 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_USER_MAIL_USER', '2');