Forums
-
- Forum
- Posts
-
- Installation
- 28,416
- Troubleshooting
- 62,414
- Themes
- 10,415
- Plugins
- 15,331
- Requests & Feedback
- 14,958
- Showcase
- 3,255
-
Not really familiar with drupal or Cron. What you’ll need to do is start your function using a hook when someone registers, probably register_user
, add your information for the email to a new table, schedule the cron job (no idea about that at all), and send the email however it’s done. bbPulp will be helpful when writing the plugin. Sorry I can’t help you more than that.