SIM7080 Send HTML mail
-
Hi to you all,
Does anyone know how send a HTML email with this module?
The docs d not mention an option. So I was wondering.
Thanks -
the sim module was designed for the tiny requirements of IOT and so email is probably to big to send hence why its not mentioned.
-
Sending an email using HTML ???? The SIM7080 is only a internet modem . As with your computer connected to a moden you can then use the TLS channel and TLS protocols connected to your your mail server sending your e-mails.
Link using python: https://gist.github.com/jamescalam/93d915e4de12e7f09834ae73bdf37299
Link using arduino and ESP32: https://randomnerdtutorials.com/esp32-send-email-smtp-server-arduino-ide/ -
@ajb2k3
Thank you. The documentation (application note) also states ftp and email. Both got it working with a few exceptions : mail with attachment and reading mail. But I am working on that. -
@crami25
That you for these links. I am now working n reading mail. After trying to figure out which mail server works the best with POP3 (was not able to get even contact with the op3 server of Google and Outlook despite the many variations in settings I used), I now found a hosting server. Now fiddling out why the AT-POP3READ command does not give some response that makes sense although all the other POP3 commands return a valid response .
Regards