Hi,
Can you give me solutions for How to send email without password in Asp.Net. Below is my code
string to = "[email protected]";
string from = "[email protected]";
MailMessage message = new MailMessage(from, to);
System.Text.StringBuilder sb = new System.Text.StringBuilder();
sb.Append("");
| Name: | {0} |
| Email: | {0} |
| Phone No | {0} |
| Organisation: | {0} |
Madan ShekarPosted Oct 29, 2018, 6:08 AM