Skip to content

fcoury/gmail_sender

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gmail_sender

A simple gem to send email through gmail

require 'rubygems'
require 'gmail_sender'

g = GmailSender.new("gmail_account_user_name", "gmail_account_password")
g.send("someone@domain.com", "The subject", "The mail body")

Requirements

tlsmail if running Ruby 1.8.6

Copyright © 2009 Daniel Cadenas. See LICENSE for details.

About

A simple gem to send email through gmail

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%