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

rmiddle’s picture

Status: Active » Closed (works as designed)

No. 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.

drupalok’s picture

Status: Closed (works as designed) » Closed (fixed)

ok. no problem. thanks for the quick answer & keep up your great work!

daniel wentsch’s picture

Hello,

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

rmiddle’s picture

Inside user_register_notify.module

inside function user_register_notify_setup_email() is were the module decides were to sent the emails too.

Thanks
Robert

daniel wentsch’s picture

Wow, that was a quick response, thanks a lot!

Hope I'll manage hacking it the way I imagine :)