M
Mark1249
Hello,
I am using ASP.NET 2 and using the CreateUserWizard I am wanting an
email to go out to the new user informing them of their account details
etc...
I have a BodyFileName in the MailDefinition section of the
CreateUserWizard component and have that currently pointing to a simple
text file where I want to embed the account detail variables and email
text.
I have read on a website that you can use embedded variables, such as
<% UserName %> which obviously displays the username and which I have
had working, but I can't find anything anywhere else that tells me what
the other default available variables are or ideally, how I can define
and add my own.
There are ways around this by dynamically creating the email text in
code, but I would really like to use the embeded variables as I think
this will be easier in the long run.
Any help would be much appreciated.
Many thanks in advance.
Cheers
Mark...
I am using ASP.NET 2 and using the CreateUserWizard I am wanting an
email to go out to the new user informing them of their account details
etc...
I have a BodyFileName in the MailDefinition section of the
CreateUserWizard component and have that currently pointing to a simple
text file where I want to embed the account detail variables and email
text.
I have read on a website that you can use embedded variables, such as
<% UserName %> which obviously displays the username and which I have
had working, but I can't find anything anywhere else that tells me what
the other default available variables are or ideally, how I can define
and add my own.
There are ways around this by dynamically creating the email text in
code, but I would really like to use the embeded variables as I think
this will be easier in the long run.
Any help would be much appreciated.
Many thanks in advance.
Cheers
Mark...