Skip to content

Instantly share code, notes, and snippets.

@matiasinsaurralde
Created July 19, 2013 07:43
Show Gist options
  • Save matiasinsaurralde/6037414 to your computer and use it in GitHub Desktop.
Save matiasinsaurralde/6037414 to your computer and use it in GitHub Desktop.
uh-email
# encoding: utf-8
require 'rest_client'
p RestClient::post( 'http://www.ultimahora.com/_post/sendRecomendar.php',
{ 'nombre' => 'UH',
'email' => 'web@ultimahora.com',
'emailAmigos' => 'alguncorreo@gmail.com',
'mensaje' => '-',
'titulo' => 'Link malicioso',
'copete' => '(etc.)',
'url' => '#',
'idContenido' => 705328,
'idCMSModulo' => 1 } )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment