thedude
Well-known member
- Affected version
- 1.5
XenForo/Model/EmailBounce::triggerUserBounceAction will only set the user's email state to 'email_bounce' if their current state is 'valid'.
In our use case we have email validation required for new registrations (Options > User Registration > Enable Email Confirmation), so if a new user registers on the site (current state 'email_confirm') and their email bounces for whatever reason, it would be ideal to have their state changed to 'email_bounce' instead of left in the 'email_confirm' state indefinitely.
In our use case we have email validation required for new registrations (Options > User Registration > Enable Email Confirmation), so if a new user registers on the site (current state 'email_confirm') and their email bounces for whatever reason, it would be ideal to have their state changed to 'email_bounce' instead of left in the 'email_confirm' state indefinitely.