nicks60610
MIS
For some reason when I format my message to HTML and then insert the <BR> command in the body of the email, it will not accept it;
This is how I had set it up:
objMail.BodyFormat = MailFormat.Html
objMail.Body = "A Kaizen form has been submitted for your review please go to <a href=' Selection</a>"
+ "KaizenID: " & KaizenID & " "<BR>" Area: " & Area & "<BR>" User Name: " & LastName & " , Date Submitted: " & Dte & ""
And so forth, but it does not like it at all....any ideas what I am missing here, I know it is something dumb...
This is how I had set it up:
objMail.BodyFormat = MailFormat.Html
objMail.Body = "A Kaizen form has been submitted for your review please go to <a href=' Selection</a>"
+ "KaizenID: " & KaizenID & " "<BR>" Area: " & Area & "<BR>" User Name: " & LastName & " , Date Submitted: " & Dte & ""
And so forth, but it does not like it at all....any ideas what I am missing here, I know it is something dumb...