Archive for the ‘Ruby’ Category

Send Gmail From Ruby Script

Hi. Now we are going to see , how to send e-mail from Ruby Script. fro that we need to install , $ sudo apt-get install ruby $ sudo apt-get install rubygems $ sudo gem install tlsmail gmail.rb require ‘rubygems’ require ‘tlsmail’ require ‘time’ $a=['tarulalan@gmail.com','tshrinivasan@gmail.com','jemenisuresh@gmail.com'] $a.each do |to_mail| content = <<MESSAGE_END From: Arulalan <tarulalan@gmail.com> To: [...]

Continue reading »

SMS Frame Work Using Gnokii , Ruby & Mysql – Sending Bulk Sms

SMS Frame Work Hai Friends, Now we r going to see , how to send bulk sms using Mysql and Ruby and Gnokii. For that we need to install following packages. # To install MySql database: $ sudo apt-get install mysql-server mysql-client mysql-admin While install mysql , it will ask Password for root user of [...]

Continue reading »

RAD INSTALLATION GUIDE

Ruby Arduino Development (RAD) Installation we tried to install rad (Ruby Arduino Development) in ubuntu , but it showed many errors because of version variation between Ruby and Rubygems… so we tried to install rad in new ubuntu loaded system. even there we got few errors, but finally we have installed successfully. If gem works [...]

Continue reading »

Follow

Get every new post delivered to your Inbox.