Email sending after user registration
-
Hello.
I wrote this on a “solved” topic but is not quite solved as is not working and maybe you won’t check the resolved topics so here it is again.
Based on what I saw in the plugin, how this functionality is made, there is no way for the emails to work (except if I missed something).
The emails when a user registers are sent based on this line
if ($Sign_Up_Email == “Yes”)
so only if that setting is yes, the emails will be sent. That setting is taken from here
$Sign_Up_Email = get_option(“EWD_FEUP_Sign_Up_Email”);
and unfortunately there is no option like that in the database. So I think it will never be “Yes”.If I am wrong, let me know please, if not, let me know why is that option check there and how is supposed to work. Thanks ??
- The topic ‘Email sending after user registration’ is closed to new replies.