Search:

Type: Posts; User: Trismagist

Search: Search took 0.00 seconds.

  1. OK Problem is solved... First login and password...

    OK Problem is solved...
    First login and password were just badly encoded in base 64 and second i had to add
    send(s,"Subject:test\r\n",strlen("Subject:Proba mikrofonu\r\n"),0); and then i forgot...
  2. OK so I made printf("answer: %s\n",answer);...

    OK so I made
    printf("answer: %s\n",answer); after every
    recv(s,answer,sizeof(answer),0);
    And here is the deal in short:


    connecting...

    after sending HELO
  3. Hmm I didn't notice this, but still this doesn't...

    Hmm I didn't notice this, but still this doesn't fix the problem :\
  4. [c] SMTP email is not reaching destination

    Hello this code i have. The main problem is I just don't know why when I'm trying to send an email it never reach destination.


    #include <winsock2.h>
    #include <stdlib.h>
    #include <conio.h> ...
Results 1 to 4 of 4