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:
mail_sender=mail@gmail.com
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
shankbond