Registration Email Conflict
-
I created an email for “New User Registration – For User.” The test email works great, but when a user registers, according to Mandrill, the email is not sent at all.
I’m 99.9% sure the conflict stems from another plugin I use to customize the login flow. It’s called “Personalize Login”. Here’s the plugin page: https://code.tutsplus.com/series/build-a-custom-wordpress-user-flow–cms-816
Here’s the key plugin file: https://gist.github.com/anonymous/4518b142a9e686ad359c6fbcafa0a49c
I would guess that register_user fires in this plugin (line 530) before the same function in BNFW. I’d imagine the same problem happens with other emails sent using this plugin, e.g. the password reset, but I’ve yet to test that. However, no email is sent at all, so I’m puzzled.
The “Personalize Login” plugin only changes when I change it, i.e. there are no updates. As such, that’s where it makes sense to make changes. Any insight into what I should do there, to the plugin file linked above, to remove the conflict and utilize the BNFW custom emails?
- The topic ‘Registration Email Conflict’ is closed to new replies.