diff options
| author | Brendan G. Lim | 2009-02-23 22:53:58 -0500 |
|---|---|---|
| committer | Brendan G. Lim | 2009-02-23 22:53:58 -0500 |
| commit | f17677ff1d47305d0217f56472a3156277eabda7 (patch) | |
| tree | b31b598f50ff5697394f442c31e127d623460efc | |
| parent | 1c7c3d79ee9eeae1b0fd55c9f2654633566d308f (diff) | |
| download | sms-fu-f17677ff1d47305d0217f56472a3156277eabda7.tar.bz2 | |
Adding in quite a few more mobile carriers to our supported list
| -rw-r--r-- | README.rdoc | 11 | ||||
| -rw-r--r-- | templates/sms_fu.yml | 7 |
2 files changed, 13 insertions, 5 deletions
diff --git a/README.rdoc b/README.rdoc index d33d78c..b8ff08f 100644 --- a/README.rdoc +++ b/README.rdoc @@ -6,11 +6,12 @@ of the supported carriers. == Supported Carriers (US & International): -Alltel, Ameritech, AT&T, BellSouth Mobility, Beeline(UA), BlueSkyFrog, Boost Mobile, -Cellular South, Du, E-Plus, Etisalat, Fido, kajeet, Mobinil, Mobitel, Movistar, Metro PCS, -Powertel, PSC Wireless, Qwest, Rogers, Southern Link, Sprint, Suncom, T-Mobile (US/UK/Germany), -Telefonica, Virgin Mobile, Verizon Wireless, Vodafone (UK, Egypt, Italy, Japan, Spain), -and many more ... +Alltel, Ameritech, AT&T, Bell Atlantic, BellSouth Mobility, Beeline(UA), BlueSkyFrog, +Boost Mobile, BPL Mobile, Cellular South, Claro (Brazil, Nicaragua), Comcast, Du, +E-Plus, Etisalat, Fido, kajeet, Mobinil, Mobitel, Movistar, Metro PCS, O2, Orange, +Powertel, PSC Wireless, Qwest, Rogers, Southern Link, Sprint, Suncom, +T-Mobile (US/UK/Germany), Telefonica, Tracfone, Virgin Mobile, Verizon Wireless, +Vodafone (UK, Egypt, Italy, Japan, Spain), and many more ... == Setup Instructions diff --git a/templates/sms_fu.yml b/templates/sms_fu.yml index ab679fd..88d60cb 100644 --- a/templates/sms_fu.yml +++ b/templates/sms_fu.yml @@ -6,10 +6,13 @@ carriers: alltell: @message.alltell.com ameritech: @paging.acswireless.com at&t: @txt.att.net + bell-atlantic: @message.bam.com bellsouthmobility: @blsdcs.net blueskyfrog: @blueskyfrog.com boost: @myboostmobile.com cellularsouth: @csouth1.com + comcast: @comcastpcs.textmsg.com + cricket: @sms.mycricket.com kajeet: @mobile.kajeet.net metropcs: @mymetropcs.com powertel: @ptel.net @@ -19,11 +22,15 @@ carriers: sprint: @messaging.sprintpcs.com suncom: @tms.suncom.com t-mobile: @tmomail.net + tracfone: @mmst5.tracfone.com telus-mobility: @msg.telus.com virgin: @vmobl.net verizon: @vtext.com # International Carriers beeline_ua: @sms.beeline.ua + bpl-mobile: @bplmobile.com + claro-brazil: @clarotorpedo.com.br + claro-nicaragua: @ideasclaro-ca.com du-arab-emirates: @email2sms.ae e-plus-germany: @smsmail.eplus.de etisalat-arab-emirates: @email2sms.ae |
