D
Dave
Hi,
i use this tag within the CreateUserWizard control:
<MailDefinition
BodyFileName="pw.txt"
From="(e-mail address removed)"
Subject="your passwoord"/>
The content of file pw.txt is this:
Hi,
Your passwoord is: ##password##
The eTeam
This all works, only that the text is rendered without linebreak.
I tried to add \n behind each line (e.g. Hi, \n), but it doesn't work.
How can i insert a linebreak or hard return at the end of each line?
Thanks
Dave
i use this tag within the CreateUserWizard control:
<MailDefinition
BodyFileName="pw.txt"
From="(e-mail address removed)"
Subject="your passwoord"/>
The content of file pw.txt is this:
Hi,
Your passwoord is: ##password##
The eTeam
This all works, only that the text is rendered without linebreak.
I tried to add \n behind each line (e.g. Hi, \n), but it doesn't work.
How can i insert a linebreak or hard return at the end of each line?
Thanks
Dave