diff options
| author | Brendan G. Lim | 2008-03-31 18:18:40 -0400 |
|---|---|---|
| committer | Brendan G. Lim | 2008-03-31 18:18:40 -0400 |
| commit | 5ecbaaee4d38543a66767b02d5b41ef9e885f2d5 (patch) | |
| tree | 6f571ca5e88dab97907f30e57e9cda6b31e6130f /templates/sms_fu.yml | |
| parent | cb0138f5f1f637bcd5065e548b0dac04d413acd8 (diff) | |
| download | sms-fu-5ecbaaee4d38543a66767b02d5b41ef9e885f2d5.tar.bz2 | |
Fixed some of the tests
Diffstat (limited to 'templates/sms_fu.yml')
| -rw-r--r-- | templates/sms_fu.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/sms_fu.yml b/templates/sms_fu.yml index 5835f54..8ae0a0a 100644 --- a/templates/sms_fu.yml +++ b/templates/sms_fu.yml @@ -1,5 +1,6 @@ -from_address: noreply@domain.com - +config: + from_address: noreply@domain.com + carriers: # US Carriers alltell: @message.alltell.com @@ -10,6 +11,7 @@ carriers: boost: @myboostmobile.com cellularsouth: @csouth1.com metropcs: @mymetropcs.com + powertel: @ptel.net pscwireless: @sms.pscel.com qwest: @qwestmp.com southernlink: @page.southernlinc.com @@ -38,5 +40,3 @@ carriers: vodafone-jp-touhoku: @h.vodafone.ne.jp vodafone-jp-niigata: @h.vodafone.ne.jp vodafone-jp-toukai: @h.vodafone.ne.jp - -
\ No newline at end of file |
