Hi,
I need to send a notification email to the client, when a user add himself to another FEU group with Selfregistration module...
There is a way to achieve that?
Can you point me in the right direction?...
Any help is appreciated...
.nicola
Email notification on SelfRegistration anothergroup action
Re: Email notification on SelfRegistration anothergroup acti
Isnt that a default setting/feature in SelfRef?
If not, you can use a mail UDT and an event to trigger a mail
A mail UDT: http://docs.cmsmadesimple.org/general-i ... s#mail-udt Need to be changed for your purpose of course
If not, you can use a mail UDT and an event to trigger a mail
A mail UDT: http://docs.cmsmadesimple.org/general-i ... s#mail-udt Need to be changed for your purpose of course
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Re: Email notification on SelfRegistration anothergroup acti
Hi Rolf,
thank you for replying,
I've checked and the notification is sent when a new user complete the registration process, not when he register for a new group.
I was thinking also about a UDT triggered by an event... but which event?
I've found only "onNewUser" and "onUserRegistered" regarding selfreg...
.nicola
thank you for replying,
I've checked and the notification is sent when a new user complete the registration process, not when he register for a new group.
I was thinking also about a UDT triggered by an event... but which event?
I've found only "onNewUser" and "onUserRegistered" regarding selfreg...
.nicola
Re: Email notification on SelfRegistration anothergroup acti
I think this isnt a job for SelfReg, but for FEU. The user is already registrered and changes his account data in FEU. So you might check the events there... Not sure it is possible though.nikkio wrote:... not when he register for a new group.
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Re: Email notification on SelfRegistration anothergroup acti
In SelfReg there is an action called "anothergroup" to add user to another group so i used this function.
I've found in the Another Group Template this if statement
so i put the UDT call in this statement and it works 
thank for the link to the UDT!
.nicola
I've found in the Another Group Template this if statement
Code: Select all
{if isset($final_message)}
...
{else}
...
{/if}

thank for the link to the UDT!
.nicola