Sending Text Message With Electron

Does anyone have a sample code which i can use to send messages with the electron? i’m a newbie so i don’t exactly know how to do this yet.

Thanks!

I did it by creating a webhook which was picked up by mail gun I’m sure there is a tutorial on how to send an email it will be very similar to that project

Give the search function here on the community a shot, there are various threads with examples on this.
You might need a 3rd party SIM card though, if you want it to come directly from the device. If an intermediary is okay, then webhooks with a 3rd party online SMS service is probably the way to go.

1 Like

thanks!