mieko / babysms

Dead-simple outgoing SMS for Ruby
MIT License
2 stars 0 forks source link

Add Twilio adapter #1

Closed mieko closed 5 years ago

mieko commented 5 years ago

As a user I want to text info to my phone So that I can store it

As a product owner I want to be able to send texts to my users I want to switch my text service if one is down

As a developer I want to test these features WITHOUT sending to any real phone numbers But I'd also like to be able to send to a real phone number if I force it

I want a single service (BabySMS) that can send a text i want to a phone number that has an adapter feature that can switch adapters to twilio So that we can text our users it should use dotenv to determine which adapter to use

patrickclery commented 5 years ago

After looking into using ActionMailer for this, I discovered this article which led me to github/visualitypy/textris

This would've been everything I was trying to do, when I was looking to see if this could just be changed to ActionMailer. At this point, I'm thinking we should go with this, unless any objections?

mieko commented 5 years ago

I'm going to merge adapters branch so BabySMS still does what it sets out to do, but yet, if our SMS needs get to that point, we'll utilize textris.