Edlaos
Edlaos

Reputation: 13

Mailmsg.Body => NewLine with <a href='https://browse'>login</a> don't work

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

Answers (0)

Related Questions