Reputation: 13
this work (text > NewLine(\n) > text):
Mailmsg.Body = $"Please press button login to log in.\n your Team."
this work (text > Link > text):
Mailmsg.Body = $"Please press link <a href='https://browse'>login</a> to log in. your Team."
this don't work (text > Link > NewLine(\n) > text):
Mailmsg.Body = $"Please press link <a href='https://browse'>login</a> to log in. \n your Team"
can someone tell me why link and NewLine(\n) do not work together?
Upvotes: 0
Views: 24