Sunday, December 1, 2013

C# - Newline in email

Try using \r\n if you are creating a plain text email. If you are trying to create a HTML email, use <br/>.


Good luck!




- HomeGrownCoder My posts are kept as simple as possible for easier understanding. In many cases you can probably optimize or spruce up what I present. Have fun coding!


No comments:

Post a Comment