public
Description: Pradipta's Rolodex
Homepage: http://groups.google.com/group/pradiptas-rolodex
Clone URL: git://github.com/tbuser/acts_as_pradipta.git
acts_as_pradipta / README
100644 33 lines (21 sloc) 0.907 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
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