How do you eliminate the email address from the from portion of an email using ASP.NET 2.0 and vb. I want the name like John Doe to show in the from but not the email address. Help. Thanks
Simeon Bryant
>>I want the name like John Doe to show in the from but not the email address
is this just in the textbox where the user enters? as we have to ALWAYS supply an email id in the From property of the Email Object. However we can allow the users to type the name in the textbox and pick the email from the DB at run time (if you save them in your DB)...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.