I can't send email

I can't send email

Hi, I'm working in C#, .Net core,  I have a problem with zoho email, sometimes the email can't be sent, I don't know why it can't be sent, the content like this.

<div style="padding-top:10px">You have created a new server TungTestExceptionEmail for project DSSP Test Project 2<p style="margin:3px;">&nbsp;</p><a href=" https://dev-dssp.scopicsoftware.com/">Go to Developer Self Support Page!</a></div>



The header content type is html/text utf 8.
The problem is sometimes email is sent successfully, sometimes it can't be sent.
If I excluded the anchor element from email, seems the email is sent successfully every time.
<a href=" https://dev-dssp.scopicsoftware.com/">Go to Developer Self Support Page!</a>

How can I Encode this email, I tried this today and the result look like this.

http://prntscr.com/fdu7w4

I'm using the test@scopicsoftware.com account.

Thank you,
Tung.