Pankaj Singh

Pankaj Singh

  • NA
  • 97
  • 0

problem with SendingMail

Oct 23 2009 7:05 AM
 Hi,

I am making a form in asp.net 3.5 which will send an email to the recipient

Initially I was using system.web.mail

as it is obvious whenever you send an email to some recipient a display name appears instead

of theemail id of the sender

consider:

[email protected]

display_name="my name"

in my case instead of the display_name "mail" the initial portion of the sender's email id is coming

but it is desired that "my name" should appear in the recipient's inbox.

due to this I had to switch to system.net.mail

but there also same problem occurs.

I have tried googling on this issue too, but still no help.

Any help shall be appreciated !

Thanks
Pankaj


Answers (7)