When the user is requesting a password to be emailed and answers the
question and clicks Submit, the system uses the values from
<mailSettings> smtp to send the email.
My question is, how do I change this value ? ie Is there some Mail
control in there that I can get at ?
Ian Semmel - 09 Apr 2008 01:26 GMT
I discovered the OnSendingMail event for PasswordRecovery which solved
my problem
> When the user is requesting a password to be emailed and answers the
> question and clicks Submit, the system uses the values from
> <mailSettings> smtp to send the email.
>
> My question is, how do I change this value ? ie Is there some Mail
> control in there that I can get at ?