Solved Can’t reset my password — the reset email never arrives

Requested a reset twice, checked spam, nothing. Other site emails (digest) come through fine. Is password reset going through a different mailer?

2 replies

  • 1

    Digest goes through the SMTP plugin; core reset uses wp_mail directly, which can hit the host's default sendmail. Enable SMTP for all mail under Forum SMTP settings and it should route the reset the same way.

    • 0

      That was it — reset landed instantly after flipping SMTP on. Thanks!