CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: emreozpalamutcu

Search: Search took 0.04 seconds.

  1. Re: How to email a simple plain text on windows form applications?

    here is the expection
    Additional information: Failure sending mail.

    thats all other info and what you mena smpt server running on my local host how to do that and if other people use this...
  2. Re: How to email a simple plain text on windows form applications?

    thanks for the reply i have this code :

    using namespace System::Net::Mail;

    private: System::Void button1_Click(System::Object^ sender, System::EventArgs^ e) {
    SmtpClient^ sc = gcnew...
  3. How to email a simple plain text on windows form applications?

    I using visual studio 2010 C++ Windows form application with net framework 4 and I want to send a simple text email without any login requirement. The code will read the text in richtextbox1 and...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured