LogInView Password Recovery and Smtp
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 ?
Re: LogInView Password Recovery and Smtp
I discovered the OnSendingMail event for PasswordRecovery which solved
my problem
"Ian Semmel" <anyone [at] rocketcomp.com.au> wrote in message
news:#LppzdcmIHA.4712 [at] TK2MSFTNGP04.phx.gbl:
> 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 ?