[Config Option] Signup Bug SendConnectEmail not sent with Vanilla 2.1

I think I have found a little bug in 2.1.
The welcome email for new connect member signups is not being sent. All other email such as PM notifications are being sent as normal; just not the welcome.
This worked fine in 2.0.18.11
Tagged:
0
Comments
I believe it is a configuration. Some folk don't like it.
grep is your friend.
Any ideas where I'd find the option to turn it on?
Add
$Configuration['Garden']['Registration']['SendConnectEmail'] = TRUE;
to your/conf/config.php
file.Search first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.
That worked a treat.
Thank you!