My current code is:
WebMail.SmtpServer = "relay-hosting.secureserver.net";
WebMail.From = "support@shayonainfo.com";
While I send a mail using above code the senders name at the receivers side is shown as "support" instead of that I want to show "Shayona".. I tried doing something like I did in C#.net but not
WebMail.From = new MailAddress("support@shayonainfo.com", "Shayona Infocom");
问问题
80 次