Posted by Yves Ste-Marie on February 22, 2013 at 12:57:33:
Can you tell me if anybody ever dealed with authentication with emails from Comet ?
I'm using the S-text program from Signature and I would like to know the authentication routine
(Not going to change to the email printer, too many programs to modify)
like :
READ (10,DATA),EXCP=UnexpectedEOF ! Read SMTP server name
CMD$ = STRIP(DATA$) ! Set command string
GOSUB CONTROL ! Go to control subroutine
IF SUB(RESULT$,1,1) NE "+" THEN ! Check result string
GOTO QUIT
ENDIF
GOSUB RECV ! To to recv subroutine
IF SUB(RESULT$,1,3) NE "220" THEN ! Check result string
GOTO QUIT
ENDIF
READ (10,DATA),EXCP=UnexpectedEOF ! Read HELO command
CMD$ = STRIP(DATA$) ! Set command string
GOSUB SEND ! Go to send subroutine
GOSUB RECV ! Go to recv subroutine
IF SUB(RESULT$,1,3) NE "250" THEN ! Check result string
GOTO ABORT
ENDIF
what is it with the authetification ?
Thank you
Each file can be a maximum of 1MB in length Uploaded files will be purged from the server on a regular basis.