id summary reporter owner description type status priority component severity resolution keywords cc release 6814 EmailVerification does not send emails, regression between r7486 and r7731 stuge Matt Good "The green span box is shown when Trac should send or resend the email, but no email is generated. The log shows ""Trac[api] INFO: Email verification requested user: username"" but nothing else happens. Other emails are sent out from Trac without problems. I looked into this. Only AccountManager.user_email_verification_requested gets called and it creates the log message, but AccountChangeListener.user_email_verification_requested is not getting called, which is what would call EmailVerificationNotification.notify. I don't know how to bridge the gap. In r7486 EmailVerificationModule.post_process_request calls self._send_email, which calls EmailVerificationNotification.notify directly. Until r7731 it was changed to reuse another instance of AccountManager and it seems there's an issue." defect closed normal AccountManagerPlugin major fixed email notification 0.11