08-21-2019, 10:18 PM
The user module does not support events nor workflows so the only way is adding your email directly. This could be an interesting coreBOS OnDemand feature, but, for the moment, you have to hard code it.
How to send an email is explained with a lot of detail in the blog and wiki. You have to add your email either here:
https://github.com/tsolucio/corebos/blob/master/modules/Users/Save.php#L190
right after the welcome email the system sends, or here:
https://github.com/tsolucio/corebos/blob/master/modules/Users/Users.php#L1152
right before the coreBOS OnDemand user log creation.
keep asking
How to send an email is explained with a lot of detail in the blog and wiki. You have to add your email either here:
https://github.com/tsolucio/corebos/blob/master/modules/Users/Save.php#L190
right after the welcome email the system sends, or here:
https://github.com/tsolucio/corebos/blob/master/modules/Users/Users.php#L1152
right before the coreBOS OnDemand user log creation.
keep asking
Joe
TSolucio
TSolucio