Hi,
I'm using the authenticated email program and it works fine but according to the LCD it says "unknown CMD" and "Email Failed" even through it works every time?
Z$ is empty as I do not receive a response from my SMTP server. - not sure why?
I have modified the response code of the "ERROR_CHECK" function as below from:
@1
IF STRCMP (Y$, MID$(Z$,1,3)) = 0 ' Check for propper response
To:
@1
IF STRCMP (Y$, MID$(Z$,1,3)) <> 0 ' Check for propper response
The LCD now displays "Response OK" and "Email Sent" but am I just putting a plaster on this or is this what I have to do based on this servers response?
Cheers