xreef / EMailSender

Arduino, esp32, Esp8266 EMailSender with Arduino IDE, simple library to send email via smtp with attachments.
https://www.mischianti.org/category/my-libraries/emailsender-send-email-with-attachments/
MIT License
75 stars 28 forks source link

MKR ETH Shield support #24

Closed jeromekasparian closed 2 years ago

jeromekasparian commented 2 years ago

Looks like SAMD Arduinos are only supported when using WifiNIMA. Support of Arduino MKR with MKR Eth Shield would be welcome.

xreef commented 2 years ago

Hi @jeromekasparian, Ethernet is supported, you must set the correct value on SAMD space.

At this line https://github.com/xreef/EMailSender/blob/master/EMailSenderKey.h#L73

you must put #define DEFAULT_EMAIL_NETWORK_TYPE_SAMD NETWORK_W5100

I must release the most comprehensive version.

Bye Renzo