This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
LABELONE�ZÛ LVM2 001u0GDKW2WMHeHwxfai7144HNYuRMi2h04 ððÖ1* LVM2 x[5A%r0N*>ð | |
‡þ(ó†ruby { | |
id = "de0VtB-hDCK-YDq3-dgK0-snRw-xWKC-idE380" | |
seqno = 1 | |
status = ["RESIZEABLE", "READ", "WRITE"] | |
flags = [] | |
extent_size = 8192 | |
max_lv = 0 | |
max_pv = 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
irb(main):012:0> | |
irb(main):013:0* RestClient.post "https://api:#{API_KEY}@api.mailgun.net/v2/mailgun.net/messages", | |
irb(main):014:0* :from => "[email protected]", | |
irb(main):015:0* :to => '[email protected]', | |
irb(main):016:0* :subject => "This is subject", | |
irb(main):017:0* :text => "Text body", | |
irb(main):018:0* :html => "<b>HTML</b> version of the body!" | |
RestClient::ResourceNotFound: 404 Resource Not Found: { | |
"message": "Domain not found: mailgun.net" | |
} |