So I just googled n found out this code:-
MailMessage message = new MailMessage ("abc@somedomain.com","administrator@anotherdomain.com","Testing","This is a test mail");
Now my ques:-
How do I send a nicely formatted Email with links and all instead of simple text “This is a test mail” ??
I don’t wanna attach no file
You could send the message body as HTML which will allow you to have links and such: