public
Description: Pradipta's Rolodex
Homepage: http://groups.google.com/group/pradiptas-rolodex
Clone URL: git://github.com/tbuser/acts_as_pradipta.git
name age message
file MIT-LICENSE Loading commit data...
file README Fri Jul 18 13:16:28 -0700 2008 it's funny, laugh [tbuser]
file Rakefile
file init.rb Fri Jul 18 12:30:48 -0700 2008 initial load [tbuser]
file install.rb
directory lib/ Fri Jul 18 12:30:48 -0700 2008 initial load [tbuser]
directory tasks/
directory test/
file uninstall.rb Fri Jul 18 12:30:48 -0700 2008 initial load [tbuser]
ActsAsPradipta
==============

What Pradipta Archiputra (aka "MAX ARCHIE") uses to send his recruitment emails.  This plugin pretends that CC and BCC 
does not exist.  All recipients no matter how they're set, all go to the TO line where they belong.  Now you too can 
create epic threads of FAIL in the hopes that they will transubstantiate into WIN.

Yes, it's a joke.  See http://groups.google.com/group/pradiptas-rolodex

Example
=======

config/envrionments/development.rb

ActionMailer::Base.send :include, ActsAsPradipta

config.action_mailer.delivery_method = :pradipta

config.action_mailer.my_settings = {
  :delivery_method => :smtp
}

config.action_mailer.smtp_settings = {
  :address => 'smtp.gmail.com',
  :port => 25,
  :domain => 'gmail.com'
}

Credit
======

Mostly extracted from http://github.com/Nel/deliver_to_me/tree/master

Copyright (c) 2008 Tony Buser, released under the MIT license