Sha256: e9c61f62abd3edc3133a507289914b332bcab63ebadeb508379b482eb2841849

Contents?: true

Size: 822 Bytes

Versions: 1

Compression:

Stored size: 822 Bytes

Contents

ShortMessage.configure do |config|
  config.gateway_server = "www1.q-x.ch"
  config.gateway_port = 443

  config.send_file_path = "/app/sms/gw1/cust/send.php"
  config.account_functions_path = "/app/sms/gw1/cust/accfunc.php"

  # enter your details received from provider here
  config.user_id = ""
  config.ccu_id = ""
  config.id_string = ""

  config.default_reload_amount = 1000

  config.default_mail_sender = "webmaster@your-domain.com"
  config.reload_notification_email = "webmaster@your-domain.com"
  config.admin_notification_email = "webmaster@your-domain.com" # set to blank to deactivate error mailing
  config.voucher_notification_email = "give-me-money@your-domain.com" # set nil to disable voucher mailing

  # set a default sms sender (used if no sender is present)
  # config.default_sms_sender = ""
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
short_message-0.1.0 lib/generators/short_message/templates/config/initializers/short_message.rb