I need to send an email in asp.net but I need sender appears like \"MySiteName\" without info@mysitename.com.
There are 2 ways, if you are using MailAddress you can use the constructor overload to input the display name, or simply format the recipient address as MySiteName
MySiteName
For a downloadable example see here