Created
July 19, 2013 07:43
-
-
Save matiasinsaurralde/6037414 to your computer and use it in GitHub Desktop.
uh-email
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
# encoding: utf-8 | |
require 'rest_client' | |
p RestClient::post( 'http://www.ultimahora.com/_post/sendRecomendar.php', | |
{ 'nombre' => 'UH', | |
'email' => '[email protected]', | |
'emailAmigos' => '[email protected]', | |
'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