Closed (fixed)
Project:
User Registration Notification
Version:
6.x-1.9
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
4 Apr 2009 at 08:52 UTC
Updated:
11 May 2009 at 14:30 UTC
hi there... excellent module and thanks for contributing.
I would need an extra feature for a site where the user confirmation will be done by two persons.
depending on the value in a CCK field of the nodeprofile (which is visible on registration) ("religion A" or "religion B") either the first or the second person should recieve the email, that a new user registered. is this possible?
thank you!
Comments
Comment #1
rmiddle commentedNo. It could be done with minor changes if you were using the standard profile module but requires a major overhaul if you are using nodeprofile to get any data out.
Comment #2
drupalok commentedok. no problem. thanks for the quick answer & keep up your great work!
Comment #3
daniel wentsch commentedHello,
I am using standard profile module and would like to achieve the same.
If a certain profile option is set to "A", the notification e-mail should go to "admin@domain.com", if it's set to "B" the e-mail should go to "admin@domain.com" _and_ to "mister-x@domain-x.com".
@rmiddle: could you please point me in the right direction where to start with those minor changes?
Thanks & regards,
Daniel
Comment #4
rmiddle commentedInside user_register_notify.module
inside function user_register_notify_setup_email() is were the module decides were to sent the emails too.
Thanks
Robert
Comment #5
daniel wentsch commentedWow, that was a quick response, thanks a lot!
Hope I'll manage hacking it the way I imagine :)