Verizon Email to SMS or MMS not working

can you be a bit more clear?

I already made a script that lets you check a list of (however much you chose) latest emails and read them and send emails.

e.g. you send -list 5
and it replies with the senders and subjects of the last 5 emails

-read 2
replies with the content of the second to last email

-send; someone@example.com;subject content;full message

its fully free on pythonanywhere.com but requires you to setup an account etc. if someone has ideas on how to make this easily accessible, I’d be more then happy.

(since it’s a free account, if there’s a very long and complex html email the server will just stop in middle cuz it takes too long. also obviously since it’s running from groupme there’s no attachment support.)

currently it’s only available here the raw script with instructions. (it does need some updates. if there’s demand for it I’ll fix it up a bit)