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

Search:

Type: Posts; User: tarekselmane

Search: Search took 0.03 seconds.

  1. Replies
    4
    Views
    1,530

    Re: AUTH PLAIN base64 null character

    Good afternoon OReubens
    I know that, but I don't want to use it in SMTP request, I need it in encoding base64 to get the ascii code to pass it to the buffer request

    wsprintf(buff_Sent, "AUTH...
  2. Replies
    4
    Views
    1,530

    Re: AUTH PLAIN base64 null character

    Good morning VictorN

    I am using SMTP protocol to send mails, and to send the server my authentication request I need to put in a buffer the following string
    "AUTH PLAIN...
  3. Replies
    4
    Views
    1,530

    AUTH PLAIN base64 null character

    I am writing a c++ program that should send some mails using SMTP. I need to send the server the AUTH PLAIN request, so I need to code my "\0user@domain.com\0password" to base64, so that I can send...
  4. Re: Error in sending mails using SMTP in a c++ program

    Thank you OReubens for your answer. I think my problem is with ithentication, I miss somthing. I really don't know how to pass the AUTH LOGIN or the AUTH PLAIN with my username and my password.
    I...
  5. Error in sending mails using SMTP in a c++ program

    Good morning guys.

    I am working on an application that should send mails to some recipient. I got a mail address tarek@abcd.fr use it to send a mail to tarek@gmail.com. each time I execute my...
Results 1 to 5 of 5





Click Here to Expand Forum to Full Width

Featured