hello
I made a activation script to the registers of my page, and in the message that follows for mail I wanted to send for example:
Code:
Dim SendMail As New MailMessage
...
SendMail.Body ="Hello <break> Thanks for register! <break> Please click in order to proceed to activaction <break> " & link
...
what can I write instead of "<break>" to obtain the break line?
Anyone can help please?
Mail format: "text"
Thanks