aspx thread: Sender Name
Does anybody know how to include sender name in your email using System.Web.Mail? Sam
--0-1951721311-1021243656=:67632 Content-Type: text/plain; charset=us-ascii using your MailMessage Object: myMessage = new MailMessage(); myMessage.From = "mindyjeanne@y..." ; Samuel <chong_lim78@h...> wrote: Does anybody know how to include sender name in your email using System.Web.Mail? Sam --------------------------------- Do You Yahoo!? LAUNCH - Your Yahoo! Music Experience
Put the email address in <> and the name before it e.g. myMessage.From = "Jeanne <mindyjeanne@y...>" ;
|





