await _emailSender.SendEmailAsync(Input.Email, "Confirm your email ",htmlString); I have use this code for send email .How to send image with email using this code in .net core