Hi,
Has anybody else successfuly ran the SMTP demo on the STR9 demo board?
I've attempted to send a mail via the development board but don't get any results.
The demo never breaks at a specified debug point at the start of the following function:
U16 smtp_cbfunc (U8 code, U8 *buf, U16 buflen, U32 *pvar
However debug does break in the following function:
static void smtp_cback (U8 code)
This function suggests success by returning:
SMTP_EVT_SUCCESS
However no mail is sent via the program.
Unfortunately there are no other posts in the forum to aid further investigation. I have used telnet to connect to our SMTP server and manually sent an email to prove that there is not a problem establishing a connection with the SMTP server.
Any help would be gratefully aprreciated.
Thanks
John