Email - From Name.

  • Thread starter Thread starter Adam Knight
  • Start date Start date
A

Adam Knight

Hi,

i am sending email from asp.net.

I am using obj.Email.From = senders email address.

How do i include the senders name in the email so it will be displayed in
the recipients inbox.

If i recall correctly JMail had something like objEmail.FromName.

Thanks,
Adam
 
Adam said:
Hi,

i am sending email from asp.net.

I am using obj.Email.From = senders email address.

How do i include the senders name in the email so it will be displayed in
the recipients inbox.

If i recall correctly JMail had something like objEmail.FromName.

Thanks,
Adam

See:
http://www.systemwebmail.com/faq/2.4.aspx

If you scroll down, there's an example in VB.NET as well as C#.
 
Back
Top