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: [...]
Archive for the ‘Ruby’ Category
30 Oct
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 [...]
23 Jun
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 [...]
Tux World People Comments