Skip to content

Commit

Permalink
added smsified SMS branding
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismatthieu committed Jun 15, 2011
1 parent e890e35 commit 2cdb449
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions smsbar.rb
Expand Up @@ -13,7 +13,7 @@
:password => params[:password]

oneapi.send_sms :address => params[:to],
:message => params[:message],
:message => params[:message] + " by SMSified",
:sender_address => params[:from]

"Yay! Message sent to #{params[:to]}"
Expand All @@ -30,7 +30,7 @@
:password => 'smsbar1'

oneapi.send_sms :address => params[:to],
:message => params[:message],
:message => params[:message] + " by SMSified",
:sender_address => '4433058582'

'<html><head><style type="text/css"> body { background: url("/speech-bubble.jpg"); background-repeat:no-repeat; background-color: #124D9D; margin: 100 100px; font-size:large; }</style></head><body><h1>Yay! Message sent to ' + params[:to] + '</h1><br/><p>Powered by <br/><a href="http://smsified.com"><img src="/header-logo.png"></a></p></body></html>'
Expand Down

0 comments on commit 2cdb449

Please sign in to comment.