I can't get the CC3000 Email Demo Application to work.
I have the MSP-EXP430FR5739 with the CC3000 installed.
I can get past SmartConfig. My router shows the IP address 255.255.255.255 which comes across on the HyperTerminal window at the start of the program simplemail.
I can get past steps 2-4. On step 5, sending an email, it takes a long time to get past smtpConnect function. I'm not sure that it is working. In smtpSend, the first if statement checking for a 220 from smtpcorp.com always fails. the variable array buf is filled with '.'. If I bypass this first if statement by setting buf[0] = '2'; buf[1] = '2'; buf[2] = '0';, the next if statement after HELO also fails. buf is again filled with '.' by the function sendSMTPCommand.
I am able to send emails with smtpcorp.com using Microsoft's telnet.
I made the suggested changes in the known issues on the Wiki page so that serverloc, serverport, serveruser, emailto, emailsubject, and emailmessage are correct. I have verified them.
smtpSocket always seems to be 0. Is that right?
smtpServerIP always seems to be 0. Is that right?
Any suggestions on what variables to look at next?
Thanks