does the TM4C129x Series: ENET + LCD MCU TI-rtos support smtp or is SMTP supported with the standard library of the chip
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
does the TM4C129x Series: ENET + LCD MCU TI-rtos support smtp or is SMTP supported with the standard library of the chip
SMTP is a software feature. You will need a TCP/IP stack running on the device. We provide examples that use the LWIP TCP/IP stack, but I do not believe that we have examples that make use of the SMTP protocol.
--Bobby