I have a PasswordRecovery component on my site. My mail server requires SSL so I had to override the SendingMail event. It works but it always sends two messages. I presume it's because I'm creating an SmtpClient and sending one manually and the default event email is also sending. Does anyone...