Sha256: e935b2a418d39cc489a8097c1703d8e0108cab8a54ed26eece2f7d69e63fa3f9
Contents?: true
Size: 726 Bytes
Versions: 3
Compression:
Stored size: 726 Bytes
Contents
ShortMessage.configure do |config| config.gateway_server = "www1.q-x.ch" config.gateway_port = 80 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.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
3 entries across 3 versions & 1 rubygems