Sha256: f6bdb2e2e76daccc95b4ed178be73e92482f4501c7529e2da2df5b35d392e40f
Contents?: true
Size: 335 Bytes
Versions: 5
Compression:
Stored size: 335 Bytes
Contents
#!/usr/bin/env ruby require "rawbotz" require 'rawbotz/option_parser' optparse = Rawbotz::OptionParser.new do |opts, options| opts.banner = "Usage: #{$PROGRAM_NAME} [OPTIONS] ORDER_ID" opts.separator "" end optparse.parse! options = optparse.options mail = Rawbotz::mail("rawbotz test mail", "Success.\nHere the body.") exit 0
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
rawbotz-0.2.0 | exe/debug/test_mail |
rawbotz-0.1.5 | exe/debug/test_mail |
rawbotz-0.1.4 | exe/debug/test_mail |
rawbotz-0.1.3 | exe/debug/test_mail |
rawbotz-0.1.2 | exe/debug/test_mail |