HI to all,
anyone knows if it is possible to send emails directly from ELECTRON , with my own SIM card (not PARTICLE SIM) ???
thanks in advance.
best regards
Mauro IK!WVQ
HI to all,
anyone knows if it is possible to send emails directly from ELECTRON , with my own SIM card (not PARTICLE SIM) ???
thanks in advance.
best regards
Mauro IK!WVQ
I’d say directly from Electron: no.
But if you have a server you can talk to (e.g. via SMTP) then yes.
On the other hand, what sort of email should it be?
Would webhooks or other services that abstract the mailing process away a bit more (e.g. IFTTT) not be an option?
You could use mailgun.com, it’s a service that allows you to send emails via http post. See this official guide and this python code for reference. I have not tried using it with particle devices, but in principle it should work. It is free for upto 10,000 emails per month.
HTTPClient library available in the online ide could be your friend.