Custom registration mail not sending
When a new user registers, the mail sent to them is the default Wordpress mail. The options are set up correctly (Custom mail in Settings is ON). Checked the database, jr_nu_custom_email is set to yes. This means it should send the custom mail, but it won't. Even when copying the part that is in the if statement in theme-emails.php
PHP Code:
if (get_option($app_abbr.'_nu_custom_email') == 'yes') {
to the else part, it still won't send the custom email.
It seems it's bypassing theme-emails completely. What to do?