Admin Emails not sending
-
Since the end of April / beginning of May, the site admin does not receive emails when a new user registers on the frontend of the site.
All other emails to users are sent correctly – so no problem with sending.
Does that maybe have to do with the update in April, 24th about not sending mails to admin if registering in the backend?
Email settings are checked for admin email, as she has to approve registration. Has anyone encountered this behaviour and how did you correct this?
um-actions-register.php line 116
function um_send_registration_notification( $user_id )
if ( is_admin() ) – if this redirects to an endpoint – user will always be admin….. so no email will be sent to admin even when the registration happens in the frontend.
You must be logged in to reply to this topic.