G
Guest
I would like to test and be reasonably certain that email will be sent out
before it is actually sent out. The scenario that I am thinking about is
resetting a password. Before I reset the password I would like to know that I
can email the new password out. If I reset the password then the SmtpMail
fails there will be no notification of the new password. So I would like to
somehow test that I will be able to email then reset the password and send
the new password out. The problem that I am running into is that for some
servers (I have not figured out the difference yet) when I try to send email
out I get an HttpException indicating that I don't have the requisite
permission to use CDO to email. I would like to know this BEFORE I reset the
password. Any ideas?
Kevin
before it is actually sent out. The scenario that I am thinking about is
resetting a password. Before I reset the password I would like to know that I
can email the new password out. If I reset the password then the SmtpMail
fails there will be no notification of the new password. So I would like to
somehow test that I will be able to email then reset the password and send
the new password out. The problem that I am running into is that for some
servers (I have not figured out the difference yet) when I try to send email
out I get an HttpException indicating that I don't have the requisite
permission to use CDO to email. I would like to know this BEFORE I reset the
password. Any ideas?
Kevin