Custom email notification module
I've written a custom email notification module for a web site. This module sends email during hook_cron(). We've implemented a custom "theme_username()" to rendered usernames with custom information pulled from the profile module. However, the theme doesn't seem to be setup when cron runs because the default implementation is being used instead. Is there a convenient way of bootstrapping the theme engine or calling a theme method within cron so that this gets handled correctly? It's either that, or I extract out the guts of theme_username() and place it in a module or .inc file and call it that way, but I thought I'd check for using things as is first. Thanks! -- Andrew Sterling Hanenkamp Interaction Developer Boomer Consulting, Inc. andrew.hanenkamp@boomer.com 1-785-537-2358 x17 1-888-266-6375 x17 610 Humboldt St. Manhattan, KS 6502 http://www.boomer.com
participants (1)
-
Andrew Sterling Hanenkamp