Tool/software:
Is it possible to attach a '.csv' file to a mail sent through SMTP using TM4C1294NCPDT controller? How can the controller read the data from my system, lets say i have a '.csv' in my system to be sent via SMTP, is using the 256KB SRAM to stream the '.csv' file (read/write through chunks) a good approach? How am i supposed to implement this?
Hi,
Sorry, we don't have any example for SMTP. There are some smtp examples based on the lwIP stack on github. Please find below. Hopefully, there are useful for you to start with.
https://github.com/lwip-tcpip/lwip/blob/master/src/apps/smtp/smtp.c
Hi,
There are few useful tutorials for TM4C1294xxx in general: https://mongoose.ws/documentation/#texas-instruments.
And a specific tutorial for setting up an SMTP on it: https://mongoose.ws/documentation/#smtp .