CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 2010
    Posts
    1

    Rendering html tags with gmail inbox subject while c# mail sending

    hai im sending a mail in c#,while sending with SmtpClient("smtp.gmail.com") there is no problem, sending with another SmtpClient the html tags rendering with subject in gmail but the contents which is presented inside all showing correctly, please anyone say what is the solution for that...

  2. #2
    Join Date
    Jul 2001
    Location
    Sunny South Africa
    Posts
    11,284

    Re: Rendering html tags with gmail inbox subject while c# mail sending

    Could you possibly rephrase your question. It is quite difficult to understand what you need.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured