mailhopper 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (44) hide show
  1. data/{README.rdoc → README.md} +43 -31
  2. data/Rakefile +4 -29
  3. data/lib/mailhopper/version.rb +1 -1
  4. metadata +49 -157
  5. data/test/dummy/Rakefile +0 -7
  6. data/test/dummy/app/assets/javascripts/application.js +0 -9
  7. data/test/dummy/app/assets/stylesheets/application.css +0 -7
  8. data/test/dummy/app/controllers/application_controller.rb +0 -3
  9. data/test/dummy/app/helpers/application_helper.rb +0 -2
  10. data/test/dummy/app/mailers/sample_mailer.rb +0 -8
  11. data/test/dummy/app/views/layouts/application.html.erb +0 -14
  12. data/test/dummy/app/views/sample_mailer/hello.text.erb +0 -1
  13. data/test/dummy/config/application.rb +0 -42
  14. data/test/dummy/config/boot.rb +0 -10
  15. data/test/dummy/config/database.yml +0 -25
  16. data/test/dummy/config/environment.rb +0 -5
  17. data/test/dummy/config/environments/development.rb +0 -27
  18. data/test/dummy/config/environments/production.rb +0 -51
  19. data/test/dummy/config/environments/test.rb +0 -39
  20. data/test/dummy/config/initializers/backtrace_silencers.rb +0 -7
  21. data/test/dummy/config/initializers/inflections.rb +0 -10
  22. data/test/dummy/config/initializers/mailhopper.rb +0 -3
  23. data/test/dummy/config/initializers/mime_types.rb +0 -5
  24. data/test/dummy/config/initializers/secret_token.rb +0 -7
  25. data/test/dummy/config/initializers/session_store.rb +0 -8
  26. data/test/dummy/config/initializers/wrap_parameters.rb +0 -12
  27. data/test/dummy/config/locales/en.yml +0 -5
  28. data/test/dummy/config/routes.rb +0 -58
  29. data/test/dummy/config.ru +0 -4
  30. data/test/dummy/db/development.sqlite3 +0 -0
  31. data/test/dummy/db/migrate/20110916191655_create_emails.rb +0 -29
  32. data/test/dummy/db/schema.rb +0 -28
  33. data/test/dummy/db/test.sqlite3 +0 -0
  34. data/test/dummy/log/development.log +0 -63
  35. data/test/dummy/log/test.log +0 -2142
  36. data/test/dummy/public/404.html +0 -26
  37. data/test/dummy/public/422.html +0 -26
  38. data/test/dummy/public/500.html +0 -26
  39. data/test/dummy/public/favicon.ico +0 -0
  40. data/test/dummy/script/rails +0 -6
  41. data/test/integration/navigation_test.rb +0 -10
  42. data/test/mailhopper_test.rb +0 -7
  43. data/test/test_helper.rb +0 -14
  44. data/test/unit/email_test.rb +0 -91
@@ -1,2142 +0,0 @@
1
-  (10.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
2
- Migrating to CreateEmails (20110801151741)
3
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
4
- Migrating to CreateEmails (20110801151741)
5
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
6
- Migrating to CreateEmails (20110801151741)
7
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
8
- Migrating to CreateEmails (20110801151741)
9
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
10
- Migrating to CreateEmails (20110801151741)
11
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
12
- Migrating to CreateEmails (20110801151741)
13
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
14
- Migrating to CreateEmails (20110801151741)
15
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
16
- Migrating to CreateEmails (20110801151741)
17
-  (0.0ms) SAVEPOINT active_record_1
18
- SQL (35.8ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "delayed_job_id", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", nil], ["cc_address", nil], ["content", nil], ["created_at", Thu, 04 Aug 2011 18:50:36 UTC +00:00], ["delayed_job_id", nil], ["from_address", "user@example.com"], ["reply_to_address", nil], ["sent_at", nil], ["subject", nil], ["to_address", nil], ["updated_at", Thu, 04 Aug 2011 18:50:36 UTC +00:00]]
19
-  (0.1ms) RELEASE SAVEPOINT active_record_1
20
-  (0.0ms) SAVEPOINT active_record_1
21
- SQL (0.4ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "delayed_job_id", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", nil], ["cc_address", nil], ["content", nil], ["created_at", Thu, 04 Aug 2011 18:50:36 UTC +00:00], ["delayed_job_id", nil], ["from_address", "user@example.com"], ["reply_to_address", nil], ["sent_at", nil], ["subject", nil], ["to_address", nil], ["updated_at", Thu, 04 Aug 2011 18:50:36 UTC +00:00]]
22
-  (0.1ms) RELEASE SAVEPOINT active_record_1
23
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
24
- Migrating to CreateEmails (20110801151741)
25
-  (0.0ms) SAVEPOINT active_record_1
26
- SQL (4.0ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "delayed_job_id", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", nil], ["cc_address", nil], ["content", nil], ["created_at", Thu, 04 Aug 2011 18:51:31 UTC +00:00], ["delayed_job_id", nil], ["from_address", "user@example.com"], ["reply_to_address", nil], ["sent_at", nil], ["subject", nil], ["to_address", nil], ["updated_at", Thu, 04 Aug 2011 18:51:31 UTC +00:00]]
27
-  (0.1ms) RELEASE SAVEPOINT active_record_1
28
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
29
- Migrating to CreateEmails (20110801151741)
30
-  (0.0ms) SAVEPOINT active_record_1
31
- SQL (3.5ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "delayed_job_id", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", nil], ["cc_address", nil], ["content", nil], ["created_at", Thu, 04 Aug 2011 18:52:44 UTC +00:00], ["delayed_job_id", nil], ["from_address", "user@example.com"], ["reply_to_address", nil], ["sent_at", nil], ["subject", nil], ["to_address", nil], ["updated_at", Thu, 04 Aug 2011 18:52:44 UTC +00:00]]
32
-  (0.1ms) RELEASE SAVEPOINT active_record_1
33
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
34
- Migrating to CreateEmails (20110801151741)
35
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
36
- Migrating to CreateEmails (20110801151741)
37
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
38
- Migrating to CreateEmails (20110801151741)
39
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
40
- Migrating to CreateEmails (20110801151741)
41
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
42
- Migrating to CreateEmails (20110801151741)
43
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
44
- Migrating to CreateEmails (20110801151741)
45
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
46
- Migrating to CreateEmails (20110801151741)
47
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
48
- Migrating to CreateEmails (20110801151741)
49
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
50
- Migrating to CreateEmails (20110801151741)
51
-  (0.1ms) SELECT COUNT(*) FROM "emails"
52
- Rendered sample_mailer/hello.text.erb (5.0ms)
53
-  (0.0ms) SAVEPOINT active_record_1
54
- SQL (6.8ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "delayed_job_id", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", ""], ["cc_address", ""], ["content", "Date: Thu, 04 Aug 2011 16:09:56 -0400\r\nFrom: from@example.com\r\nTo: to@example.com\r\nMessage-ID: <4e3afc94ed932_7901800eb1b0590f8@dgmpro.local.mail>\r\nSubject: Hiya!\r\nMime-Version: 1.0\r\nContent-Type: text/plain;\r\n charset=UTF-8\r\nContent-Transfer-Encoding: 7bit\r\n\r\nPapaya"], ["created_at", Thu, 04 Aug 2011 20:09:56 UTC +00:00], ["delayed_job_id", nil], ["from_address", "from@example.com"], ["reply_to_address", ""], ["sent_at", nil], ["subject", "Hiya!"], ["to_address", "to@example.com"], ["updated_at", Thu, 04 Aug 2011 20:09:56 UTC +00:00]]
55
-  (0.1ms) RELEASE SAVEPOINT active_record_1
56
-
57
- Sent mail to to@example.com (66ms)
58
- Date: Thu, 04 Aug 2011 16:09:56 -0400
59
- From: from@example.com
60
- To: to@example.com
61
- Message-ID: <4e3afc94ed932_7901800eb1b0590f8@dgmpro.local.mail>
62
- Subject: Hiya!
63
- Mime-Version: 1.0
64
- Content-Type: text/plain;
65
- charset=UTF-8
66
- Content-Transfer-Encoding: 7bit
67
-
68
- Papaya
69
-  (0.1ms) SELECT COUNT(*) FROM "emails"
70
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
71
- Migrating to CreateEmails (20110801151741)
72
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
73
- Migrating to CreateEmails (20110801151741)
74
-  (0.1ms) SELECT COUNT(*) FROM "emails"
75
- Rendered sample_mailer/hello.text.erb (1.3ms)
76
-  (0.0ms) SAVEPOINT active_record_1
77
- SQL (3.5ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "delayed_job_id", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", ""], ["cc_address", ""], ["content", "Date: Thu, 04 Aug 2011 16:11:51 -0400\r\nFrom: from@example.com\r\nTo: to@example.com\r\nMessage-ID: <4e3afd07c5ba8_794c800eb1b04369d@dgmpro.local.mail>\r\nSubject: Hiya!\r\nMime-Version: 1.0\r\nContent-Type: text/plain;\r\n charset=UTF-8\r\nContent-Transfer-Encoding: 7bit\r\n\r\nPapaya"], ["created_at", Thu, 04 Aug 2011 20:11:51 UTC +00:00], ["delayed_job_id", nil], ["from_address", "from@example.com"], ["reply_to_address", ""], ["sent_at", nil], ["subject", "Hiya!"], ["to_address", "to@example.com"], ["updated_at", Thu, 04 Aug 2011 20:11:51 UTC +00:00]]
78
-  (0.1ms) RELEASE SAVEPOINT active_record_1
79
-
80
- Sent mail to to@example.com (26ms)
81
- Date: Thu, 04 Aug 2011 16:11:51 -0400
82
- From: from@example.com
83
- To: to@example.com
84
- Message-ID: <4e3afd07c5ba8_794c800eb1b04369d@dgmpro.local.mail>
85
- Subject: Hiya!
86
- Mime-Version: 1.0
87
- Content-Type: text/plain;
88
- charset=UTF-8
89
- Content-Transfer-Encoding: 7bit
90
-
91
- Papaya
92
-  (0.1ms) SELECT COUNT(*) FROM "emails"
93
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
94
- Migrating to CreateEmails (20110801151741)
95
-  (0.1ms) SELECT COUNT(*) FROM "emails"
96
- Rendered sample_mailer/hello.text.erb (18.7ms)
97
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
98
- Migrating to CreateEmails (20110801151741)
99
-  (0.1ms) SELECT COUNT(*) FROM "emails"
100
- Rendered sample_mailer/hello.text.erb (5.9ms)
101
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
102
- Migrating to CreateEmails (20110801151741)
103
-  (0.1ms) SELECT COUNT(*) FROM "emails"
104
- Rendered sample_mailer/hello.text.erb (1.2ms)
105
-  (0.0ms) SAVEPOINT active_record_1
106
- SQL (9.8ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "delayed_job_id", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", "bcc@example.com"], ["cc_address", "cc@example.com"], ["content", "Date: Thu, 04 Aug 2011 16:27:48 -0400\r\nFrom: from@example.com\r\nReply-To: reply_to@example.com\r\nTo: to@example.com\r\nCc: cc@example.com\r\nMessage-ID: <4e3b00c41035a_7af1800eb1b0352@dgmpro.local.mail>\r\nSubject: Hiya!\r\nMime-Version: 1.0\r\nContent-Type: text/plain;\r\n charset=UTF-8\r\nContent-Transfer-Encoding: 7bit\r\n\r\nPapaya"], ["created_at", Thu, 04 Aug 2011 20:27:48 UTC +00:00], ["delayed_job_id", nil], ["from_address", "from@example.com"], ["reply_to_address", "reply_to@example.com"], ["sent_at", nil], ["subject", "Hiya!"], ["to_address", "to@example.com"], ["updated_at", Thu, 04 Aug 2011 20:27:48 UTC +00:00]]
107
-  (0.1ms) RELEASE SAVEPOINT active_record_1
108
-
109
- Sent mail to to@example.com (46ms)
110
- Date: Thu, 04 Aug 2011 16:27:48 -0400
111
- From: from@example.com
112
- Reply-To: reply_to@example.com
113
- To: to@example.com
114
- Cc: cc@example.com
115
- Message-ID: <4e3b00c41035a_7af1800eb1b0352@dgmpro.local.mail>
116
- Subject: Hiya!
117
- Mime-Version: 1.0
118
- Content-Type: text/plain;
119
- charset=UTF-8
120
- Content-Transfer-Encoding: 7bit
121
-
122
- Papaya
123
-  (0.1ms) SELECT COUNT(*) FROM "emails"
124
- Mailhopper::Email Load (0.1ms) SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
125
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
126
- Migrating to CreateEmails (20110801151741)
127
-  (0.1ms) SELECT COUNT(*) FROM "emails"
128
- Rendered sample_mailer/hello.text.erb (1.1ms)
129
-  (0.0ms) SAVEPOINT active_record_1
130
- SQL (3.5ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "delayed_job_id", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", "bcc@example.com"], ["cc_address", "cc@example.com"], ["content", "Date: Thu, 04 Aug 2011 16:27:57 -0400\r\nFrom: from@example.com\r\nReply-To: reply_to@example.com\r\nTo: to@example.com\r\nCc: cc@example.com\r\nMessage-ID: <4e3b00cd4363a_7b02800eb1b0204b4@dgmpro.local.mail>\r\nSubject: Hiya!\r\nMime-Version: 1.0\r\nContent-Type: text/plain;\r\n charset=UTF-8\r\nContent-Transfer-Encoding: 7bit\r\n\r\nPapaya"], ["created_at", Thu, 04 Aug 2011 20:27:57 UTC +00:00], ["delayed_job_id", nil], ["from_address", "from@example.com"], ["reply_to_address", "reply_to@example.com"], ["sent_at", nil], ["subject", "Hiya!"], ["to_address", "to@example.com"], ["updated_at", Thu, 04 Aug 2011 20:27:57 UTC +00:00]]
131
-  (0.1ms) RELEASE SAVEPOINT active_record_1
132
-
133
- Sent mail to to@example.com (30ms)
134
- Date: Thu, 04 Aug 2011 16:27:57 -0400
135
- From: from@example.com
136
- Reply-To: reply_to@example.com
137
- To: to@example.com
138
- Cc: cc@example.com
139
- Message-ID: <4e3b00cd4363a_7b02800eb1b0204b4@dgmpro.local.mail>
140
- Subject: Hiya!
141
- Mime-Version: 1.0
142
- Content-Type: text/plain;
143
- charset=UTF-8
144
- Content-Transfer-Encoding: 7bit
145
-
146
- Papaya
147
-  (0.0ms) SELECT COUNT(*) FROM "emails"
148
- Mailhopper::Email Load (0.1ms) SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
149
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
150
- Migrating to CreateEmails (20110801151741)
151
-  (0.1ms) SELECT COUNT(*) FROM "emails"
152
- Rendered sample_mailer/hello.text.erb (1.3ms)
153
-  (0.0ms) SAVEPOINT active_record_1
154
- SQL (3.6ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "delayed_job_id", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", "bcc@example.com"], ["cc_address", "cc@example.com"], ["content", "Date: Thu, 04 Aug 2011 16:28:39 -0400\r\nFrom: from@example.com\r\nReply-To: reply_to@example.com\r\nTo: to@example.com\r\nCc: cc@example.com\r\nMessage-ID: <4e3b00f74d2b3_7b1c800eb1b0967bf@dgmpro.local.mail>\r\nSubject: Hiya!\r\nMime-Version: 1.0\r\nContent-Type: text/plain;\r\n charset=UTF-8\r\nContent-Transfer-Encoding: 7bit\r\n\r\nPapaya"], ["created_at", Thu, 04 Aug 2011 20:28:39 UTC +00:00], ["delayed_job_id", nil], ["from_address", "from@example.com"], ["reply_to_address", "reply_to@example.com"], ["sent_at", nil], ["subject", "Hiya!"], ["to_address", "to@example.com"], ["updated_at", Thu, 04 Aug 2011 20:28:39 UTC +00:00]]
155
-  (0.1ms) RELEASE SAVEPOINT active_record_1
156
-
157
- Sent mail to to@example.com (32ms)
158
- Date: Thu, 04 Aug 2011 16:28:39 -0400
159
- From: from@example.com
160
- Reply-To: reply_to@example.com
161
- To: to@example.com
162
- Cc: cc@example.com
163
- Message-ID: <4e3b00f74d2b3_7b1c800eb1b0967bf@dgmpro.local.mail>
164
- Subject: Hiya!
165
- Mime-Version: 1.0
166
- Content-Type: text/plain;
167
- charset=UTF-8
168
- Content-Transfer-Encoding: 7bit
169
-
170
- Papaya
171
-  (0.1ms) SELECT COUNT(*) FROM "emails"
172
- Mailhopper::Email Load (0.1ms) SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
173
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
174
- Migrating to CreateEmails (20110801151741)
175
-  (0.1ms) SELECT COUNT(*) FROM "emails"
176
- Rendered sample_mailer/hello.text.erb (1.1ms)
177
-  (0.0ms) SAVEPOINT active_record_1
178
- SQL (3.4ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "delayed_job_id", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", "bcc@example.com"], ["cc_address", "cc@example.com"], ["content", "Date: Thu, 04 Aug 2011 16:29:33 -0400\r\nFrom: from@example.com\r\nReply-To: reply_to@example.com\r\nTo: to@example.com\r\nCc: cc@example.com\r\nMessage-ID: <4e3b012d3603b_7b39800eb1b08085@dgmpro.local.mail>\r\nSubject: Hiya!\r\nMime-Version: 1.0\r\nContent-Type: text/plain;\r\n charset=UTF-8\r\nContent-Transfer-Encoding: 7bit\r\n\r\nPapaya"], ["created_at", Thu, 04 Aug 2011 20:29:33 UTC +00:00], ["delayed_job_id", nil], ["from_address", "from@example.com"], ["reply_to_address", "reply_to@example.com"], ["sent_at", nil], ["subject", "Hiya!"], ["to_address", "to@example.com"], ["updated_at", Thu, 04 Aug 2011 20:29:33 UTC +00:00]]
179
-  (0.1ms) RELEASE SAVEPOINT active_record_1
180
-
181
- Sent mail to to@example.com (31ms)
182
- Date: Thu, 04 Aug 2011 16:29:33 -0400
183
- From: from@example.com
184
- Reply-To: reply_to@example.com
185
- To: to@example.com
186
- Cc: cc@example.com
187
- Message-ID: <4e3b012d3603b_7b39800eb1b08085@dgmpro.local.mail>
188
- Subject: Hiya!
189
- Mime-Version: 1.0
190
- Content-Type: text/plain;
191
- charset=UTF-8
192
- Content-Transfer-Encoding: 7bit
193
-
194
- Papaya
195
-  (0.0ms) SELECT COUNT(*) FROM "emails"
196
- Mailhopper::Email Load (0.1ms) SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
197
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
198
- Migrating to CreateEmails (20110801151741)
199
-  (0.1ms) SELECT COUNT(*) FROM "emails"
200
- Rendered sample_mailer/hello.text.erb (1.1ms)
201
-  (0.0ms) SAVEPOINT active_record_1
202
- SQL (3.4ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "delayed_job_id", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", "bcc@example.com"], ["cc_address", "cc@example.com"], ["content", "Date: Thu, 04 Aug 2011 16:30:45 -0400\r\nFrom: from@example.com\r\nReply-To: reply_to@example.com\r\nTo: to@example.com\r\nCc: cc@example.com\r\nMessage-ID: <4e3b0175309dc_7b63800eb1b0798a2@dgmpro.local.mail>\r\nSubject: Hiya!\r\nMime-Version: 1.0\r\nContent-Type: text/plain;\r\n charset=UTF-8\r\nContent-Transfer-Encoding: 7bit\r\n\r\nPapaya"], ["created_at", Thu, 04 Aug 2011 20:30:45 UTC +00:00], ["delayed_job_id", nil], ["from_address", "from@example.com"], ["reply_to_address", "reply_to@example.com"], ["sent_at", nil], ["subject", "Hiya!"], ["to_address", "to@example.com"], ["updated_at", Thu, 04 Aug 2011 20:30:45 UTC +00:00]]
203
-  (0.1ms) RELEASE SAVEPOINT active_record_1
204
-
205
- Sent mail to to@example.com (30ms)
206
- Date: Thu, 04 Aug 2011 16:30:45 -0400
207
- From: from@example.com
208
- Reply-To: reply_to@example.com
209
- To: to@example.com
210
- Cc: cc@example.com
211
- Message-ID: <4e3b0175309dc_7b63800eb1b0798a2@dgmpro.local.mail>
212
- Subject: Hiya!
213
- Mime-Version: 1.0
214
- Content-Type: text/plain;
215
- charset=UTF-8
216
- Content-Transfer-Encoding: 7bit
217
-
218
- Papaya
219
-  (0.1ms) SELECT COUNT(*) FROM "emails"
220
- Mailhopper::Email Load (0.1ms) SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
221
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
222
- Migrating to CreateEmails (20110801151741)
223
-  (0.1ms) SELECT COUNT(*) FROM "emails"
224
- Rendered sample_mailer/hello.text.erb (1.1ms)
225
-  (0.0ms) SAVEPOINT active_record_1
226
- SQL (3.3ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "delayed_job_id", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", "bcc@example.com"], ["cc_address", "cc@example.com"], ["content", "Date: Thu, 04 Aug 2011 16:31:11 -0400\r\nFrom: from@example.com\r\nReply-To: reply_to@example.com\r\nTo: to@example.com\r\nCc: cc@example.com\r\nMessage-ID: <4e3b018f3d7c2_7b79800eb1b07757d@dgmpro.local.mail>\r\nSubject: Hiya!\r\nMime-Version: 1.0\r\nContent-Type: text/plain;\r\n charset=UTF-8\r\nContent-Transfer-Encoding: 7bit\r\n\r\nPapaya"], ["created_at", Thu, 04 Aug 2011 20:31:11 UTC +00:00], ["delayed_job_id", nil], ["from_address", "from@example.com"], ["reply_to_address", "reply_to@example.com"], ["sent_at", nil], ["subject", "Hiya!"], ["to_address", "to@example.com"], ["updated_at", Thu, 04 Aug 2011 20:31:11 UTC +00:00]]
227
-  (0.1ms) RELEASE SAVEPOINT active_record_1
228
-
229
- Sent mail to to@example.com (31ms)
230
- Date: Thu, 04 Aug 2011 16:31:11 -0400
231
- From: from@example.com
232
- Reply-To: reply_to@example.com
233
- To: to@example.com
234
- Cc: cc@example.com
235
- Message-ID: <4e3b018f3d7c2_7b79800eb1b07757d@dgmpro.local.mail>
236
- Subject: Hiya!
237
- Mime-Version: 1.0
238
- Content-Type: text/plain;
239
- charset=UTF-8
240
- Content-Transfer-Encoding: 7bit
241
-
242
- Papaya
243
-  (0.1ms) SELECT COUNT(*) FROM "emails"
244
- Mailhopper::Email Load (0.1ms) SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
245
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
246
- Migrating to CreateEmails (20110801151741)
247
-  (0.1ms) SELECT COUNT(*) FROM "emails"
248
- Rendered sample_mailer/hello.text.erb (1.1ms)
249
-  (0.1ms) SAVEPOINT active_record_1
250
- SQL (3.6ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "delayed_job_id", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", "bcc@example.com"], ["cc_address", "cc@example.com"], ["content", "Date: Thu, 04 Aug 2011 16:32:56 -0400\r\nFrom: from@example.com\r\nReply-To: reply_to@example.com\r\nTo: to@example.com\r\nCc: cc@example.com\r\nMessage-ID: <4e3b01f8ab3ee_7c0b800eb1b047282@dgmpro.local.mail>\r\nSubject: Hiya!\r\nMime-Version: 1.0\r\nContent-Type: text/plain;\r\n charset=UTF-8\r\nContent-Transfer-Encoding: 7bit\r\n\r\nPapaya"], ["created_at", Thu, 04 Aug 2011 20:32:56 UTC +00:00], ["delayed_job_id", nil], ["from_address", "from@example.com"], ["reply_to_address", "reply_to@example.com"], ["sent_at", nil], ["subject", "Hiya!"], ["to_address", "to@example.com"], ["updated_at", Thu, 04 Aug 2011 20:32:56 UTC +00:00]]
251
-  (0.1ms) RELEASE SAVEPOINT active_record_1
252
-
253
- Sent mail to to@example.com (31ms)
254
- Date: Thu, 04 Aug 2011 16:32:56 -0400
255
- From: from@example.com
256
- Reply-To: reply_to@example.com
257
- To: to@example.com
258
- Cc: cc@example.com
259
- Message-ID: <4e3b01f8ab3ee_7c0b800eb1b047282@dgmpro.local.mail>
260
- Subject: Hiya!
261
- Mime-Version: 1.0
262
- Content-Type: text/plain;
263
- charset=UTF-8
264
- Content-Transfer-Encoding: 7bit
265
-
266
- Papaya
267
-  (0.1ms) SELECT COUNT(*) FROM "emails"
268
- Mailhopper::Email Load (0.1ms) SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
269
-  (0.1ms) select sqlite_version(*)
270
-  (1.5ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
271
-  (0.0ms) PRAGMA index_list("schema_migrations")
272
-  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
273
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
274
- Migrating to CreateEmails (20110801151741)
275
-  (0.3ms) CREATE TABLE "emails" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "from_address" varchar(255) NOT NULL, "to_address" varchar(255), "cc_address" varchar(255), "bcc_address" varchar(255), "reply_to_address" varchar(255), "subject" varchar(255), "content" text, "sent_at" datetime, "created_at" datetime, "updated_at" datetime)
276
-  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20110801151741')
277
-  (0.0ms) SELECT COUNT(*) FROM "emails"
278
- Rendered sample_mailer/hello.text.erb (1.1ms)
279
-  (0.0ms) SAVEPOINT active_record_1
280
- SQL (3.4ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", "bcc@example.com"], ["cc_address", "cc@example.com"], ["content", "Date: Thu, 04 Aug 2011 16:33:18 -0400\r\nFrom: from@example.com\r\nReply-To: reply_to@example.com\r\nTo: to@example.com\r\nCc: cc@example.com\r\nMessage-ID: <4e3b020ed7d86_7c1c800eb1b058238@dgmpro.local.mail>\r\nSubject: Hiya!\r\nMime-Version: 1.0\r\nContent-Type: text/plain;\r\n charset=UTF-8\r\nContent-Transfer-Encoding: 7bit\r\n\r\nPapaya"], ["created_at", Thu, 04 Aug 2011 20:33:18 UTC +00:00], ["from_address", "from@example.com"], ["reply_to_address", "reply_to@example.com"], ["sent_at", nil], ["subject", "Hiya!"], ["to_address", "to@example.com"], ["updated_at", Thu, 04 Aug 2011 20:33:18 UTC +00:00]]
281
-  (0.1ms) RELEASE SAVEPOINT active_record_1
282
-
283
- Sent mail to to@example.com (30ms)
284
- Date: Thu, 04 Aug 2011 16:33:18 -0400
285
- From: from@example.com
286
- Reply-To: reply_to@example.com
287
- To: to@example.com
288
- Cc: cc@example.com
289
- Message-ID: <4e3b020ed7d86_7c1c800eb1b058238@dgmpro.local.mail>
290
- Subject: Hiya!
291
- Mime-Version: 1.0
292
- Content-Type: text/plain;
293
- charset=UTF-8
294
- Content-Transfer-Encoding: 7bit
295
-
296
- Papaya
297
-  (0.1ms) SELECT COUNT(*) FROM "emails"
298
- Mailhopper::Email Load (0.1ms) SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
299
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
300
- Migrating to CreateEmails (20110801151741)
301
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
302
- Migrating to CreateEmails (20110801151741)
303
-  (0.1ms) SELECT COUNT(*) FROM "emails" 
304
- Rendered sample_mailer/hello.text.erb (1.1ms)
305
-  (0.1ms) SAVEPOINT active_record_1
306
- SQL (3.5ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", "bcc@example.com"], ["cc_address", "cc@example.com"], ["content", "Date: Thu, 04 Aug 2011 16:34:30 -0400\r\nFrom: from@example.com\r\nReply-To: reply_to@example.com\r\nTo: to@example.com\r\nCc: cc@example.com\r\nMessage-ID: <4e3b0256cf882_7c2e800eb1b0629b2@dgmpro.local.mail>\r\nSubject: Hiya!\r\nMime-Version: 1.0\r\nContent-Type: text/plain;\r\n charset=UTF-8\r\nContent-Transfer-Encoding: 7bit\r\n\r\nPapaya"], ["created_at", Thu, 04 Aug 2011 20:34:30 UTC +00:00], ["from_address", "from@example.com"], ["reply_to_address", "reply_to@example.com"], ["sent_at", nil], ["subject", "Hiya!"], ["to_address", "to@example.com"], ["updated_at", Thu, 04 Aug 2011 20:34:30 UTC +00:00]]
307
-  (0.1ms) RELEASE SAVEPOINT active_record_1
308
-
309
- Sent mail to to@example.com (31ms)
310
- Date: Thu, 04 Aug 2011 16:34:30 -0400
311
- From: from@example.com
312
- Reply-To: reply_to@example.com
313
- To: to@example.com
314
- Cc: cc@example.com
315
- Message-ID: <4e3b0256cf882_7c2e800eb1b0629b2@dgmpro.local.mail>
316
- Subject: Hiya!
317
- Mime-Version: 1.0
318
- Content-Type: text/plain;
319
- charset=UTF-8
320
- Content-Transfer-Encoding: 7bit
321
-
322
- Papaya
323
-  (0.1ms) SELECT COUNT(*) FROM "emails" 
324
- Mailhopper::Email Load (0.1ms) SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
325
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
326
- Migrating to CreateEmails (20110801151741)
327
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
328
- Migrating to CreateEmails (20110801151741)
329
-  (0.1ms) SELECT COUNT(*) FROM "emails" 
330
- Rendered sample_mailer/hello.text.erb (1.1ms)
331
-  (0.1ms) SAVEPOINT active_record_1
332
- SQL (3.4ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", "bcc@example.com"], ["cc_address", "cc@example.com"], ["content", "Date: Thu, 04 Aug 2011 16:35:00 -0400\r\nFrom: from@example.com\r\nReply-To: reply_to@example.com\r\nTo: to@example.com\r\nCc: cc@example.com\r\nMessage-ID: <4e3b0274d022a_7c41800eb1b071861@dgmpro.local.mail>\r\nSubject: Hiya!\r\nMime-Version: 1.0\r\nContent-Type: text/plain;\r\n charset=UTF-8\r\nContent-Transfer-Encoding: 7bit\r\n\r\nPapaya"], ["created_at", Thu, 04 Aug 2011 20:35:00 UTC +00:00], ["from_address", "from@example.com"], ["reply_to_address", "reply_to@example.com"], ["sent_at", nil], ["subject", "Hiya!"], ["to_address", "to@example.com"], ["updated_at", Thu, 04 Aug 2011 20:35:00 UTC +00:00]]
333
-  (0.1ms) RELEASE SAVEPOINT active_record_1
334
-
335
- Sent mail to to@example.com (31ms)
336
- Date: Thu, 04 Aug 2011 16:35:00 -0400
337
- From: from@example.com
338
- Reply-To: reply_to@example.com
339
- To: to@example.com
340
- Cc: cc@example.com
341
- Message-ID: <4e3b0274d022a_7c41800eb1b071861@dgmpro.local.mail>
342
- Subject: Hiya!
343
- Mime-Version: 1.0
344
- Content-Type: text/plain;
345
- charset=UTF-8
346
- Content-Transfer-Encoding: 7bit
347
-
348
- Papaya
349
-  (0.0ms) SELECT COUNT(*) FROM "emails" 
350
- Mailhopper::Email Load (0.1ms) SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
351
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
352
- Migrating to CreateEmails (20110801151741)
353
-  (0.1ms) SELECT COUNT(*) FROM "emails"
354
- Rendered sample_mailer/hello.text.erb (1.1ms)
355
-  (0.1ms) SAVEPOINT active_record_1
356
- SQL (3.4ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", "bcc@example.com"], ["cc_address", "cc@example.com"], ["content", "Date: Thu, 04 Aug 2011 16:40:16 -0400\r\nFrom: from@example.com\r\nReply-To: reply_to@example.com\r\nTo: to@example.com\r\nCc: cc@example.com\r\nMessage-ID: <4e3b03b06518d_7cc1800eb1b089342@dgmpro.local.mail>\r\nSubject: Hiya!\r\nMime-Version: 1.0\r\nContent-Type: text/plain;\r\n charset=UTF-8\r\nContent-Transfer-Encoding: 7bit\r\n\r\nPapaya"], ["created_at", Thu, 04 Aug 2011 20:40:16 UTC +00:00], ["from_address", "from@example.com"], ["reply_to_address", "reply_to@example.com"], ["sent_at", nil], ["subject", "Hiya!"], ["to_address", "to@example.com"], ["updated_at", Thu, 04 Aug 2011 20:40:16 UTC +00:00]]
357
-  (0.1ms) RELEASE SAVEPOINT active_record_1
358
-
359
- Sent mail to to@example.com (29ms)
360
- Date: Thu, 04 Aug 2011 16:40:16 -0400
361
- From: from@example.com
362
- Reply-To: reply_to@example.com
363
- To: to@example.com
364
- Cc: cc@example.com
365
- Message-ID: <4e3b03b06518d_7cc1800eb1b089342@dgmpro.local.mail>
366
- Subject: Hiya!
367
- Mime-Version: 1.0
368
- Content-Type: text/plain;
369
- charset=UTF-8
370
- Content-Transfer-Encoding: 7bit
371
-
372
- Papaya
373
-  (0.1ms) SELECT COUNT(*) FROM "emails"
374
- Mailhopper::Email Load (0.1ms) SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
375
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
376
- Migrating to CreateEmails (20110801151741)
377
-  (0.1ms) SELECT COUNT(*) FROM "emails"
378
- Rendered sample_mailer/hello.text.erb (1.1ms)
379
-  (0.0ms) SAVEPOINT active_record_1
380
- SQL (4.3ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", "bcc@example.com"], ["cc_address", "cc@example.com"], ["content", "Date: Thu, 04 Aug 2011 17:13:36 -0400\r\nFrom: from@example.com\r\nReply-To: reply_to@example.com\r\nTo: to@example.com\r\nCc: cc@example.com\r\nMessage-ID: <4e3b0b80861ed_7e92800eb1b010e2@dgmpro.local.mail>\r\nSubject: Hiya!\r\nMime-Version: 1.0\r\nContent-Type: text/plain;\r\n charset=UTF-8\r\nContent-Transfer-Encoding: 7bit\r\n\r\nPapaya"], ["created_at", Thu, 04 Aug 2011 21:13:36 UTC +00:00], ["from_address", "from@example.com"], ["reply_to_address", "reply_to@example.com"], ["sent_at", nil], ["subject", "Hiya!"], ["to_address", "to@example.com"], ["updated_at", Thu, 04 Aug 2011 21:13:36 UTC +00:00]]
381
-  (0.1ms) RELEASE SAVEPOINT active_record_1
382
-
383
- Sent mail to to@example.com (30ms)
384
- Date: Thu, 04 Aug 2011 17:13:36 -0400
385
- From: from@example.com
386
- Reply-To: reply_to@example.com
387
- To: to@example.com
388
- Cc: cc@example.com
389
- Message-ID: <4e3b0b80861ed_7e92800eb1b010e2@dgmpro.local.mail>
390
- Subject: Hiya!
391
- Mime-Version: 1.0
392
- Content-Type: text/plain;
393
- charset=UTF-8
394
- Content-Transfer-Encoding: 7bit
395
-
396
- Papaya
397
-  (0.1ms) SELECT COUNT(*) FROM "emails"
398
- Mailhopper::Email Load (0.1ms) SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
399
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
400
- Migrating to CreateEmails (20110801151741)
401
-  (0.1ms) SELECT COUNT(*) FROM "emails"
402
- Rendered sample_mailer/hello.text.erb (1.2ms)
403
-  (0.0ms) SAVEPOINT active_record_1
404
- SQL (12.5ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", "bcc@example.com"], ["cc_address", "cc@example.com"], ["content", "Date: Thu, 04 Aug 2011 23:15:45 -0400\r\nFrom: from@example.com\r\nReply-To: reply_to@example.com\r\nTo: to@example.com\r\nCc: cc@example.com\r\nMessage-ID: <4e3b60616333a_9402800eb1b01987e@dgmpro.local.mail>\r\nSubject: Hiya!\r\nMime-Version: 1.0\r\nContent-Type: text/plain;\r\n charset=UTF-8\r\nContent-Transfer-Encoding: 7bit\r\n\r\nPapaya"], ["created_at", Fri, 05 Aug 2011 03:15:45 UTC +00:00], ["from_address", "from@example.com"], ["reply_to_address", "reply_to@example.com"], ["sent_at", nil], ["subject", "Hiya!"], ["to_address", "to@example.com"], ["updated_at", Fri, 05 Aug 2011 03:15:45 UTC +00:00]]
405
-  (0.1ms) RELEASE SAVEPOINT active_record_1
406
-
407
- Sent mail to to@example.com (52ms)
408
- Date: Thu, 04 Aug 2011 23:15:45 -0400
409
- From: from@example.com
410
- Reply-To: reply_to@example.com
411
- To: to@example.com
412
- Cc: cc@example.com
413
- Message-ID: <4e3b60616333a_9402800eb1b01987e@dgmpro.local.mail>
414
- Subject: Hiya!
415
- Mime-Version: 1.0
416
- Content-Type: text/plain;
417
- charset=UTF-8
418
- Content-Transfer-Encoding: 7bit
419
-
420
- Papaya
421
-  (0.0ms) SELECT COUNT(*) FROM "emails"
422
- Mailhopper::Email Load (0.1ms) SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
423
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
424
- Migrating to CreateEmails (20110801151741)
425
-  (0.3ms) SELECT COUNT(*) FROM "emails"
426
- Rendered sample_mailer/hello.text.erb (1.3ms)
427
-  (0.0ms) SAVEPOINT active_record_1
428
- SQL (29.2ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", "bcc@example.com"], ["cc_address", "cc@example.com"], ["content", "Date: Fri, 16 Sep 2011 13:15:59 -0400\r\nFrom: from@example.com\r\nReply-To: reply_to@example.com\r\nTo: to@example.com\r\nCc: cc@example.com\r\nMessage-ID: <4e73844f8b401_9684800eb1b057a5@dgmpro.local.mail>\r\nSubject: Hiya!\r\nMime-Version: 1.0\r\nContent-Type: text/plain;\r\n charset=UTF-8\r\nContent-Transfer-Encoding: 7bit\r\n\r\nPapaya"], ["created_at", Fri, 16 Sep 2011 17:15:59 UTC +00:00], ["from_address", "from@example.com"], ["reply_to_address", "reply_to@example.com"], ["sent_at", nil], ["subject", "Hiya!"], ["to_address", "to@example.com"], ["updated_at", Fri, 16 Sep 2011 17:15:59 UTC +00:00]]
429
-  (0.1ms) RELEASE SAVEPOINT active_record_1
430
-
431
- Sent mail to to@example.com (68ms)
432
- Date: Fri, 16 Sep 2011 13:15:59 -0400
433
- From: from@example.com
434
- Reply-To: reply_to@example.com
435
- To: to@example.com
436
- Cc: cc@example.com
437
- Message-ID: <4e73844f8b401_9684800eb1b057a5@dgmpro.local.mail>
438
- Subject: Hiya!
439
- Mime-Version: 1.0
440
- Content-Type: text/plain;
441
- charset=UTF-8
442
- Content-Transfer-Encoding: 7bit
443
-
444
- Papaya
445
-  (0.1ms) SELECT COUNT(*) FROM "emails"
446
- Mailhopper::Email Load (0.1ms) SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
447
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
448
- Migrating to CreateEmails (20110801151741)
449
-  (16.7ms) SELECT COUNT(*) FROM "emails"
450
- Rendered sample_mailer/hello.text.erb (1.2ms)
451
-  (0.0ms) SAVEPOINT active_record_1
452
- SQL (12.8ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", "bcc@example.com"], ["cc_address", "cc@example.com"], ["content", "Date: Fri, 16 Sep 2011 13:17:14 -0400\r\nFrom: from@example.com\r\nReply-To: reply_to@example.com\r\nTo: to@example.com\r\nCc: cc@example.com\r\nMessage-ID: <4e73849ac46ca_96ad800eb1b015594@dgmpro.local.mail>\r\nSubject: Hiya!\r\nMime-Version: 1.0\r\nContent-Type: text/plain;\r\n charset=UTF-8\r\nContent-Transfer-Encoding: 7bit\r\n\r\nPapaya"], ["created_at", Fri, 16 Sep 2011 17:17:14 UTC +00:00], ["from_address", "from@example.com"], ["reply_to_address", "reply_to@example.com"], ["sent_at", nil], ["subject", "Hiya!"], ["to_address", "to@example.com"], ["updated_at", Fri, 16 Sep 2011 17:17:14 UTC +00:00]]
453
-  (0.1ms) RELEASE SAVEPOINT active_record_1
454
-
455
- Sent mail to to@example.com (54ms)
456
- Date: Fri, 16 Sep 2011 13:17:14 -0400
457
- From: from@example.com
458
- Reply-To: reply_to@example.com
459
- To: to@example.com
460
- Cc: cc@example.com
461
- Message-ID: <4e73849ac46ca_96ad800eb1b015594@dgmpro.local.mail>
462
- Subject: Hiya!
463
- Mime-Version: 1.0
464
- Content-Type: text/plain;
465
- charset=UTF-8
466
- Content-Transfer-Encoding: 7bit
467
-
468
- Papaya
469
-  (0.0ms) SELECT COUNT(*) FROM "emails"
470
- Mailhopper::Email Load (0.1ms) SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
471
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
472
- Migrating to CreateEmails (20110801151741)
473
-  (14.9ms) SELECT COUNT(*) FROM "emails"
474
- Rendered sample_mailer/hello.text.erb (1.2ms)
475
-  (0.0ms) SAVEPOINT active_record_1
476
- SQL (11.4ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", "bcc@example.com"], ["cc_address", "cc@example.com"], ["content", "Date: Fri, 16 Sep 2011 13:18:37 -0400\r\nFrom: from@example.com\r\nReply-To: reply_to@example.com\r\nTo: to@example.com\r\nCc: cc@example.com\r\nMessage-ID: <4e7384ed83d3d_96d5800eb1b098744@dgmpro.local.mail>\r\nSubject: Hiya!\r\nMime-Version: 1.0\r\nContent-Type: text/plain;\r\n charset=UTF-8\r\nContent-Transfer-Encoding: 7bit\r\n\r\nPapaya"], ["created_at", Fri, 16 Sep 2011 17:18:37 UTC +00:00], ["from_address", "from@example.com"], ["reply_to_address", "reply_to@example.com"], ["sent_at", nil], ["subject", "Hiya!"], ["to_address", "to@example.com"], ["updated_at", Fri, 16 Sep 2011 17:18:37 UTC +00:00]]
477
-  (0.1ms) RELEASE SAVEPOINT active_record_1
478
-
479
- Sent mail to to@example.com (54ms)
480
- Date: Fri, 16 Sep 2011 13:18:37 -0400
481
- From: from@example.com
482
- Reply-To: reply_to@example.com
483
- To: to@example.com
484
- Cc: cc@example.com
485
- Message-ID: <4e7384ed83d3d_96d5800eb1b098744@dgmpro.local.mail>
486
- Subject: Hiya!
487
- Mime-Version: 1.0
488
- Content-Type: text/plain;
489
- charset=UTF-8
490
- Content-Transfer-Encoding: 7bit
491
-
492
- Papaya
493
-  (0.1ms) SELECT COUNT(*) FROM "emails"
494
- Mailhopper::Email Load (0.1ms) SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
495
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
496
- Migrating to CreateEmails (20110801151741)
497
-  (0.3ms) SELECT COUNT(*) FROM "emails"
498
- Rendered sample_mailer/hello.text.erb (1.1ms)
499
-  (0.0ms) SAVEPOINT active_record_1
500
- SQL (19.6ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", "bcc@example.com"], ["cc_address", "cc@example.com"], ["content", "Date: Fri, 16 Sep 2011 14:16:30 -0400\r\nFrom: from@example.com\r\nReply-To: reply_to@example.com\r\nTo: to@example.com\r\nCc: cc@example.com\r\nMessage-ID: <4e73927e42d79_9955800eb1b049864@dgmpro.local.mail>\r\nSubject: Hiya!\r\nMime-Version: 1.0\r\nContent-Type: text/plain;\r\n charset=UTF-8\r\nContent-Transfer-Encoding: 7bit\r\n\r\nPapaya"], ["created_at", Fri, 16 Sep 2011 18:16:30 UTC +00:00], ["from_address", "from@example.com"], ["reply_to_address", "reply_to@example.com"], ["sent_at", nil], ["subject", "Hiya!"], ["to_address", "to@example.com"], ["updated_at", Fri, 16 Sep 2011 18:16:30 UTC +00:00]]
501
-  (0.1ms) RELEASE SAVEPOINT active_record_1
502
-
503
- Sent mail to to@example.com (49ms)
504
- Date: Fri, 16 Sep 2011 14:16:30 -0400
505
- From: from@example.com
506
- Reply-To: reply_to@example.com
507
- To: to@example.com
508
- Cc: cc@example.com
509
- Message-ID: <4e73927e42d79_9955800eb1b049864@dgmpro.local.mail>
510
- Subject: Hiya!
511
- Mime-Version: 1.0
512
- Content-Type: text/plain;
513
- charset=UTF-8
514
- Content-Transfer-Encoding: 7bit
515
-
516
- Papaya
517
-  (0.1ms) SELECT COUNT(*) FROM "emails"
518
- Mailhopper::Email Load (0.1ms) SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
519
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
520
- Migrating to CreateEmails (20110801151741)
521
-  (9.6ms) SELECT COUNT(*) FROM "emails"
522
- Rendered sample_mailer/hello.text.erb (1.0ms)
523
-  (0.0ms) SAVEPOINT active_record_1
524
- SQL (19.5ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", "bcc@example.com"], ["cc_address", "cc@example.com"], ["content", "Date: Fri, 16 Sep 2011 14:25:57 -0400\r\nFrom: from@example.com\r\nReply-To: reply_to@example.com\r\nTo: to@example.com\r\nCc: cc@example.com\r\nMessage-ID: <4e7394b533300_99b3800eb1b0839fe@dgmpro.local.mail>\r\nSubject: Hiya!\r\nMime-Version: 1.0\r\nContent-Type: text/plain;\r\n charset=UTF-8\r\nContent-Transfer-Encoding: 7bit\r\n\r\nPapaya"], ["created_at", Fri, 16 Sep 2011 18:25:57 UTC +00:00], ["from_address", "from@example.com"], ["reply_to_address", "reply_to@example.com"], ["sent_at", nil], ["subject", "Hiya!"], ["to_address", "to@example.com"], ["updated_at", Fri, 16 Sep 2011 18:25:57 UTC +00:00]]
525
-  (0.1ms) RELEASE SAVEPOINT active_record_1
526
-
527
- Sent mail to to@example.com (47ms)
528
- Date: Fri, 16 Sep 2011 14:25:57 -0400
529
- From: from@example.com
530
- Reply-To: reply_to@example.com
531
- To: to@example.com
532
- Cc: cc@example.com
533
- Message-ID: <4e7394b533300_99b3800eb1b0839fe@dgmpro.local.mail>
534
- Subject: Hiya!
535
- Mime-Version: 1.0
536
- Content-Type: text/plain;
537
- charset=UTF-8
538
- Content-Transfer-Encoding: 7bit
539
-
540
- Papaya
541
-  (0.0ms) SELECT COUNT(*) FROM "emails"
542
- Mailhopper::Email Load (0.1ms) SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
543
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
544
- Migrating to CreateEmails (20110801151741)
545
-  (0.1ms) SELECT COUNT(*) FROM "emails"
546
- Rendered sample_mailer/hello.text.erb (1.1ms)
547
-  (0.0ms) SAVEPOINT active_record_1
548
- SQL (3.0ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", "bcc@example.com"], ["cc_address", "cc@example.com"], ["content", "Date: Fri, 16 Sep 2011 14:26:27 -0400\r\nFrom: from@example.com\r\nReply-To: reply_to@example.com\r\nTo: to@example.com\r\nCc: cc@example.com\r\nMessage-ID: <4e7394d394d0a_99ce800eb1b08433@dgmpro.local.mail>\r\nSubject: Hiya!\r\nMime-Version: 1.0\r\nContent-Type: text/plain;\r\n charset=UTF-8\r\nContent-Transfer-Encoding: 7bit\r\n\r\nPapaya"], ["created_at", Fri, 16 Sep 2011 18:26:27 UTC +00:00], ["from_address", "from@example.com"], ["reply_to_address", "reply_to@example.com"], ["sent_at", nil], ["subject", "Hiya!"], ["to_address", "to@example.com"], ["updated_at", Fri, 16 Sep 2011 18:26:27 UTC +00:00]]
549
-  (0.1ms) RELEASE SAVEPOINT active_record_1
550
-
551
- Sent mail to to@example.com (29ms)
552
- Date: Fri, 16 Sep 2011 14:26:27 -0400
553
- From: from@example.com
554
- Reply-To: reply_to@example.com
555
- To: to@example.com
556
- Cc: cc@example.com
557
- Message-ID: <4e7394d394d0a_99ce800eb1b08433@dgmpro.local.mail>
558
- Subject: Hiya!
559
- Mime-Version: 1.0
560
- Content-Type: text/plain;
561
- charset=UTF-8
562
- Content-Transfer-Encoding: 7bit
563
-
564
- Papaya
565
-  (0.0ms) SELECT COUNT(*) FROM "emails"
566
- Mailhopper::Email Load (0.1ms) SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
567
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
568
- Migrating to CreateEmails (20110801151741)
569
-  (23.9ms) SELECT COUNT(*) FROM "emails"
570
- Rendered sample_mailer/hello.text.erb (1.0ms)
571
-  (0.0ms) SAVEPOINT active_record_1
572
- SQL (2.9ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", "bcc@example.com"], ["cc_address", "cc@example.com"], ["content", "Date: Fri, 16 Sep 2011 14:27:25 -0400\r\nFrom: from@example.com\r\nReply-To: reply_to@example.com\r\nTo: to@example.com\r\nCc: cc@example.com\r\nMessage-ID: <4e73950d40e28_99f0800eb1b099531@dgmpro.local.mail>\r\nSubject: Hiya!\r\nMime-Version: 1.0\r\nContent-Type: text/plain;\r\n charset=UTF-8\r\nContent-Transfer-Encoding: 7bit\r\n\r\nPapaya"], ["created_at", Fri, 16 Sep 2011 18:27:25 UTC +00:00], ["from_address", "from@example.com"], ["reply_to_address", "reply_to@example.com"], ["sent_at", nil], ["subject", "Hiya!"], ["to_address", "to@example.com"], ["updated_at", Fri, 16 Sep 2011 18:27:25 UTC +00:00]]
573
-  (0.1ms) RELEASE SAVEPOINT active_record_1
574
-
575
- Sent mail to to@example.com (28ms)
576
- Date: Fri, 16 Sep 2011 14:27:25 -0400
577
- From: from@example.com
578
- Reply-To: reply_to@example.com
579
- To: to@example.com
580
- Cc: cc@example.com
581
- Message-ID: <4e73950d40e28_99f0800eb1b099531@dgmpro.local.mail>
582
- Subject: Hiya!
583
- Mime-Version: 1.0
584
- Content-Type: text/plain;
585
- charset=UTF-8
586
- Content-Transfer-Encoding: 7bit
587
-
588
- Papaya
589
-  (0.0ms) SELECT COUNT(*) FROM "emails"
590
- Mailhopper::Email Load (0.1ms) SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
591
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
592
- Migrating to CreateEmails (20110801151741)
593
-  (0.1ms) SELECT COUNT(*) FROM "emails"
594
- Rendered sample_mailer/hello.text.erb (1.0ms)
595
-  (0.0ms) SAVEPOINT active_record_1
596
- SQL (3.2ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", "bcc@example.com"], ["cc_address", "cc@example.com"], ["content", "Date: Fri, 16 Sep 2011 14:28:41 -0400\r\nFrom: from1@example.com, \r\n from2@example.com\r\nReply-To: reply_to@example.com\r\nTo: to@example.com\r\nCc: cc@example.com\r\nMessage-ID: <4e7395598958f_9a0e800eb1b0637f9@dgmpro.local.mail>\r\nSubject: Hiya!\r\nMime-Version: 1.0\r\nContent-Type: text/plain;\r\n charset=UTF-8\r\nContent-Transfer-Encoding: 7bit\r\n\r\nPapaya"], ["created_at", Fri, 16 Sep 2011 18:28:41 UTC +00:00], ["from_address", "from1@example.com,from2@example.com"], ["reply_to_address", "reply_to@example.com"], ["sent_at", nil], ["subject", "Hiya!"], ["to_address", "to@example.com"], ["updated_at", Fri, 16 Sep 2011 18:28:41 UTC +00:00]]
597
-  (0.1ms) RELEASE SAVEPOINT active_record_1
598
-
599
- Sent mail to to@example.com (30ms)
600
- Date: Fri, 16 Sep 2011 14:28:41 -0400
601
- From: from1@example.com,
602
- from2@example.com
603
- Reply-To: reply_to@example.com
604
- To: to@example.com
605
- Cc: cc@example.com
606
- Message-ID: <4e7395598958f_9a0e800eb1b0637f9@dgmpro.local.mail>
607
- Subject: Hiya!
608
- Mime-Version: 1.0
609
- Content-Type: text/plain;
610
- charset=UTF-8
611
- Content-Transfer-Encoding: 7bit
612
-
613
- Papaya
614
-  (0.0ms) SELECT COUNT(*) FROM "emails"
615
- Mailhopper::Email Load (0.1ms) SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
616
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
617
- Migrating to CreateEmails (20110801151741)
618
-  (0.1ms) SELECT COUNT(*) FROM "emails"
619
- Rendered sample_mailer/hello.text.erb (1.0ms)
620
-  (0.1ms) SAVEPOINT active_record_1
621
- SQL (3.1ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", "bcc@example.com"], ["cc_address", "cc@example.com"], ["content", "Date: Fri, 16 Sep 2011 14:29:03 -0400\r\nFrom: from@example.com\r\nReply-To: reply_to@example.com\r\nTo: to@example.com\r\nCc: cc@example.com\r\nMessage-ID: <4e73956f17aa5_9a1f800eb1b0562dc@dgmpro.local.mail>\r\nSubject: Hiya!\r\nMime-Version: 1.0\r\nContent-Type: text/plain;\r\n charset=UTF-8\r\nContent-Transfer-Encoding: 7bit\r\n\r\nPapaya"], ["created_at", Fri, 16 Sep 2011 18:29:03 UTC +00:00], ["from_address", "from@example.com"], ["reply_to_address", "reply_to@example.com"], ["sent_at", nil], ["subject", "Hiya!"], ["to_address", "to@example.com"], ["updated_at", Fri, 16 Sep 2011 18:29:03 UTC +00:00]]
622
-  (0.1ms) RELEASE SAVEPOINT active_record_1
623
-
624
- Sent mail to to@example.com (32ms)
625
- Date: Fri, 16 Sep 2011 14:29:03 -0400
626
- From: from@example.com
627
- Reply-To: reply_to@example.com
628
- To: to@example.com
629
- Cc: cc@example.com
630
- Message-ID: <4e73956f17aa5_9a1f800eb1b0562dc@dgmpro.local.mail>
631
- Subject: Hiya!
632
- Mime-Version: 1.0
633
- Content-Type: text/plain;
634
- charset=UTF-8
635
- Content-Transfer-Encoding: 7bit
636
-
637
- Papaya
638
-  (0.0ms) SELECT COUNT(*) FROM "emails"
639
- Mailhopper::Email Load (0.1ms) SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
640
-  (0.1ms) SELECT COUNT(*) FROM "emails"
641
- Rendered sample_mailer/hello.text.erb (0.1ms)
642
-  (0.1ms) SAVEPOINT active_record_1
643
- SQL (0.6ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", "bcc@example.com"], ["cc_address", "cc@example.com"], ["content", "Date: Fri, 16 Sep 2011 14:29:03 -0400\r\nFrom: from1@example.com, \r\n from2@example.com\r\nReply-To: reply_to@example.com\r\nTo: to@example.com\r\nCc: cc@example.com\r\nMessage-ID: <4e73956f22e2a_9a1f800eb1b0563d5@dgmpro.local.mail>\r\nSubject: Hiya!\r\nMime-Version: 1.0\r\nContent-Type: text/plain;\r\n charset=UTF-8\r\nContent-Transfer-Encoding: 7bit\r\n\r\nPapaya"], ["created_at", Fri, 16 Sep 2011 18:29:03 UTC +00:00], ["from_address", "from1@example.com,from2@example.com"], ["reply_to_address", "reply_to@example.com"], ["sent_at", nil], ["subject", "Hiya!"], ["to_address", "to@example.com"], ["updated_at", Fri, 16 Sep 2011 18:29:03 UTC +00:00]]
644
-  (0.1ms) RELEASE SAVEPOINT active_record_1
645
-
646
- Sent mail to to@example.com (64ms)
647
- Date: Fri, 16 Sep 2011 14:29:03 -0400
648
- From: from1@example.com,
649
- from2@example.com
650
- Reply-To: reply_to@example.com
651
- To: to@example.com
652
- Cc: cc@example.com
653
- Message-ID: <4e73956f22e2a_9a1f800eb1b0563d5@dgmpro.local.mail>
654
- Subject: Hiya!
655
- Mime-Version: 1.0
656
- Content-Type: text/plain;
657
- charset=UTF-8
658
- Content-Transfer-Encoding: 7bit
659
-
660
- Papaya
661
-  (0.1ms) SELECT COUNT(*) FROM "emails"
662
- Mailhopper::Email Load (0.1ms) SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
663
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
664
- Migrating to CreateEmails (20110801151741)
665
-  (0.1ms) SELECT COUNT(*) FROM "emails"
666
- Rendered sample_mailer/hello.text.erb (1.0ms)
667
-  (0.0ms) SAVEPOINT active_record_1
668
- SQL (62.8ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", "bcc@example.com"], ["cc_address", "cc@example.com"], ["content", "Date: Fri, 16 Sep 2011 14:32:25 -0400\r\nFrom: from@example.com\r\nReply-To: reply_to@example.com\r\nTo: to@example.com\r\nCc: cc@example.com\r\nMessage-ID: <4e7396397d90f_9a3b800eb1b0397a6@dgmpro.local.mail>\r\nSubject: Hiya!\r\nMime-Version: 1.0\r\nContent-Type: text/plain;\r\n charset=UTF-8\r\nContent-Transfer-Encoding: 7bit\r\n\r\nPapaya"], ["created_at", Fri, 16 Sep 2011 18:32:25 UTC +00:00], ["from_address", "from@example.com"], ["reply_to_address", "reply_to@example.com"], ["sent_at", nil], ["subject", "Hiya!"], ["to_address", "to@example.com"], ["updated_at", Fri, 16 Sep 2011 18:32:25 UTC +00:00]]
669
-  (0.1ms) RELEASE SAVEPOINT active_record_1
670
-
671
- Sent mail to to@example.com (89ms)
672
- Date: Fri, 16 Sep 2011 14:32:25 -0400
673
- From: from@example.com
674
- Reply-To: reply_to@example.com
675
- To: to@example.com
676
- Cc: cc@example.com
677
- Message-ID: <4e7396397d90f_9a3b800eb1b0397a6@dgmpro.local.mail>
678
- Subject: Hiya!
679
- Mime-Version: 1.0
680
- Content-Type: text/plain;
681
- charset=UTF-8
682
- Content-Transfer-Encoding: 7bit
683
-
684
- Papaya
685
-  (0.1ms) SELECT COUNT(*) FROM "emails"
686
- Mailhopper::Email Load (0.1ms) SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
687
-  (0.1ms) SELECT COUNT(*) FROM "emails"
688
- Rendered sample_mailer/hello.text.erb (0.1ms)
689
-  (0.1ms) SAVEPOINT active_record_1
690
- SQL (0.5ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", "bcc@example.com"], ["cc_address", "cc@example.com"], ["content", "Date: Fri, 16 Sep 2011 14:32:25 -0400\r\nFrom: from1@example.com, \r\n from2@example.com\r\nReply-To: reply_to@example.com\r\nTo: to@example.com\r\nCc: cc@example.com\r\nMessage-ID: <4e73963996ca4_9a3b800eb1b0398a6@dgmpro.local.mail>\r\nSubject: Hiya!\r\nMime-Version: 1.0\r\nContent-Type: text/plain;\r\n charset=UTF-8\r\nContent-Transfer-Encoding: 7bit\r\n\r\nPapaya"], ["created_at", Fri, 16 Sep 2011 18:32:25 UTC +00:00], ["from_address", "from1@example.com,from2@example.com"], ["reply_to_address", "reply_to@example.com"], ["sent_at", nil], ["subject", "Hiya!"], ["to_address", "to@example.com"], ["updated_at", Fri, 16 Sep 2011 18:32:25 UTC +00:00]]
691
-  (0.1ms) RELEASE SAVEPOINT active_record_1
692
-
693
- Sent mail to to@example.com (60ms)
694
- Date: Fri, 16 Sep 2011 14:32:25 -0400
695
- From: from1@example.com,
696
- from2@example.com
697
- Reply-To: reply_to@example.com
698
- To: to@example.com
699
- Cc: cc@example.com
700
- Message-ID: <4e73963996ca4_9a3b800eb1b0398a6@dgmpro.local.mail>
701
- Subject: Hiya!
702
- Mime-Version: 1.0
703
- Content-Type: text/plain;
704
- charset=UTF-8
705
- Content-Transfer-Encoding: 7bit
706
-
707
- Papaya
708
-  (0.1ms) SELECT COUNT(*) FROM "emails"
709
- Mailhopper::Email Load (0.1ms) SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
710
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
711
- Migrating to CreateEmails (20110801151741)
712
-  (0.1ms) SELECT COUNT(*) FROM "emails"
713
- Rendered sample_mailer/hello.text.erb (1.0ms)
714
-  (0.0ms) SAVEPOINT active_record_1
715
- SQL (3.1ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", "bcc@example.com"], ["cc_address", "cc@example.com"], ["content", "Date: Fri, 16 Sep 2011 14:34:06 -0400\r\nFrom: from@example.com\r\nReply-To: reply_to@example.com\r\nTo: to@example.com\r\nCc: cc@example.com\r\nMessage-ID: <4e73969eaf7a5_9a64800eb1b065685@dgmpro.local.mail>\r\nSubject: Hiya!\r\nMime-Version: 1.0\r\nContent-Type: text/plain;\r\n charset=UTF-8\r\nContent-Transfer-Encoding: 7bit\r\n\r\nPapaya"], ["created_at", Fri, 16 Sep 2011 18:34:06 UTC +00:00], ["from_address", "from@example.com"], ["reply_to_address", "reply_to@example.com"], ["sent_at", nil], ["subject", "Hiya!"], ["to_address", "to@example.com"], ["updated_at", Fri, 16 Sep 2011 18:34:06 UTC +00:00]]
716
-  (0.1ms) RELEASE SAVEPOINT active_record_1
717
-
718
- Sent mail to to@example.com (32ms)
719
- Date: Fri, 16 Sep 2011 14:34:06 -0400
720
- From: from@example.com
721
- Reply-To: reply_to@example.com
722
- To: to@example.com
723
- Cc: cc@example.com
724
- Message-ID: <4e73969eaf7a5_9a64800eb1b065685@dgmpro.local.mail>
725
- Subject: Hiya!
726
- Mime-Version: 1.0
727
- Content-Type: text/plain;
728
- charset=UTF-8
729
- Content-Transfer-Encoding: 7bit
730
-
731
- Papaya
732
-  (0.0ms) SELECT COUNT(*) FROM "emails"
733
- Mailhopper::Email Load (0.1ms) SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
734
-  (0.1ms) SELECT COUNT(*) FROM "emails"
735
- Rendered sample_mailer/hello.text.erb (0.1ms)
736
-  (0.1ms) SAVEPOINT active_record_1
737
- SQL (0.6ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", "bcc@example.com"], ["cc_address", "cc@example.com"], ["content", "Date: Fri, 16 Sep 2011 14:34:06 -0400\r\nFrom: from1@example.com, \r\n from2@example.com\r\nReply-To: reply_to@example.com\r\nTo: to@example.com\r\nCc: cc@example.com\r\nMessage-ID: <4e73969ebaaf2_9a64800eb1b06572f@dgmpro.local.mail>\r\nSubject: Hiya!\r\nMime-Version: 1.0\r\nContent-Type: text/plain;\r\n charset=UTF-8\r\nContent-Transfer-Encoding: 7bit\r\n\r\nPapaya"], ["created_at", Fri, 16 Sep 2011 18:34:06 UTC +00:00], ["from_address", "from1@example.com,from2@example.com"], ["reply_to_address", "reply_to@example.com"], ["sent_at", nil], ["subject", "Hiya!"], ["to_address", "to@example.com"], ["updated_at", Fri, 16 Sep 2011 18:34:06 UTC +00:00]]
738
-  (0.1ms) RELEASE SAVEPOINT active_record_1
739
-
740
- Sent mail to to@example.com (62ms)
741
- Date: Fri, 16 Sep 2011 14:34:06 -0400
742
- From: from1@example.com,
743
- from2@example.com
744
- Reply-To: reply_to@example.com
745
- To: to@example.com
746
- Cc: cc@example.com
747
- Message-ID: <4e73969ebaaf2_9a64800eb1b06572f@dgmpro.local.mail>
748
- Subject: Hiya!
749
- Mime-Version: 1.0
750
- Content-Type: text/plain;
751
- charset=UTF-8
752
- Content-Transfer-Encoding: 7bit
753
-
754
- Papaya
755
-  (0.1ms) SELECT COUNT(*) FROM "emails"
756
- Mailhopper::Email Load (0.1ms) SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
757
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
758
- Migrating to CreateEmails (20110801151741)
759
-  (12.8ms) SELECT COUNT(*) FROM "emails"
760
- Rendered sample_mailer/hello.text.erb (0.9ms)
761
-  (0.0ms) SAVEPOINT active_record_1
762
- SQL (2.9ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", "bcc@example.com"], ["cc_address", "cc@example.com"], ["content", "Date: Fri, 16 Sep 2011 14:34:50 -0400\r\nFrom: from@example.com\r\nReply-To: reply_to@example.com\r\nTo: to@example.com\r\nCc: cc@example.com\r\nMessage-ID: <4e7396ca9c363_9a79800eb1b053780@dgmpro.local.mail>\r\nSubject: Hiya!\r\nMime-Version: 1.0\r\nContent-Type: text/plain;\r\n charset=UTF-8\r\nContent-Transfer-Encoding: 7bit\r\n\r\nPapaya"], ["created_at", Fri, 16 Sep 2011 18:34:50 UTC +00:00], ["from_address", "from@example.com"], ["reply_to_address", "reply_to@example.com"], ["sent_at", nil], ["subject", "Hiya!"], ["to_address", "to@example.com"], ["updated_at", Fri, 16 Sep 2011 18:34:50 UTC +00:00]]
763
-  (0.1ms) RELEASE SAVEPOINT active_record_1
764
-
765
- Sent mail to to@example.com (28ms)
766
- Date: Fri, 16 Sep 2011 14:34:50 -0400
767
- From: from@example.com
768
- Reply-To: reply_to@example.com
769
- To: to@example.com
770
- Cc: cc@example.com
771
- Message-ID: <4e7396ca9c363_9a79800eb1b053780@dgmpro.local.mail>
772
- Subject: Hiya!
773
- Mime-Version: 1.0
774
- Content-Type: text/plain;
775
- charset=UTF-8
776
- Content-Transfer-Encoding: 7bit
777
-
778
- Papaya
779
-  (0.0ms) SELECT COUNT(*) FROM "emails"
780
- Mailhopper::Email Load (0.1ms) SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
781
-  (0.1ms) SELECT COUNT(*) FROM "emails"
782
- Rendered sample_mailer/hello.text.erb (0.1ms)
783
-  (0.1ms) SAVEPOINT active_record_1
784
- SQL (0.5ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", "bcc@example.com"], ["cc_address", "cc@example.com"], ["content", "Date: Fri, 16 Sep 2011 14:34:50 -0400\r\nFrom: from1@example.com, \r\n from2@example.com\r\nReply-To: reply_to@example.com\r\nTo: to@example.com\r\nCc: cc@example.com\r\nMessage-ID: <4e7396caa6b0d_9a79800eb1b0538cc@dgmpro.local.mail>\r\nSubject: Hiya!\r\nMime-Version: 1.0\r\nContent-Type: text/plain;\r\n charset=UTF-8\r\nContent-Transfer-Encoding: 7bit\r\n\r\nPapaya"], ["created_at", Fri, 16 Sep 2011 18:34:50 UTC +00:00], ["from_address", "from1@example.com,from2@example.com"], ["reply_to_address", "reply_to@example.com"], ["sent_at", nil], ["subject", "Hiya!"], ["to_address", "to@example.com"], ["updated_at", Fri, 16 Sep 2011 18:34:50 UTC +00:00]]
785
-  (0.1ms) RELEASE SAVEPOINT active_record_1
786
-
787
- Sent mail to to@example.com (63ms)
788
- Date: Fri, 16 Sep 2011 14:34:50 -0400
789
- From: from1@example.com,
790
- from2@example.com
791
- Reply-To: reply_to@example.com
792
- To: to@example.com
793
- Cc: cc@example.com
794
- Message-ID: <4e7396caa6b0d_9a79800eb1b0538cc@dgmpro.local.mail>
795
- Subject: Hiya!
796
- Mime-Version: 1.0
797
- Content-Type: text/plain;
798
- charset=UTF-8
799
- Content-Transfer-Encoding: 7bit
800
-
801
- Papaya
802
-  (0.1ms) SELECT COUNT(*) FROM "emails"
803
- Mailhopper::Email Load (0.1ms) SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
804
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
805
- Migrating to CreateEmails (20110801151741)
806
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
807
- Migrating to CreateEmails (20110801151741)
808
-  (0.1ms) SELECT COUNT(*) FROM "emails"
809
- Rendered sample_mailer/hello.text.erb (1.1ms)
810
-  (0.0ms) SAVEPOINT active_record_1
811
- SQL (11.7ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", "bcc@example.com"], ["cc_address", "cc@example.com"], ["content", "Date: Fri, 16 Sep 2011 14:36:04 -0400\r\nFrom: from@example.com\r\nReply-To: reply_to@example.com\r\nTo: to@example.com\r\nCc: cc@example.com\r\nMessage-ID: <4e739714a6a3c_9a9d800eb1b0736eb@dgmpro.local.mail>\r\nSubject: Hiya!\r\nMime-Version: 1.0\r\nContent-Type: text/plain;\r\n charset=UTF-8\r\nContent-Transfer-Encoding: 7bit\r\n\r\nPapaya"], ["created_at", Fri, 16 Sep 2011 18:36:04 UTC +00:00], ["from_address", "from@example.com"], ["reply_to_address", "reply_to@example.com"], ["sent_at", nil], ["subject", "Hiya!"], ["to_address", "to@example.com"], ["updated_at", Fri, 16 Sep 2011 18:36:04 UTC +00:00]]
812
-  (0.1ms) RELEASE SAVEPOINT active_record_1
813
-
814
- Sent mail to to@example.com (38ms)
815
- Date: Fri, 16 Sep 2011 14:36:04 -0400
816
- From: from@example.com
817
- Reply-To: reply_to@example.com
818
- To: to@example.com
819
- Cc: cc@example.com
820
- Message-ID: <4e739714a6a3c_9a9d800eb1b0736eb@dgmpro.local.mail>
821
- Subject: Hiya!
822
- Mime-Version: 1.0
823
- Content-Type: text/plain;
824
- charset=UTF-8
825
- Content-Transfer-Encoding: 7bit
826
-
827
- Papaya
828
-  (0.1ms) SELECT COUNT(*) FROM "emails"
829
- Mailhopper::Email Load (0.1ms) SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
830
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
831
- Migrating to CreateEmails (20110801151741)
832
-  (0.1ms) SELECT COUNT(*) FROM "emails"
833
- Rendered sample_mailer/hello.text.erb (1.0ms)
834
-  (0.0ms) SAVEPOINT active_record_1
835
- SQL (3.0ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", "bcc@example.com"], ["cc_address", "cc@example.com"], ["content", "Date: Fri, 16 Sep 2011 14:36:24 -0400\r\nFrom: from@example.com\r\nReply-To: reply_to@example.com\r\nTo: to@example.com\r\nCc: cc@example.com\r\nMessage-ID: <4e73972884983_9aae800eb1b06630@dgmpro.local.mail>\r\nSubject: Hiya!\r\nMime-Version: 1.0\r\nContent-Type: text/plain;\r\n charset=UTF-8\r\nContent-Transfer-Encoding: 7bit\r\n\r\nPapaya"], ["created_at", Fri, 16 Sep 2011 18:36:24 UTC +00:00], ["from_address", "from@example.com"], ["reply_to_address", "reply_to@example.com"], ["sent_at", nil], ["subject", "Hiya!"], ["to_address", "to@example.com"], ["updated_at", Fri, 16 Sep 2011 18:36:24 UTC +00:00]]
836
-  (0.1ms) RELEASE SAVEPOINT active_record_1
837
-
838
- Sent mail to to@example.com (29ms)
839
- Date: Fri, 16 Sep 2011 14:36:24 -0400
840
- From: from@example.com
841
- Reply-To: reply_to@example.com
842
- To: to@example.com
843
- Cc: cc@example.com
844
- Message-ID: <4e73972884983_9aae800eb1b06630@dgmpro.local.mail>
845
- Subject: Hiya!
846
- Mime-Version: 1.0
847
- Content-Type: text/plain;
848
- charset=UTF-8
849
- Content-Transfer-Encoding: 7bit
850
-
851
- Papaya
852
-  (0.0ms) SELECT COUNT(*) FROM "emails"
853
- Mailhopper::Email Load (0.1ms) SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
854
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
855
- Migrating to CreateEmails (20110801151741)
856
-  (0.1ms) SELECT COUNT(*) FROM "emails"
857
- Rendered sample_mailer/hello.text.erb (1.0ms)
858
-  (0.0ms) SAVEPOINT active_record_1
859
- SQL (3.1ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", "bcc@example.com"], ["cc_address", "cc@example.com"], ["content", "Date: Fri, 16 Sep 2011 14:36:37 -0400\r\nFrom: from@example.com\r\nReply-To: reply_to@example.com\r\nTo: to@example.com\r\nCc: cc@example.com\r\nMessage-ID: <4e739735dff49_9ac2800eb1b07792a@dgmpro.local.mail>\r\nSubject: Hiya!\r\nMime-Version: 1.0\r\nContent-Type: text/plain;\r\n charset=UTF-8\r\nContent-Transfer-Encoding: 7bit\r\n\r\nPapaya"], ["created_at", Fri, 16 Sep 2011 18:36:37 UTC +00:00], ["from_address", "from@example.com"], ["reply_to_address", "reply_to@example.com"], ["sent_at", nil], ["subject", "Hiya!"], ["to_address", "to@example.com"], ["updated_at", Fri, 16 Sep 2011 18:36:37 UTC +00:00]]
860
-  (0.1ms) RELEASE SAVEPOINT active_record_1
861
-
862
- Sent mail to to@example.com (30ms)
863
- Date: Fri, 16 Sep 2011 14:36:37 -0400
864
- From: from@example.com
865
- Reply-To: reply_to@example.com
866
- To: to@example.com
867
- Cc: cc@example.com
868
- Message-ID: <4e739735dff49_9ac2800eb1b07792a@dgmpro.local.mail>
869
- Subject: Hiya!
870
- Mime-Version: 1.0
871
- Content-Type: text/plain;
872
- charset=UTF-8
873
- Content-Transfer-Encoding: 7bit
874
-
875
- Papaya
876
-  (0.1ms) SELECT COUNT(*) FROM "emails"
877
- Mailhopper::Email Load (0.1ms) SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
878
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
879
- Migrating to CreateEmails (20110801151741)
880
-  (0.1ms) SELECT COUNT(*) FROM "emails"
881
- Rendered sample_mailer/hello.text.erb (1.0ms)
882
-  (0.0ms) SAVEPOINT active_record_1
883
- SQL (3.1ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", "bcc@example.com"], ["cc_address", "cc@example.com"], ["content", "Date: Fri, 16 Sep 2011 14:36:51 -0400\r\nFrom: from@example.com\r\nReply-To: reply_to@example.com\r\nTo: to@example.com\r\nCc: cc@example.com\r\nMessage-ID: <4e73974327416_9ad3800eb1b066596@dgmpro.local.mail>\r\nSubject: Hiya!\r\nMime-Version: 1.0\r\nContent-Type: text/plain;\r\n charset=UTF-8\r\nContent-Transfer-Encoding: 7bit\r\n\r\nPapaya"], ["created_at", Fri, 16 Sep 2011 18:36:51 UTC +00:00], ["from_address", "from@example.com"], ["reply_to_address", "reply_to@example.com"], ["sent_at", nil], ["subject", "Hiya!"], ["to_address", "to@example.com"], ["updated_at", Fri, 16 Sep 2011 18:36:51 UTC +00:00]]
884
-  (0.1ms) RELEASE SAVEPOINT active_record_1
885
-
886
- Sent mail to to@example.com (31ms)
887
- Date: Fri, 16 Sep 2011 14:36:51 -0400
888
- From: from@example.com
889
- Reply-To: reply_to@example.com
890
- To: to@example.com
891
- Cc: cc@example.com
892
- Message-ID: <4e73974327416_9ad3800eb1b066596@dgmpro.local.mail>
893
- Subject: Hiya!
894
- Mime-Version: 1.0
895
- Content-Type: text/plain;
896
- charset=UTF-8
897
- Content-Transfer-Encoding: 7bit
898
-
899
- Papaya
900
-  (0.0ms) SELECT COUNT(*) FROM "emails"
901
- Mailhopper::Email Load (0.1ms) SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
902
-  (0.1ms) SELECT COUNT(*) FROM "emails"
903
- Rendered sample_mailer/hello.text.erb (0.1ms)
904
-  (0.1ms) SAVEPOINT active_record_1
905
- SQL (0.6ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", "bcc@example.com"], ["cc_address", "cc@example.com"], ["content", "Date: Fri, 16 Sep 2011 14:36:51 -0400\r\nFrom: from1@example.com, \r\n from2@example.com\r\nReply-To: reply_to@example.com\r\nTo: to@example.com\r\nCc: cc@example.com\r\nMessage-ID: <4e73974334acf_9ad3800eb1b06663f@dgmpro.local.mail>\r\nSubject: Hiya!\r\nMime-Version: 1.0\r\nContent-Type: text/plain;\r\n charset=UTF-8\r\nContent-Transfer-Encoding: 7bit\r\n\r\nPapaya"], ["created_at", Fri, 16 Sep 2011 18:36:51 UTC +00:00], ["from_address", "from1@example.com,from2@example.com"], ["reply_to_address", "reply_to@example.com"], ["sent_at", nil], ["subject", "Hiya!"], ["to_address", "to@example.com"], ["updated_at", Fri, 16 Sep 2011 18:36:51 UTC +00:00]]
906
-  (0.1ms) RELEASE SAVEPOINT active_record_1
907
-
908
- Sent mail to to@example.com (65ms)
909
- Date: Fri, 16 Sep 2011 14:36:51 -0400
910
- From: from1@example.com,
911
- from2@example.com
912
- Reply-To: reply_to@example.com
913
- To: to@example.com
914
- Cc: cc@example.com
915
- Message-ID: <4e73974334acf_9ad3800eb1b06663f@dgmpro.local.mail>
916
- Subject: Hiya!
917
- Mime-Version: 1.0
918
- Content-Type: text/plain;
919
- charset=UTF-8
920
- Content-Transfer-Encoding: 7bit
921
-
922
- Papaya
923
-  (0.1ms) SELECT COUNT(*) FROM "emails"
924
- Mailhopper::Email Load (0.1ms) SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
925
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
926
- Migrating to CreateEmails (20110801151741)
927
-  (0.1ms) SELECT COUNT(*) FROM "emails"
928
- Rendered sample_mailer/hello.text.erb (1.0ms)
929
-  (0.0ms) SAVEPOINT active_record_1
930
- SQL (3.0ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", "bcc@example.com"], ["cc_address", "cc@example.com"], ["content", "Date: Fri, 16 Sep 2011 14:37:21 -0400\r\nFrom: from@example.com\r\nReply-To: reply_to@example.com\r\nTo: to@example.com\r\nCc: cc@example.com\r\nMessage-ID: <4e73976171f24_9ae4800eb1b0774d1@dgmpro.local.mail>\r\nSubject: Hiya!\r\nMime-Version: 1.0\r\nContent-Type: text/plain;\r\n charset=UTF-8\r\nContent-Transfer-Encoding: 7bit\r\n\r\nPapaya"], ["created_at", Fri, 16 Sep 2011 18:37:21 UTC +00:00], ["from_address", "from@example.com"], ["reply_to_address", "reply_to@example.com"], ["sent_at", nil], ["subject", "Hiya!"], ["to_address", "to@example.com"], ["updated_at", Fri, 16 Sep 2011 18:37:21 UTC +00:00]]
931
-  (0.1ms) RELEASE SAVEPOINT active_record_1
932
-
933
- Sent mail to to@example.com (29ms)
934
- Date: Fri, 16 Sep 2011 14:37:21 -0400
935
- From: from@example.com
936
- Reply-To: reply_to@example.com
937
- To: to@example.com
938
- Cc: cc@example.com
939
- Message-ID: <4e73976171f24_9ae4800eb1b0774d1@dgmpro.local.mail>
940
- Subject: Hiya!
941
- Mime-Version: 1.0
942
- Content-Type: text/plain;
943
- charset=UTF-8
944
- Content-Transfer-Encoding: 7bit
945
-
946
- Papaya
947
-  (0.0ms) SELECT COUNT(*) FROM "emails"
948
- Mailhopper::Email Load (0.1ms) SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
949
-  (0.1ms) SELECT COUNT(*) FROM "emails"
950
- Rendered sample_mailer/hello.text.erb (0.1ms)
951
-  (0.1ms) SAVEPOINT active_record_1
952
- SQL (0.6ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", "bcc@example.com"], ["cc_address", "cc@example.com"], ["content", "Date: Fri, 16 Sep 2011 14:37:21 -0400\r\nFrom: from1@example.com, \r\n from2@example.com\r\nReply-To: reply_to@example.com\r\nTo: to@example.com\r\nCc: cc@example.com\r\nMessage-ID: <4e7397617c9ff_9ae4800eb1b0775d7@dgmpro.local.mail>\r\nSubject: Hiya!\r\nMime-Version: 1.0\r\nContent-Type: text/plain;\r\n charset=UTF-8\r\nContent-Transfer-Encoding: 7bit\r\n\r\nPapaya"], ["created_at", Fri, 16 Sep 2011 18:37:21 UTC +00:00], ["from_address", "from1@example.com,from2@example.com"], ["reply_to_address", "reply_to@example.com"], ["sent_at", nil], ["subject", "Hiya!"], ["to_address", "to@example.com"], ["updated_at", Fri, 16 Sep 2011 18:37:21 UTC +00:00]]
953
-  (0.1ms) RELEASE SAVEPOINT active_record_1
954
-
955
- Sent mail to to@example.com (62ms)
956
- Date: Fri, 16 Sep 2011 14:37:21 -0400
957
- From: from1@example.com,
958
- from2@example.com
959
- Reply-To: reply_to@example.com
960
- To: to@example.com
961
- Cc: cc@example.com
962
- Message-ID: <4e7397617c9ff_9ae4800eb1b0775d7@dgmpro.local.mail>
963
- Subject: Hiya!
964
- Mime-Version: 1.0
965
- Content-Type: text/plain;
966
- charset=UTF-8
967
- Content-Transfer-Encoding: 7bit
968
-
969
- Papaya
970
-  (0.1ms) SELECT COUNT(*) FROM "emails"
971
- Mailhopper::Email Load (0.1ms) SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
972
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
973
- Migrating to CreateEmails (20110801151741)
974
-  (0.1ms) SELECT COUNT(*) FROM "emails"
975
- Rendered sample_mailer/hello.text.erb (1.1ms)
976
-  (0.0ms) SAVEPOINT active_record_1
977
- SQL (16.3ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", "bcc@example.com"], ["cc_address", "cc@example.com"], ["content", "Date: Fri, 16 Sep 2011 14:47:20 -0400\r\nFrom: from@example.com\r\nReply-To: reply_to@example.com\r\nTo: to@example.com\r\nCc: cc@example.com\r\nMessage-ID: <4e7399b8127e4_9b45800eb1b035558@dgmpro.local.mail>\r\nSubject: Hiya!\r\nMime-Version: 1.0\r\nContent-Type: text/plain;\r\n charset=UTF-8\r\nContent-Transfer-Encoding: 7bit\r\n\r\nPapaya"], ["created_at", Fri, 16 Sep 2011 18:47:20 UTC +00:00], ["from_address", "from@example.com"], ["reply_to_address", "reply_to@example.com"], ["sent_at", nil], ["subject", "Hiya!"], ["to_address", "to@example.com"], ["updated_at", Fri, 16 Sep 2011 18:47:20 UTC +00:00]]
978
-  (0.1ms) RELEASE SAVEPOINT active_record_1
979
-
980
- Sent mail to to@example.com (42ms)
981
- Date: Fri, 16 Sep 2011 14:47:20 -0400
982
- From: from@example.com
983
- Reply-To: reply_to@example.com
984
- To: to@example.com
985
- Cc: cc@example.com
986
- Message-ID: <4e7399b8127e4_9b45800eb1b035558@dgmpro.local.mail>
987
- Subject: Hiya!
988
- Mime-Version: 1.0
989
- Content-Type: text/plain;
990
- charset=UTF-8
991
- Content-Transfer-Encoding: 7bit
992
-
993
- Papaya
994
-  (0.1ms) SELECT COUNT(*) FROM "emails"
995
- Mailhopper::Email Load (0.1ms) SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
996
-  (0.1ms) SELECT COUNT(*) FROM "emails"
997
- Rendered sample_mailer/hello.text.erb (0.1ms)
998
-  (0.1ms) SAVEPOINT active_record_1
999
- SQL (0.6ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", "bcc1@example.com,bcc2@example.com"], ["cc_address", "cc1@example.com,cc2@example.com"], ["content", "Date: Fri, 16 Sep 2011 14:47:20 -0400\r\nFrom: from1@example.com\r\nReply-To: reply_to@example.com\r\nTo: to1@example.com, \r\n to2@example.com\r\nCc: cc1@example.com, \r\n cc2@example.com\r\nMessage-ID: <4e7399b82c293_9b45800eb1b035667@dgmpro.local.mail>\r\nSubject: Hiya!\r\nMime-Version: 1.0\r\nContent-Type: text/plain;\r\n charset=UTF-8\r\nContent-Transfer-Encoding: 7bit\r\n\r\nPapaya"], ["created_at", Fri, 16 Sep 2011 18:47:20 UTC +00:00], ["from_address", "from1@example.com"], ["reply_to_address", "reply_to@example.com"], ["sent_at", nil], ["subject", "Hiya!"], ["to_address", "to1@example.com,to2@example.com"], ["updated_at", Fri, 16 Sep 2011 18:47:20 UTC +00:00]]
1000
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1001
-
1002
- Sent mail to to1@example.com, to2@example.com (64ms)
1003
- Date: Fri, 16 Sep 2011 14:47:20 -0400
1004
- From: from1@example.com
1005
- Reply-To: reply_to@example.com
1006
- To: to1@example.com,
1007
- to2@example.com
1008
- Cc: cc1@example.com,
1009
- cc2@example.com
1010
- Message-ID: <4e7399b82c293_9b45800eb1b035667@dgmpro.local.mail>
1011
- Subject: Hiya!
1012
- Mime-Version: 1.0
1013
- Content-Type: text/plain;
1014
- charset=UTF-8
1015
- Content-Transfer-Encoding: 7bit
1016
-
1017
- Papaya
1018
-  (0.1ms) SELECT COUNT(*) FROM "emails"
1019
- Mailhopper::Email Load (0.1ms) SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
1020
-  (0.1ms) SELECT COUNT(*) FROM "emails"
1021
- Rendered sample_mailer/hello.text.erb (0.0ms)
1022
-  (0.0ms) SAVEPOINT active_record_1
1023
- SQL (0.5ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", ""], ["cc_address", ""], ["content", "Date: Fri, 16 Sep 2011 14:47:20 -0400\r\nFrom: from1@example.com\r\nTo: to1@example.com\r\nMessage-ID: <4e7399b832f1a_9b45800eb1b03576d@dgmpro.local.mail>\r\nSubject: Hello\r\nMime-Version: 1.0\r\nContent-Type: text/plain;\r\n charset=UTF-8\r\nContent-Transfer-Encoding: 7bit\r\n\r\nPapaya"], ["created_at", Fri, 16 Sep 2011 18:47:20 UTC +00:00], ["from_address", "from1@example.com"], ["reply_to_address", ""], ["sent_at", nil], ["subject", "Hello"], ["to_address", "to1@example.com"], ["updated_at", Fri, 16 Sep 2011 18:47:20 UTC +00:00]]
1024
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1025
-
1026
- Sent mail to to1@example.com (11ms)
1027
- Date: Fri, 16 Sep 2011 14:47:20 -0400
1028
- From: from1@example.com
1029
- To: to1@example.com
1030
- Message-ID: <4e7399b832f1a_9b45800eb1b03576d@dgmpro.local.mail>
1031
- Subject: Hello
1032
- Mime-Version: 1.0
1033
- Content-Type: text/plain;
1034
- charset=UTF-8
1035
- Content-Transfer-Encoding: 7bit
1036
-
1037
- Papaya
1038
-  (0.1ms) SELECT COUNT(*) FROM "emails"
1039
- Mailhopper::Email Load (0.1ms) SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
1040
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1041
- Migrating to CreateEmails (20110801151741)
1042
-  (0.1ms) SELECT COUNT(*) FROM "emails"
1043
- Rendered sample_mailer/hello.text.erb (1.2ms)
1044
-  (0.0ms) SAVEPOINT active_record_1
1045
- SQL (3.1ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", "bcc@example.com"], ["cc_address", "cc@example.com"], ["content", "Date: Fri, 16 Sep 2011 14:48:00 -0400\r\nFrom: from@example.com\r\nReply-To: reply_to@example.com\r\nTo: to@example.com\r\nCc: cc@example.com\r\nMessage-ID: <4e7399e099149_9b56800eb1b056563@dgmpro.local.mail>\r\nSubject: Hiya!\r\nMime-Version: 1.0\r\nContent-Type: text/plain;\r\n charset=UTF-8\r\nContent-Transfer-Encoding: 7bit\r\n\r\nPapaya"], ["created_at", Fri, 16 Sep 2011 18:48:00 UTC +00:00], ["from_address", "from@example.com"], ["reply_to_address", "reply_to@example.com"], ["sent_at", nil], ["subject", "Hiya!"], ["to_address", "to@example.com"], ["updated_at", Fri, 16 Sep 2011 18:48:00 UTC +00:00]]
1046
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1047
-
1048
- Sent mail to to@example.com (32ms)
1049
- Date: Fri, 16 Sep 2011 14:48:00 -0400
1050
- From: from@example.com
1051
- Reply-To: reply_to@example.com
1052
- To: to@example.com
1053
- Cc: cc@example.com
1054
- Message-ID: <4e7399e099149_9b56800eb1b056563@dgmpro.local.mail>
1055
- Subject: Hiya!
1056
- Mime-Version: 1.0
1057
- Content-Type: text/plain;
1058
- charset=UTF-8
1059
- Content-Transfer-Encoding: 7bit
1060
-
1061
- Papaya
1062
-  (0.1ms) SELECT COUNT(*) FROM "emails"
1063
- Mailhopper::Email Load (0.1ms) SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
1064
-  (0.1ms) SELECT COUNT(*) FROM "emails"
1065
- Rendered sample_mailer/hello.text.erb (0.1ms)
1066
-  (0.1ms) SAVEPOINT active_record_1
1067
- SQL (0.6ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", "bcc1@example.com,bcc2@example.com"], ["cc_address", "cc1@example.com,cc2@example.com"], ["content", "Date: Fri, 16 Sep 2011 14:48:00 -0400\r\nFrom: from1@example.com\r\nReply-To: reply_to@example.com\r\nTo: to1@example.com, \r\n to2@example.com\r\nCc: cc1@example.com, \r\n cc2@example.com\r\nMessage-ID: <4e7399e0b0bf8_9b56800eb1b056640@dgmpro.local.mail>\r\nSubject: Hiya!\r\nMime-Version: 1.0\r\nContent-Type: text/plain;\r\n charset=UTF-8\r\nContent-Transfer-Encoding: 7bit\r\n\r\nPapaya"], ["created_at", Fri, 16 Sep 2011 18:48:00 UTC +00:00], ["from_address", "from1@example.com"], ["reply_to_address", "reply_to@example.com"], ["sent_at", nil], ["subject", "Hiya!"], ["to_address", "to1@example.com,to2@example.com"], ["updated_at", Fri, 16 Sep 2011 18:48:00 UTC +00:00]]
1068
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1069
-
1070
- Sent mail to to1@example.com, to2@example.com (66ms)
1071
- Date: Fri, 16 Sep 2011 14:48:00 -0400
1072
- From: from1@example.com
1073
- Reply-To: reply_to@example.com
1074
- To: to1@example.com,
1075
- to2@example.com
1076
- Cc: cc1@example.com,
1077
- cc2@example.com
1078
- Message-ID: <4e7399e0b0bf8_9b56800eb1b056640@dgmpro.local.mail>
1079
- Subject: Hiya!
1080
- Mime-Version: 1.0
1081
- Content-Type: text/plain;
1082
- charset=UTF-8
1083
- Content-Transfer-Encoding: 7bit
1084
-
1085
- Papaya
1086
-  (0.1ms) SELECT COUNT(*) FROM "emails"
1087
- Mailhopper::Email Load (0.1ms) SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
1088
-  (0.1ms) SELECT COUNT(*) FROM "emails"
1089
- Rendered sample_mailer/hello.text.erb (0.1ms)
1090
-  (0.1ms) SAVEPOINT active_record_1
1091
- SQL (0.6ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", ""], ["cc_address", ""], ["content", "Date: Fri, 16 Sep 2011 14:48:00 -0400\r\nFrom: from1@example.com\r\nTo: to1@example.com\r\nMessage-ID: <4e7399e0b7746_9b56800eb1b05678a@dgmpro.local.mail>\r\nSubject: Hello\r\nMime-Version: 1.0\r\nContent-Type: text/plain;\r\n charset=UTF-8\r\nContent-Transfer-Encoding: 7bit\r\n\r\nPapaya"], ["created_at", Fri, 16 Sep 2011 18:48:00 UTC +00:00], ["from_address", "from1@example.com"], ["reply_to_address", ""], ["sent_at", nil], ["subject", "Hello"], ["to_address", "to1@example.com"], ["updated_at", Fri, 16 Sep 2011 18:48:00 UTC +00:00]]
1092
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1093
-
1094
- Sent mail to to1@example.com (12ms)
1095
- Date: Fri, 16 Sep 2011 14:48:00 -0400
1096
- From: from1@example.com
1097
- To: to1@example.com
1098
- Message-ID: <4e7399e0b7746_9b56800eb1b05678a@dgmpro.local.mail>
1099
- Subject: Hello
1100
- Mime-Version: 1.0
1101
- Content-Type: text/plain;
1102
- charset=UTF-8
1103
- Content-Transfer-Encoding: 7bit
1104
-
1105
- Papaya
1106
-  (0.1ms) SELECT COUNT(*) FROM "emails"
1107
- Mailhopper::Email Load (0.1ms) SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
1108
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1109
- Migrating to CreateEmails (20110801151741)
1110
-  (0.1ms) SELECT COUNT(*) FROM "emails"
1111
- Rendered sample_mailer/hello.text.erb (0.9ms)
1112
-  (0.0ms) SAVEPOINT active_record_1
1113
- SQL (3.2ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", ""], ["cc_address", ""], ["content", "Date: Fri, 16 Sep 2011 14:48:48 -0400\r\nFrom: from1@example.com\r\nTo: to1@example.com\r\nMessage-ID: <4e739a109a495_9b6c800eb1b056243@dgmpro.local.mail>\r\nSubject: \r\nMime-Version: 1.0\r\nContent-Type: text/plain;\r\n charset=UTF-8\r\nContent-Transfer-Encoding: 7bit\r\n\r\nPapaya"], ["created_at", Fri, 16 Sep 2011 18:48:48 UTC +00:00], ["from_address", "from1@example.com"], ["reply_to_address", ""], ["sent_at", nil], ["subject", nil], ["to_address", "to1@example.com"], ["updated_at", Fri, 16 Sep 2011 18:48:48 UTC +00:00]]
1114
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1115
-
1116
- Sent mail to to1@example.com (25ms)
1117
- Date: Fri, 16 Sep 2011 14:48:48 -0400
1118
- From: from1@example.com
1119
- To: to1@example.com
1120
- Message-ID: <4e739a109a495_9b6c800eb1b056243@dgmpro.local.mail>
1121
- Subject:
1122
- Mime-Version: 1.0
1123
- Content-Type: text/plain;
1124
- charset=UTF-8
1125
- Content-Transfer-Encoding: 7bit
1126
-
1127
- Papaya
1128
-  (0.0ms) SELECT COUNT(*) FROM "emails"
1129
- Mailhopper::Email Load (0.1ms) SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
1130
-  (0.1ms) SELECT COUNT(*) FROM "emails"
1131
- Rendered sample_mailer/hello.text.erb (0.0ms)
1132
-  (0.1ms) SAVEPOINT active_record_1
1133
- SQL (0.5ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", "bcc@example.com"], ["cc_address", "cc@example.com"], ["content", "Date: Fri, 16 Sep 2011 14:48:48 -0400\r\nFrom: from@example.com\r\nReply-To: reply_to@example.com\r\nTo: to@example.com\r\nCc: cc@example.com\r\nMessage-ID: <4e739a10a4ef7_9b6c800eb1b0563ce@dgmpro.local.mail>\r\nSubject: Hiya!\r\nMime-Version: 1.0\r\nContent-Type: text/plain;\r\n charset=UTF-8\r\nContent-Transfer-Encoding: 7bit\r\n\r\nPapaya"], ["created_at", Fri, 16 Sep 2011 18:48:48 UTC +00:00], ["from_address", "from@example.com"], ["reply_to_address", "reply_to@example.com"], ["sent_at", nil], ["subject", "Hiya!"], ["to_address", "to@example.com"], ["updated_at", Fri, 16 Sep 2011 18:48:48 UTC +00:00]]
1134
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1135
-
1136
- Sent mail to to@example.com (60ms)
1137
- Date: Fri, 16 Sep 2011 14:48:48 -0400
1138
- From: from@example.com
1139
- Reply-To: reply_to@example.com
1140
- To: to@example.com
1141
- Cc: cc@example.com
1142
- Message-ID: <4e739a10a4ef7_9b6c800eb1b0563ce@dgmpro.local.mail>
1143
- Subject: Hiya!
1144
- Mime-Version: 1.0
1145
- Content-Type: text/plain;
1146
- charset=UTF-8
1147
- Content-Transfer-Encoding: 7bit
1148
-
1149
- Papaya
1150
-  (0.1ms) SELECT COUNT(*) FROM "emails"
1151
- Mailhopper::Email Load (0.1ms) SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
1152
-  (0.1ms) SELECT COUNT(*) FROM "emails"
1153
- Rendered sample_mailer/hello.text.erb (0.1ms)
1154
-  (0.1ms) SAVEPOINT active_record_1
1155
- SQL (0.6ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", "bcc1@example.com,bcc2@example.com"], ["cc_address", "cc1@example.com,cc2@example.com"], ["content", "Date: Fri, 16 Sep 2011 14:48:48 -0400\r\nFrom: from1@example.com\r\nReply-To: reply_to@example.com\r\nTo: to1@example.com, \r\n to2@example.com\r\nCc: cc1@example.com, \r\n cc2@example.com\r\nMessage-ID: <4e739a10b81b1_9b6c800eb1b0564e6@dgmpro.local.mail>\r\nSubject: Hiya!\r\nMime-Version: 1.0\r\nContent-Type: text/plain;\r\n charset=UTF-8\r\nContent-Transfer-Encoding: 7bit\r\n\r\nPapaya"], ["created_at", Fri, 16 Sep 2011 18:48:48 UTC +00:00], ["from_address", "from1@example.com"], ["reply_to_address", "reply_to@example.com"], ["sent_at", nil], ["subject", "Hiya!"], ["to_address", "to1@example.com,to2@example.com"], ["updated_at", Fri, 16 Sep 2011 18:48:48 UTC +00:00]]
1156
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1157
-
1158
- Sent mail to to1@example.com, to2@example.com (19ms)
1159
- Date: Fri, 16 Sep 2011 14:48:48 -0400
1160
- From: from1@example.com
1161
- Reply-To: reply_to@example.com
1162
- To: to1@example.com,
1163
- to2@example.com
1164
- Cc: cc1@example.com,
1165
- cc2@example.com
1166
- Message-ID: <4e739a10b81b1_9b6c800eb1b0564e6@dgmpro.local.mail>
1167
- Subject: Hiya!
1168
- Mime-Version: 1.0
1169
- Content-Type: text/plain;
1170
- charset=UTF-8
1171
- Content-Transfer-Encoding: 7bit
1172
-
1173
- Papaya
1174
-  (0.1ms) SELECT COUNT(*) FROM "emails"
1175
- Mailhopper::Email Load (0.1ms) SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
1176
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1177
- Migrating to CreateEmails (20110801151741)
1178
-  (0.1ms) SELECT COUNT(*) FROM "emails"
1179
- Rendered sample_mailer/hello.text.erb (1.0ms)
1180
-  (0.1ms) SAVEPOINT active_record_1
1181
- SQL (3.3ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", ""], ["cc_address", ""], ["content", "Date: Fri, 16 Sep 2011 14:49:34 -0400\r\nFrom: from1@example.com\r\nTo: to1@example.com\r\nMessage-ID: <4e739a3e542b3_9b84800eb1b042517@dgmpro.local.mail>\r\nSubject: Hello\r\nMime-Version: 1.0\r\nContent-Type: text/plain;\r\n charset=UTF-8\r\nContent-Transfer-Encoding: 7bit\r\n\r\nPapaya"], ["created_at", Fri, 16 Sep 2011 18:49:34 UTC +00:00], ["from_address", "from1@example.com"], ["reply_to_address", ""], ["sent_at", nil], ["subject", "Hello"], ["to_address", "to1@example.com"], ["updated_at", Fri, 16 Sep 2011 18:49:34 UTC +00:00]]
1182
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1183
-
1184
- Sent mail to to1@example.com (26ms)
1185
- Date: Fri, 16 Sep 2011 14:49:34 -0400
1186
- From: from1@example.com
1187
- To: to1@example.com
1188
- Message-ID: <4e739a3e542b3_9b84800eb1b042517@dgmpro.local.mail>
1189
- Subject: Hello
1190
- Mime-Version: 1.0
1191
- Content-Type: text/plain;
1192
- charset=UTF-8
1193
- Content-Transfer-Encoding: 7bit
1194
-
1195
- Papaya
1196
-  (0.1ms) SELECT COUNT(*) FROM "emails"
1197
- Mailhopper::Email Load (0.1ms) SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
1198
-  (0.1ms) SELECT COUNT(*) FROM "emails"
1199
- Rendered sample_mailer/hello.text.erb (0.1ms)
1200
-  (0.1ms) SAVEPOINT active_record_1
1201
- SQL (0.6ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", "bcc@example.com"], ["cc_address", "cc@example.com"], ["content", "Date: Fri, 16 Sep 2011 14:49:34 -0400\r\nFrom: from@example.com\r\nReply-To: reply_to@example.com\r\nTo: to@example.com\r\nCc: cc@example.com\r\nMessage-ID: <4e739a3e5f276_9b84800eb1b0426bc@dgmpro.local.mail>\r\nSubject: Hiya!\r\nMime-Version: 1.0\r\nContent-Type: text/plain;\r\n charset=UTF-8\r\nContent-Transfer-Encoding: 7bit\r\n\r\nPapaya"], ["created_at", Fri, 16 Sep 2011 18:49:34 UTC +00:00], ["from_address", "from@example.com"], ["reply_to_address", "reply_to@example.com"], ["sent_at", nil], ["subject", "Hiya!"], ["to_address", "to@example.com"], ["updated_at", Fri, 16 Sep 2011 18:49:34 UTC +00:00]]
1202
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1203
-
1204
- Sent mail to to@example.com (61ms)
1205
- Date: Fri, 16 Sep 2011 14:49:34 -0400
1206
- From: from@example.com
1207
- Reply-To: reply_to@example.com
1208
- To: to@example.com
1209
- Cc: cc@example.com
1210
- Message-ID: <4e739a3e5f276_9b84800eb1b0426bc@dgmpro.local.mail>
1211
- Subject: Hiya!
1212
- Mime-Version: 1.0
1213
- Content-Type: text/plain;
1214
- charset=UTF-8
1215
- Content-Transfer-Encoding: 7bit
1216
-
1217
- Papaya
1218
-  (0.1ms) SELECT COUNT(*) FROM "emails"
1219
- Mailhopper::Email Load (0.1ms) SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
1220
-  (0.1ms) SELECT COUNT(*) FROM "emails"
1221
- Rendered sample_mailer/hello.text.erb (0.1ms)
1222
-  (0.1ms) SAVEPOINT active_record_1
1223
- SQL (0.6ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", "bcc1@example.com,bcc2@example.com"], ["cc_address", "cc1@example.com,cc2@example.com"], ["content", "Date: Fri, 16 Sep 2011 14:49:34 -0400\r\nFrom: from1@example.com\r\nReply-To: reply_to@example.com\r\nTo: to1@example.com, \r\n to2@example.com\r\nCc: cc1@example.com, \r\n cc2@example.com\r\nMessage-ID: <4e739a3e73bcc_9b84800eb1b04276c@dgmpro.local.mail>\r\nSubject: Hiya!\r\nMime-Version: 1.0\r\nContent-Type: text/plain;\r\n charset=UTF-8\r\nContent-Transfer-Encoding: 7bit\r\n\r\nPapaya"], ["created_at", Fri, 16 Sep 2011 18:49:34 UTC +00:00], ["from_address", "from1@example.com"], ["reply_to_address", "reply_to@example.com"], ["sent_at", nil], ["subject", "Hiya!"], ["to_address", "to1@example.com,to2@example.com"], ["updated_at", Fri, 16 Sep 2011 18:49:34 UTC +00:00]]
1224
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1225
-
1226
- Sent mail to to1@example.com, to2@example.com (20ms)
1227
- Date: Fri, 16 Sep 2011 14:49:34 -0400
1228
- From: from1@example.com
1229
- Reply-To: reply_to@example.com
1230
- To: to1@example.com,
1231
- to2@example.com
1232
- Cc: cc1@example.com,
1233
- cc2@example.com
1234
- Message-ID: <4e739a3e73bcc_9b84800eb1b04276c@dgmpro.local.mail>
1235
- Subject: Hiya!
1236
- Mime-Version: 1.0
1237
- Content-Type: text/plain;
1238
- charset=UTF-8
1239
- Content-Transfer-Encoding: 7bit
1240
-
1241
- Papaya
1242
-  (0.1ms) SELECT COUNT(*) FROM "emails"
1243
- Mailhopper::Email Load (0.1ms) SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
1244
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1245
- Migrating to CreateEmails (20110801151741)
1246
-  (0.1ms) SELECT COUNT(*) FROM "emails"
1247
- Rendered sample_mailer/hello.text.erb (0.9ms)
1248
-  (0.0ms) SAVEPOINT active_record_1
1249
- SQL (3.1ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", ""], ["cc_address", ""], ["content", "Date: Fri, 16 Sep 2011 14:50:49 -0400\r\nFrom: from1@example.com\r\nTo: to1@example.com\r\nMessage-ID: <4e739a8931266_9ba4800eb1b022818@dgmpro.local.mail>\r\nSubject: Hiya!\r\nMime-Version: 1.0\r\nContent-Type: text/plain;\r\n charset=UTF-8\r\nContent-Transfer-Encoding: 7bit\r\n\r\nPapaya"], ["created_at", Fri, 16 Sep 2011 18:50:49 UTC +00:00], ["from_address", "from1@example.com"], ["reply_to_address", ""], ["sent_at", nil], ["subject", "Hiya!"], ["to_address", "to1@example.com"], ["updated_at", Fri, 16 Sep 2011 18:50:49 UTC +00:00]]
1250
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1251
-
1252
- Sent mail to to1@example.com (25ms)
1253
- Date: Fri, 16 Sep 2011 14:50:49 -0400
1254
- From: from1@example.com
1255
- To: to1@example.com
1256
- Message-ID: <4e739a8931266_9ba4800eb1b022818@dgmpro.local.mail>
1257
- Subject: Hiya!
1258
- Mime-Version: 1.0
1259
- Content-Type: text/plain;
1260
- charset=UTF-8
1261
- Content-Transfer-Encoding: 7bit
1262
-
1263
- Papaya
1264
-  (0.0ms) SELECT COUNT(*) FROM "emails"
1265
- Mailhopper::Email Load (0.1ms) SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
1266
-  (0.1ms) SELECT COUNT(*) FROM "emails"
1267
- Rendered sample_mailer/hello.text.erb (0.0ms)
1268
-  (0.1ms) SAVEPOINT active_record_1
1269
- SQL (0.5ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", "bcc@example.com"], ["cc_address", "cc@example.com"], ["content", "Date: Fri, 16 Sep 2011 14:50:49 -0400\r\nFrom: from@example.com\r\nReply-To: reply_to@example.com\r\nTo: to@example.com\r\nCc: cc@example.com\r\nMessage-ID: <4e739a893abdf_9ba4800eb1b022914@dgmpro.local.mail>\r\nSubject: Hiya!\r\nMime-Version: 1.0\r\nContent-Type: text/plain;\r\n charset=UTF-8\r\nContent-Transfer-Encoding: 7bit\r\n\r\nPapaya"], ["created_at", Fri, 16 Sep 2011 18:50:49 UTC +00:00], ["from_address", "from@example.com"], ["reply_to_address", "reply_to@example.com"], ["sent_at", nil], ["subject", "Hiya!"], ["to_address", "to@example.com"], ["updated_at", Fri, 16 Sep 2011 18:50:49 UTC +00:00]]
1270
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1271
-
1272
- Sent mail to to@example.com (15ms)
1273
- Date: Fri, 16 Sep 2011 14:50:49 -0400
1274
- From: from@example.com
1275
- Reply-To: reply_to@example.com
1276
- To: to@example.com
1277
- Cc: cc@example.com
1278
- Message-ID: <4e739a893abdf_9ba4800eb1b022914@dgmpro.local.mail>
1279
- Subject: Hiya!
1280
- Mime-Version: 1.0
1281
- Content-Type: text/plain;
1282
- charset=UTF-8
1283
- Content-Transfer-Encoding: 7bit
1284
-
1285
- Papaya
1286
-  (0.1ms) SELECT COUNT(*) FROM "emails"
1287
- Mailhopper::Email Load (0.1ms) SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
1288
-  (0.2ms) SELECT COUNT(*) FROM "emails"
1289
- Rendered sample_mailer/hello.text.erb (0.1ms)
1290
-  (0.1ms) SAVEPOINT active_record_1
1291
- SQL (0.6ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", "bcc1@example.com,bcc2@example.com"], ["cc_address", "cc1@example.com,cc2@example.com"], ["content", "Date: Fri, 16 Sep 2011 14:50:49 -0400\r\nFrom: from1@example.com\r\nReply-To: reply_to@example.com\r\nTo: to1@example.com, \r\n to2@example.com\r\nCc: cc1@example.com, \r\n cc2@example.com\r\nMessage-ID: <4e739a894dff6_9ba4800eb1b0230a9@dgmpro.local.mail>\r\nSubject: Hiya!\r\nMime-Version: 1.0\r\nContent-Type: text/plain;\r\n charset=UTF-8\r\nContent-Transfer-Encoding: 7bit\r\n\r\nPapaya"], ["created_at", Fri, 16 Sep 2011 18:50:49 UTC +00:00], ["from_address", "from1@example.com"], ["reply_to_address", "reply_to@example.com"], ["sent_at", nil], ["subject", "Hiya!"], ["to_address", "to1@example.com,to2@example.com"], ["updated_at", Fri, 16 Sep 2011 18:50:49 UTC +00:00]]
1292
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1293
-
1294
- Sent mail to to1@example.com, to2@example.com (19ms)
1295
- Date: Fri, 16 Sep 2011 14:50:49 -0400
1296
- From: from1@example.com
1297
- Reply-To: reply_to@example.com
1298
- To: to1@example.com,
1299
- to2@example.com
1300
- Cc: cc1@example.com,
1301
- cc2@example.com
1302
- Message-ID: <4e739a894dff6_9ba4800eb1b0230a9@dgmpro.local.mail>
1303
- Subject: Hiya!
1304
- Mime-Version: 1.0
1305
- Content-Type: text/plain;
1306
- charset=UTF-8
1307
- Content-Transfer-Encoding: 7bit
1308
-
1309
- Papaya
1310
-  (0.1ms) SELECT COUNT(*) FROM "emails"
1311
- Mailhopper::Email Load (0.1ms) SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
1312
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1313
- Migrating to CreateEmails (20110801151741)
1314
-  (0.1ms) SELECT COUNT(*) FROM "emails"
1315
- Rendered sample_mailer/hello.text.erb (0.9ms)
1316
-  (0.0ms) SAVEPOINT active_record_1
1317
- SQL (3.1ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", ""], ["cc_address", ""], ["content", "Date: Fri, 16 Sep 2011 14:51:49 -0400\r\nFrom: from1@example.com\r\nTo: to1@example.com\r\nMessage-ID: <4e739ac57bcb1_9bba800eb1b034899@dgmpro.local.mail>\r\nSubject: Hiya!\r\nMime-Version: 1.0\r\nContent-Type: text/plain;\r\n charset=UTF-8\r\nContent-Transfer-Encoding: 7bit\r\n\r\nPapaya"], ["created_at", Fri, 16 Sep 2011 18:51:49 UTC +00:00], ["from_address", "from1@example.com"], ["reply_to_address", ""], ["sent_at", nil], ["subject", "Hiya!"], ["to_address", "to1@example.com"], ["updated_at", Fri, 16 Sep 2011 18:51:49 UTC +00:00]]
1318
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1319
-
1320
- Sent mail to to1@example.com (25ms)
1321
- Date: Fri, 16 Sep 2011 14:51:49 -0400
1322
- From: from1@example.com
1323
- To: to1@example.com
1324
- Message-ID: <4e739ac57bcb1_9bba800eb1b034899@dgmpro.local.mail>
1325
- Subject: Hiya!
1326
- Mime-Version: 1.0
1327
- Content-Type: text/plain;
1328
- charset=UTF-8
1329
- Content-Transfer-Encoding: 7bit
1330
-
1331
- Papaya
1332
-  (0.0ms) SELECT COUNT(*) FROM "emails"
1333
- Mailhopper::Email Load (0.1ms) SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
1334
-  (0.1ms) SELECT COUNT(*) FROM "emails"
1335
- Rendered sample_mailer/hello.text.erb (0.1ms)
1336
-  (0.1ms) SAVEPOINT active_record_1
1337
- SQL (0.5ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", "bcc@example.com"], ["cc_address", "cc@example.com"], ["content", "Date: Fri, 16 Sep 2011 14:51:49 -0400\r\nFrom: from@example.com\r\nReply-To: reply_to@example.com\r\nTo: to@example.com\r\nCc: cc@example.com\r\nMessage-ID: <4e739ac5853f1_9bba800eb1b03491c@dgmpro.local.mail>\r\nSubject: Hiya!\r\nMime-Version: 1.0\r\nContent-Type: text/plain;\r\n charset=UTF-8\r\nContent-Transfer-Encoding: 7bit\r\n\r\nPapaya"], ["created_at", Fri, 16 Sep 2011 18:51:49 UTC +00:00], ["from_address", "from@example.com"], ["reply_to_address", "reply_to@example.com"], ["sent_at", nil], ["subject", "Hiya!"], ["to_address", "to@example.com"], ["updated_at", Fri, 16 Sep 2011 18:51:49 UTC +00:00]]
1338
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1339
-
1340
- Sent mail to to@example.com (15ms)
1341
- Date: Fri, 16 Sep 2011 14:51:49 -0400
1342
- From: from@example.com
1343
- Reply-To: reply_to@example.com
1344
- To: to@example.com
1345
- Cc: cc@example.com
1346
- Message-ID: <4e739ac5853f1_9bba800eb1b03491c@dgmpro.local.mail>
1347
- Subject: Hiya!
1348
- Mime-Version: 1.0
1349
- Content-Type: text/plain;
1350
- charset=UTF-8
1351
- Content-Transfer-Encoding: 7bit
1352
-
1353
- Papaya
1354
-  (0.1ms) SELECT COUNT(*) FROM "emails"
1355
- Mailhopper::Email Load (0.1ms) SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
1356
-  (0.2ms) SELECT COUNT(*) FROM "emails"
1357
- Rendered sample_mailer/hello.text.erb (0.1ms)
1358
-  (0.1ms) SAVEPOINT active_record_1
1359
- SQL (0.6ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", "bcc1@example.com,bcc2@example.com"], ["cc_address", "cc1@example.com,cc2@example.com"], ["content", "Date: Fri, 16 Sep 2011 14:51:49 -0400\r\nFrom: from1@example.com\r\nReply-To: reply_to@example.com\r\nTo: to1@example.com, \r\n to2@example.com\r\nCc: cc1@example.com, \r\n cc2@example.com\r\nMessage-ID: <4e739ac59864e_9bba800eb1b03509e@dgmpro.local.mail>\r\nSubject: Hiya!\r\nMime-Version: 1.0\r\nContent-Type: text/plain;\r\n charset=UTF-8\r\nContent-Transfer-Encoding: 7bit\r\n\r\nPapaya"], ["created_at", Fri, 16 Sep 2011 18:51:49 UTC +00:00], ["from_address", "from1@example.com"], ["reply_to_address", "reply_to@example.com"], ["sent_at", nil], ["subject", "Hiya!"], ["to_address", "to1@example.com,to2@example.com"], ["updated_at", Fri, 16 Sep 2011 18:51:49 UTC +00:00]]
1360
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1361
-
1362
- Sent mail to to1@example.com, to2@example.com (19ms)
1363
- Date: Fri, 16 Sep 2011 14:51:49 -0400
1364
- From: from1@example.com
1365
- Reply-To: reply_to@example.com
1366
- To: to1@example.com,
1367
- to2@example.com
1368
- Cc: cc1@example.com,
1369
- cc2@example.com
1370
- Message-ID: <4e739ac59864e_9bba800eb1b03509e@dgmpro.local.mail>
1371
- Subject: Hiya!
1372
- Mime-Version: 1.0
1373
- Content-Type: text/plain;
1374
- charset=UTF-8
1375
- Content-Transfer-Encoding: 7bit
1376
-
1377
- Papaya
1378
-  (0.1ms) SELECT COUNT(*) FROM "emails"
1379
- Mailhopper::Email Load (0.1ms) SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
1380
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1381
- Migrating to CreateEmails (20110801151741)
1382
-  (0.1ms) SELECT COUNT(*) FROM "emails"
1383
- Rendered sample_mailer/hello.text.erb (0.9ms)
1384
-  (0.0ms) SAVEPOINT active_record_1
1385
- SQL (3.1ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", ""], ["cc_address", ""], ["content", "Date: Fri, 16 Sep 2011 14:52:09 -0400\r\nFrom: from1@example.com\r\nTo: to1@example.com\r\nMessage-ID: <4e739ad9452dd_9bcb800eb1b041380@dgmpro.local.mail>\r\nSubject: Hiya!\r\nMime-Version: 1.0\r\nContent-Type: text/plain;\r\n charset=UTF-8\r\nContent-Transfer-Encoding: 7bit\r\n\r\nPapaya"], ["created_at", Fri, 16 Sep 2011 18:52:09 UTC +00:00], ["from_address", "from1@example.com"], ["reply_to_address", ""], ["sent_at", nil], ["subject", "Hiya!"], ["to_address", "to1@example.com"], ["updated_at", Fri, 16 Sep 2011 18:52:09 UTC +00:00]]
1386
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1387
-
1388
- Sent mail to to1@example.com (25ms)
1389
- Date: Fri, 16 Sep 2011 14:52:09 -0400
1390
- From: from1@example.com
1391
- To: to1@example.com
1392
- Message-ID: <4e739ad9452dd_9bcb800eb1b041380@dgmpro.local.mail>
1393
- Subject: Hiya!
1394
- Mime-Version: 1.0
1395
- Content-Type: text/plain;
1396
- charset=UTF-8
1397
- Content-Transfer-Encoding: 7bit
1398
-
1399
- Papaya
1400
-  (0.0ms) SELECT COUNT(*) FROM "emails"
1401
- Mailhopper::Email Load (0.1ms) SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
1402
-  (0.1ms) SELECT COUNT(*) FROM "emails"
1403
- Rendered sample_mailer/hello.text.erb (0.1ms)
1404
-  (0.1ms) SAVEPOINT active_record_1
1405
- SQL (0.6ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", "bcc@example.com"], ["cc_address", "cc@example.com"], ["content", "Date: Fri, 16 Sep 2011 14:52:09 -0400\r\nFrom: from@example.com\r\nReply-To: reply_to@example.com\r\nTo: to@example.com\r\nCc: cc@example.com\r\nMessage-ID: <4e739ad94fb55_9bcb800eb1b04144@dgmpro.local.mail>\r\nSubject: Hiya!\r\nMime-Version: 1.0\r\nContent-Type: text/plain;\r\n charset=UTF-8\r\nContent-Transfer-Encoding: 7bit\r\n\r\nPapaya"], ["created_at", Fri, 16 Sep 2011 18:52:09 UTC +00:00], ["from_address", "from@example.com"], ["reply_to_address", "reply_to@example.com"], ["sent_at", nil], ["subject", "Hiya!"], ["to_address", "to@example.com"], ["updated_at", Fri, 16 Sep 2011 18:52:09 UTC +00:00]]
1406
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1407
-
1408
- Sent mail to to@example.com (59ms)
1409
- Date: Fri, 16 Sep 2011 14:52:09 -0400
1410
- From: from@example.com
1411
- Reply-To: reply_to@example.com
1412
- To: to@example.com
1413
- Cc: cc@example.com
1414
- Message-ID: <4e739ad94fb55_9bcb800eb1b04144@dgmpro.local.mail>
1415
- Subject: Hiya!
1416
- Mime-Version: 1.0
1417
- Content-Type: text/plain;
1418
- charset=UTF-8
1419
- Content-Transfer-Encoding: 7bit
1420
-
1421
- Papaya
1422
-  (0.1ms) SELECT COUNT(*) FROM "emails"
1423
- Mailhopper::Email Load (0.1ms) SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
1424
-  (0.1ms) SELECT COUNT(*) FROM "emails"
1425
- Rendered sample_mailer/hello.text.erb (0.1ms)
1426
-  (0.1ms) SAVEPOINT active_record_1
1427
- SQL (0.5ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", "bcc1@example.com,bcc2@example.com"], ["cc_address", "cc1@example.com,cc2@example.com"], ["content", "Date: Fri, 16 Sep 2011 14:52:09 -0400\r\nFrom: from1@example.com\r\nReply-To: reply_to@example.com\r\nTo: to1@example.com, \r\n to2@example.com\r\nCc: cc1@example.com, \r\n cc2@example.com\r\nMessage-ID: <4e739ad962953_9bcb800eb1b04157c@dgmpro.local.mail>\r\nSubject: Hiya!\r\nMime-Version: 1.0\r\nContent-Type: text/plain;\r\n charset=UTF-8\r\nContent-Transfer-Encoding: 7bit\r\n\r\nPapaya"], ["created_at", Fri, 16 Sep 2011 18:52:09 UTC +00:00], ["from_address", "from1@example.com"], ["reply_to_address", "reply_to@example.com"], ["sent_at", nil], ["subject", "Hiya!"], ["to_address", "to1@example.com,to2@example.com"], ["updated_at", Fri, 16 Sep 2011 18:52:09 UTC +00:00]]
1428
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1429
-
1430
- Sent mail to to1@example.com, to2@example.com (18ms)
1431
- Date: Fri, 16 Sep 2011 14:52:09 -0400
1432
- From: from1@example.com
1433
- Reply-To: reply_to@example.com
1434
- To: to1@example.com,
1435
- to2@example.com
1436
- Cc: cc1@example.com,
1437
- cc2@example.com
1438
- Message-ID: <4e739ad962953_9bcb800eb1b04157c@dgmpro.local.mail>
1439
- Subject: Hiya!
1440
- Mime-Version: 1.0
1441
- Content-Type: text/plain;
1442
- charset=UTF-8
1443
- Content-Transfer-Encoding: 7bit
1444
-
1445
- Papaya
1446
-  (0.1ms) SELECT COUNT(*) FROM "emails"
1447
- Mailhopper::Email Load (0.1ms) SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
1448
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1449
- Migrating to CreateEmails (20110801151741)
1450
-  (0.1ms) SELECT COUNT(*) FROM "emails"
1451
- Rendered sample_mailer/hello.text.erb (1.0ms)
1452
-  (0.1ms) SAVEPOINT active_record_1
1453
- SQL (6.0ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", ""], ["cc_address", ""], ["content", "Date: Fri, 16 Sep 2011 14:53:27 -0400\r\nFrom: from1@example.com\r\nTo: to1@example.com\r\nMessage-ID: <4e739b274bc76_9be0800eb1b02590@dgmpro.local.mail>\r\nSubject: Hiya!\r\nMime-Version: 1.0\r\nContent-Type: text/plain;\r\n charset=UTF-8\r\nContent-Transfer-Encoding: 7bit\r\n\r\nPapaya"], ["created_at", Fri, 16 Sep 2011 18:53:27 UTC +00:00], ["from_address", "from1@example.com"], ["reply_to_address", ""], ["sent_at", nil], ["subject", "Hiya!"], ["to_address", "to1@example.com"], ["updated_at", Fri, 16 Sep 2011 18:53:27 UTC +00:00]]
1454
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1455
-
1456
- Sent mail to to1@example.com (29ms)
1457
- Date: Fri, 16 Sep 2011 14:53:27 -0400
1458
- From: from1@example.com
1459
- To: to1@example.com
1460
- Message-ID: <4e739b274bc76_9be0800eb1b02590@dgmpro.local.mail>
1461
- Subject: Hiya!
1462
- Mime-Version: 1.0
1463
- Content-Type: text/plain;
1464
- charset=UTF-8
1465
- Content-Transfer-Encoding: 7bit
1466
-
1467
- Papaya
1468
-  (0.1ms) SELECT COUNT(*) FROM "emails"
1469
- Mailhopper::Email Load (0.1ms) SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
1470
-  (0.1ms) SELECT COUNT(*) FROM "emails"
1471
- Rendered sample_mailer/hello.text.erb (0.1ms)
1472
-  (0.1ms) SAVEPOINT active_record_1
1473
- SQL (0.6ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", "bcc@example.com"], ["cc_address", "cc@example.com"], ["content", "Date: Fri, 16 Sep 2011 14:53:27 -0400\r\nFrom: from@example.com\r\nReply-To: reply_to@example.com\r\nTo: to@example.com\r\nCc: cc@example.com\r\nMessage-ID: <4e739b2757a07_9be0800eb1b02606d@dgmpro.local.mail>\r\nSubject: Hiya!\r\nMime-Version: 1.0\r\nContent-Type: text/plain;\r\n charset=UTF-8\r\nContent-Transfer-Encoding: 7bit\r\n\r\nPapaya"], ["created_at", Fri, 16 Sep 2011 18:53:27 UTC +00:00], ["from_address", "from@example.com"], ["reply_to_address", "reply_to@example.com"], ["sent_at", nil], ["subject", "Hiya!"], ["to_address", "to@example.com"], ["updated_at", Fri, 16 Sep 2011 18:53:27 UTC +00:00]]
1474
-  (1.9ms) RELEASE SAVEPOINT active_record_1
1475
-
1476
- Sent mail to to@example.com (125ms)
1477
- Date: Fri, 16 Sep 2011 14:53:27 -0400
1478
- From: from@example.com
1479
- Reply-To: reply_to@example.com
1480
- To: to@example.com
1481
- Cc: cc@example.com
1482
- Message-ID: <4e739b2757a07_9be0800eb1b02606d@dgmpro.local.mail>
1483
- Subject: Hiya!
1484
- Mime-Version: 1.0
1485
- Content-Type: text/plain;
1486
- charset=UTF-8
1487
- Content-Transfer-Encoding: 7bit
1488
-
1489
- Papaya
1490
-  (0.1ms) SELECT COUNT(*) FROM "emails"
1491
- Mailhopper::Email Load (0.1ms) SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
1492
-  (0.1ms) SELECT COUNT(*) FROM "emails"
1493
- Rendered sample_mailer/hello.text.erb (0.1ms)
1494
-  (0.1ms) SAVEPOINT active_record_1
1495
- SQL (0.6ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", "bcc1@example.com,bcc2@example.com"], ["cc_address", "cc1@example.com,cc2@example.com"], ["content", "Date: Fri, 16 Sep 2011 14:53:27 -0400\r\nFrom: from1@example.com\r\nReply-To: reply_to@example.com\r\nTo: to1@example.com, \r\n to2@example.com\r\nCc: cc1@example.com, \r\n cc2@example.com\r\nMessage-ID: <4e739b277abf5_9be0800eb1b0261ab@dgmpro.local.mail>\r\nSubject: Hiya!\r\nMime-Version: 1.0\r\nContent-Type: text/plain;\r\n charset=UTF-8\r\nContent-Transfer-Encoding: 7bit\r\n\r\nPapaya"], ["created_at", Fri, 16 Sep 2011 18:53:27 UTC +00:00], ["from_address", "from1@example.com"], ["reply_to_address", "reply_to@example.com"], ["sent_at", nil], ["subject", "Hiya!"], ["to_address", "to1@example.com,to2@example.com"], ["updated_at", Fri, 16 Sep 2011 18:53:27 UTC +00:00]]
1496
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1497
-
1498
- Sent mail to to1@example.com, to2@example.com (19ms)
1499
- Date: Fri, 16 Sep 2011 14:53:27 -0400
1500
- From: from1@example.com
1501
- Reply-To: reply_to@example.com
1502
- To: to1@example.com,
1503
- to2@example.com
1504
- Cc: cc1@example.com,
1505
- cc2@example.com
1506
- Message-ID: <4e739b277abf5_9be0800eb1b0261ab@dgmpro.local.mail>
1507
- Subject: Hiya!
1508
- Mime-Version: 1.0
1509
- Content-Type: text/plain;
1510
- charset=UTF-8
1511
- Content-Transfer-Encoding: 7bit
1512
-
1513
- Papaya
1514
-  (0.1ms) SELECT COUNT(*) FROM "emails"
1515
- Mailhopper::Email Load (0.1ms) SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
1516
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1517
- Migrating to CreateEmails (20110801151741)
1518
-  (0.1ms) SELECT COUNT(*) FROM "emails"
1519
- Rendered sample_mailer/hello.text.erb (0.9ms)
1520
-  (0.0ms) SAVEPOINT active_record_1
1521
- SQL (3.1ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", ""], ["cc_address", ""], ["content", "Date: Fri, 16 Sep 2011 14:55:28 -0400\r\nFrom: from1@example.com\r\nTo: to1@example.com\r\nMessage-ID: <4e739ba0e1dce_9c02800eb1b024db@dgmpro.local.mail>\r\nSubject: Hiya!\r\nMime-Version: 1.0\r\nContent-Type: text/plain;\r\n charset=UTF-8\r\nContent-Transfer-Encoding: 7bit\r\n\r\nPapaya"], ["created_at", Fri, 16 Sep 2011 18:55:28 UTC +00:00], ["from_address", "from1@example.com"], ["reply_to_address", ""], ["sent_at", nil], ["subject", "Hiya!"], ["to_address", "to1@example.com"], ["updated_at", Fri, 16 Sep 2011 18:55:28 UTC +00:00]]
1522
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1523
-
1524
- Sent mail to to1@example.com (25ms)
1525
- Date: Fri, 16 Sep 2011 14:55:28 -0400
1526
- From: from1@example.com
1527
- To: to1@example.com
1528
- Message-ID: <4e739ba0e1dce_9c02800eb1b024db@dgmpro.local.mail>
1529
- Subject: Hiya!
1530
- Mime-Version: 1.0
1531
- Content-Type: text/plain;
1532
- charset=UTF-8
1533
- Content-Transfer-Encoding: 7bit
1534
-
1535
- Papaya
1536
-  (0.0ms) SELECT COUNT(*) FROM "emails"
1537
- Mailhopper::Email Load (0.1ms) SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
1538
-  (0.1ms) SELECT COUNT(*) FROM "emails"
1539
- Rendered sample_mailer/hello.text.erb (0.1ms)
1540
-  (0.0ms) SAVEPOINT active_record_1
1541
- SQL (0.5ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", "bcc@example.com"], ["cc_address", "cc@example.com"], ["content", "Date: Fri, 16 Sep 2011 14:55:28 -0400\r\nFrom: from@example.com\r\nReply-To: reply_to@example.com\r\nTo: to@example.com\r\nCc: cc@example.com\r\nMessage-ID: <4e739ba0eb6e8_9c02800eb1b02510@dgmpro.local.mail>\r\nSubject: Hiya!\r\nMime-Version: 1.0\r\nContent-Type: text/plain;\r\n charset=UTF-8\r\nContent-Transfer-Encoding: 7bit\r\n\r\nPapaya"], ["created_at", Fri, 16 Sep 2011 18:55:28 UTC +00:00], ["from_address", "from@example.com"], ["reply_to_address", "reply_to@example.com"], ["sent_at", nil], ["subject", "Hiya!"], ["to_address", "to@example.com"], ["updated_at", Fri, 16 Sep 2011 18:55:28 UTC +00:00]]
1542
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1543
-
1544
- Sent mail to to@example.com (15ms)
1545
- Date: Fri, 16 Sep 2011 14:55:28 -0400
1546
- From: from@example.com
1547
- Reply-To: reply_to@example.com
1548
- To: to@example.com
1549
- Cc: cc@example.com
1550
- Message-ID: <4e739ba0eb6e8_9c02800eb1b02510@dgmpro.local.mail>
1551
- Subject: Hiya!
1552
- Mime-Version: 1.0
1553
- Content-Type: text/plain;
1554
- charset=UTF-8
1555
- Content-Transfer-Encoding: 7bit
1556
-
1557
- Papaya
1558
-  (0.1ms) SELECT COUNT(*) FROM "emails"
1559
- Mailhopper::Email Load (0.1ms) SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
1560
-  (0.1ms) SELECT COUNT(*) FROM "emails"
1561
- Rendered sample_mailer/hello.text.erb (0.0ms)
1562
-  (0.1ms) SAVEPOINT active_record_1
1563
- SQL (0.6ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", "bcc1@example.com,bcc2@example.com"], ["cc_address", "cc1@example.com,cc2@example.com"], ["content", "Date: Fri, 16 Sep 2011 14:55:29 -0400\r\nFrom: from1@example.com\r\nReply-To: reply_to@example.com\r\nTo: to1@example.com, \r\n to2@example.com\r\nCc: cc1@example.com, \r\n cc2@example.com\r\nMessage-ID: <4e739ba1a7db_9c02800eb1b026cd@dgmpro.local.mail>\r\nSubject: Hiya!\r\nMime-Version: 1.0\r\nContent-Type: text/plain;\r\n charset=UTF-8\r\nContent-Transfer-Encoding: 7bit\r\n\r\nPapaya"], ["created_at", Fri, 16 Sep 2011 18:55:29 UTC +00:00], ["from_address", "from1@example.com"], ["reply_to_address", "reply_to@example.com"], ["sent_at", nil], ["subject", "Hiya!"], ["to_address", "to1@example.com,to2@example.com"], ["updated_at", Fri, 16 Sep 2011 18:55:29 UTC +00:00]]
1564
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1565
-
1566
- Sent mail to to1@example.com, to2@example.com (19ms)
1567
- Date: Fri, 16 Sep 2011 14:55:29 -0400
1568
- From: from1@example.com
1569
- Reply-To: reply_to@example.com
1570
- To: to1@example.com,
1571
- to2@example.com
1572
- Cc: cc1@example.com,
1573
- cc2@example.com
1574
- Message-ID: <4e739ba1a7db_9c02800eb1b026cd@dgmpro.local.mail>
1575
- Subject: Hiya!
1576
- Mime-Version: 1.0
1577
- Content-Type: text/plain;
1578
- charset=UTF-8
1579
- Content-Transfer-Encoding: 7bit
1580
-
1581
- Papaya
1582
-  (0.1ms) SELECT COUNT(*) FROM "emails"
1583
- Mailhopper::Email Load (0.1ms) SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
1584
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1585
- Migrating to CreateEmails (20110801151741)
1586
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
1587
- Migrating to CreateEmails (20110801151741)
1588
-  (0.1ms) SELECT COUNT(*) FROM "emails" 
1589
- Rendered sample_mailer/hello.text.erb (1.0ms)
1590
-  (0.0ms) SAVEPOINT active_record_1
1591
- SQL (3.3ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", ""], ["cc_address", ""], ["content", "Date: Fri, 16 Sep 2011 14:58:54 -0400\r\nFrom: from1@example.com\r\nTo: to1@example.com\r\nMessage-ID: <4e739c6e7f5df_9c1a800eb1b0428f@dgmpro.local.mail>\r\nSubject: Hiya!\r\nMime-Version: 1.0\r\nContent-Type: text/plain;\r\n charset=UTF-8\r\nContent-Transfer-Encoding: 7bit\r\n\r\nPapaya"], ["created_at", Fri, 16 Sep 2011 18:58:54 UTC +00:00], ["from_address", "from1@example.com"], ["reply_to_address", ""], ["sent_at", nil], ["subject", "Hiya!"], ["to_address", "to1@example.com"], ["updated_at", Fri, 16 Sep 2011 18:58:54 UTC +00:00]]
1592
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1593
-
1594
- Sent mail to to1@example.com (27ms)
1595
- Date: Fri, 16 Sep 2011 14:58:54 -0400
1596
- From: from1@example.com
1597
- To: to1@example.com
1598
- Message-ID: <4e739c6e7f5df_9c1a800eb1b0428f@dgmpro.local.mail>
1599
- Subject: Hiya!
1600
- Mime-Version: 1.0
1601
- Content-Type: text/plain;
1602
- charset=UTF-8
1603
- Content-Transfer-Encoding: 7bit
1604
-
1605
- Papaya
1606
-  (0.1ms) SELECT COUNT(*) FROM "emails" 
1607
- Mailhopper::Email Load (0.1ms) SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
1608
-  (0.1ms) SELECT COUNT(*) FROM "emails" 
1609
- Rendered sample_mailer/hello.text.erb (0.1ms)
1610
-  (0.1ms) SAVEPOINT active_record_1
1611
- SQL (10.6ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", "bcc@example.com"], ["cc_address", "cc@example.com"], ["content", "Date: Fri, 16 Sep 2011 14:58:54 -0400\r\nFrom: from@example.com\r\nReply-To: reply_to@example.com\r\nTo: to@example.com\r\nCc: cc@example.com\r\nMessage-ID: <4e739c6e891e9_9c1a800eb1b04316@dgmpro.local.mail>\r\nSubject: Hiya!\r\nMime-Version: 1.0\r\nContent-Type: text/plain;\r\n charset=UTF-8\r\nContent-Transfer-Encoding: 7bit\r\n\r\nPapaya"], ["created_at", Fri, 16 Sep 2011 18:58:54 UTC +00:00], ["from_address", "from@example.com"], ["reply_to_address", "reply_to@example.com"], ["sent_at", nil], ["subject", "Hiya!"], ["to_address", "to@example.com"], ["updated_at", Fri, 16 Sep 2011 18:58:54 UTC +00:00]]
1612
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1613
-
1614
- Sent mail to to@example.com (26ms)
1615
- Date: Fri, 16 Sep 2011 14:58:54 -0400
1616
- From: from@example.com
1617
- Reply-To: reply_to@example.com
1618
- To: to@example.com
1619
- Cc: cc@example.com
1620
- Message-ID: <4e739c6e891e9_9c1a800eb1b04316@dgmpro.local.mail>
1621
- Subject: Hiya!
1622
- Mime-Version: 1.0
1623
- Content-Type: text/plain;
1624
- charset=UTF-8
1625
- Content-Transfer-Encoding: 7bit
1626
-
1627
- Papaya
1628
-  (0.1ms) SELECT COUNT(*) FROM "emails" 
1629
- Mailhopper::Email Load (0.1ms) SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
1630
-  (0.1ms) SELECT COUNT(*) FROM "emails" 
1631
- Rendered sample_mailer/hello.text.erb (0.1ms)
1632
-  (0.1ms) SAVEPOINT active_record_1
1633
- SQL (0.6ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", "bcc1@example.com,bcc2@example.com"], ["cc_address", "cc1@example.com,cc2@example.com"], ["content", "Date: Fri, 16 Sep 2011 14:58:54 -0400\r\nFrom: from1@example.com\r\nReply-To: reply_to@example.com\r\nTo: to1@example.com, \r\n to2@example.com\r\nCc: cc1@example.com, \r\n cc2@example.com\r\nMessage-ID: <4e739c6e9fcea_9c1a800eb1b04420@dgmpro.local.mail>\r\nSubject: Hiya!\r\nMime-Version: 1.0\r\nContent-Type: text/plain;\r\n charset=UTF-8\r\nContent-Transfer-Encoding: 7bit\r\n\r\nPapaya"], ["created_at", Fri, 16 Sep 2011 18:58:54 UTC +00:00], ["from_address", "from1@example.com"], ["reply_to_address", "reply_to@example.com"], ["sent_at", nil], ["subject", "Hiya!"], ["to_address", "to1@example.com,to2@example.com"], ["updated_at", Fri, 16 Sep 2011 18:58:54 UTC +00:00]]
1634
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1635
-
1636
- Sent mail to to1@example.com, to2@example.com (19ms)
1637
- Date: Fri, 16 Sep 2011 14:58:54 -0400
1638
- From: from1@example.com
1639
- Reply-To: reply_to@example.com
1640
- To: to1@example.com,
1641
- to2@example.com
1642
- Cc: cc1@example.com,
1643
- cc2@example.com
1644
- Message-ID: <4e739c6e9fcea_9c1a800eb1b04420@dgmpro.local.mail>
1645
- Subject: Hiya!
1646
- Mime-Version: 1.0
1647
- Content-Type: text/plain;
1648
- charset=UTF-8
1649
- Content-Transfer-Encoding: 7bit
1650
-
1651
- Papaya
1652
-  (0.1ms) SELECT COUNT(*) FROM "emails" 
1653
- Mailhopper::Email Load (0.1ms) SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
1654
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1655
- Migrating to CreateEmails (20110801151741)
1656
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
1657
- Migrating to CreateEmails (20110801151741)
1658
-  (13.1ms) SELECT COUNT(*) FROM "emails" 
1659
- Rendered sample_mailer/hello.text.erb (1.1ms)
1660
-  (0.1ms) SAVEPOINT active_record_1
1661
- SQL (35.0ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", ""], ["cc_address", ""], ["content", "Date: Fri, 16 Sep 2011 14:59:29 -0400\r\nFrom: from1@example.com\r\nTo: to1@example.com\r\nMessage-ID: <4e739c914aac0_9c1c800eb1b099058@dgmpro.local.mail>\r\nSubject: Hiya!\r\nMime-Version: 1.0\r\nContent-Type: text/plain;\r\n charset=UTF-8\r\nContent-Transfer-Encoding: 7bit\r\n\r\nPapaya"], ["created_at", Fri, 16 Sep 2011 19:01:00 UTC +00:00], ["from_address", "from1@example.com"], ["reply_to_address", ""], ["sent_at", nil], ["subject", "Hiya!"], ["to_address", "to1@example.com"], ["updated_at", Fri, 16 Sep 2011 19:01:00 UTC +00:00]]
1662
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1663
-
1664
- Sent mail to to1@example.com (91087ms)
1665
- Date: Fri, 16 Sep 2011 14:59:29 -0400
1666
- From: from1@example.com
1667
- To: to1@example.com
1668
- Message-ID: <4e739c914aac0_9c1c800eb1b099058@dgmpro.local.mail>
1669
- Subject: Hiya!
1670
- Mime-Version: 1.0
1671
- Content-Type: text/plain;
1672
- charset=UTF-8
1673
- Content-Transfer-Encoding: 7bit
1674
-
1675
- Papaya
1676
-  (0.1ms) SELECT COUNT(*) FROM "emails" 
1677
- Mailhopper::Email Load (0.1ms) SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
1678
-  (0.1ms) SELECT COUNT(*) FROM "emails" 
1679
- Rendered sample_mailer/hello.text.erb (0.1ms)
1680
-  (0.1ms) SAVEPOINT active_record_1
1681
- SQL (0.7ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", "bcc@example.com"], ["cc_address", "cc@example.com"], ["content", "Date: Fri, 16 Sep 2011 15:01:00 -0400\r\nFrom: from@example.com\r\nReply-To: reply_to@example.com\r\nTo: to@example.com\r\nCc: cc@example.com\r\nMessage-ID: <4e739cec65050_9c1c800eb1b0991c4@dgmpro.local.mail>\r\nSubject: Hiya!\r\nMime-Version: 1.0\r\nContent-Type: text/plain;\r\n charset=UTF-8\r\nContent-Transfer-Encoding: 7bit\r\n\r\nPapaya"], ["created_at", Fri, 16 Sep 2011 19:01:46 UTC +00:00], ["from_address", "from@example.com"], ["reply_to_address", "reply_to@example.com"], ["sent_at", nil], ["subject", "Hiya!"], ["to_address", "to@example.com"], ["updated_at", Fri, 16 Sep 2011 19:01:46 UTC +00:00]]
1682
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1683
-
1684
- Sent mail to to@example.com (46583ms)
1685
- Date: Fri, 16 Sep 2011 15:01:00 -0400
1686
- From: from@example.com
1687
- Reply-To: reply_to@example.com
1688
- To: to@example.com
1689
- Cc: cc@example.com
1690
- Message-ID: <4e739cec65050_9c1c800eb1b0991c4@dgmpro.local.mail>
1691
- Subject: Hiya!
1692
- Mime-Version: 1.0
1693
- Content-Type: text/plain;
1694
- charset=UTF-8
1695
- Content-Transfer-Encoding: 7bit
1696
-
1697
- Papaya
1698
-  (0.1ms) SELECT COUNT(*) FROM "emails" 
1699
- Mailhopper::Email Load (0.1ms) SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
1700
-  (0.1ms) SELECT COUNT(*) FROM "emails" 
1701
- Rendered sample_mailer/hello.text.erb (0.1ms)
1702
-  (0.1ms) SAVEPOINT active_record_1
1703
- SQL (0.6ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", "bcc1@example.com,bcc2@example.com"], ["cc_address", "cc1@example.com,cc2@example.com"], ["content", "Date: Fri, 16 Sep 2011 15:01:47 -0400\r\nFrom: from1@example.com\r\nReply-To: reply_to@example.com\r\nTo: to1@example.com, \r\n to2@example.com\r\nCc: cc1@example.com, \r\n cc2@example.com\r\nMessage-ID: <4e739d1b5987_9c1c800eb1b0992c7@dgmpro.local.mail>\r\nSubject: Hiya!\r\nMime-Version: 1.0\r\nContent-Type: text/plain;\r\n charset=UTF-8\r\nContent-Transfer-Encoding: 7bit\r\n\r\nPapaya"], ["created_at", Fri, 16 Sep 2011 19:01:47 UTC +00:00], ["from_address", "from1@example.com"], ["reply_to_address", "reply_to@example.com"], ["sent_at", nil], ["subject", "Hiya!"], ["to_address", "to1@example.com,to2@example.com"], ["updated_at", Fri, 16 Sep 2011 19:01:47 UTC +00:00]]
1704
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1705
-
1706
- Sent mail to to1@example.com, to2@example.com (32ms)
1707
- Date: Fri, 16 Sep 2011 15:01:47 -0400
1708
- From: from1@example.com
1709
- Reply-To: reply_to@example.com
1710
- To: to1@example.com,
1711
- to2@example.com
1712
- Cc: cc1@example.com,
1713
- cc2@example.com
1714
- Message-ID: <4e739d1b5987_9c1c800eb1b0992c7@dgmpro.local.mail>
1715
- Subject: Hiya!
1716
- Mime-Version: 1.0
1717
- Content-Type: text/plain;
1718
- charset=UTF-8
1719
- Content-Transfer-Encoding: 7bit
1720
-
1721
- Papaya
1722
-  (0.1ms) SELECT COUNT(*) FROM "emails" 
1723
- Mailhopper::Email Load (0.1ms) SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
1724
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1725
- Migrating to CreateEmails (20110801151741)
1726
-  (5.2ms) SELECT COUNT(*) FROM "emails"
1727
- Rendered sample_mailer/hello.text.erb (1.4ms)
1728
-  (0.1ms) SAVEPOINT active_record_1
1729
- SQL (14.8ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", nil], ["cc_address", nil], ["content", "Date: Fri, 16 Sep 2011 15:02:48 -0400\r\nFrom: from1@example.com\r\nTo: to1@example.com\r\nMessage-ID: <4e739d58cd08a_9c48800eb1b065943@dgmpro.local.mail>\r\nSubject: Hiya!\r\nMime-Version: 1.0\r\nContent-Type: text/plain;\r\n charset=UTF-8\r\nContent-Transfer-Encoding: 7bit\r\n\r\nPapaya"], ["created_at", Fri, 16 Sep 2011 19:02:48 UTC +00:00], ["from_address", "from1@example.com"], ["reply_to_address", nil], ["sent_at", nil], ["subject", "Hiya!"], ["to_address", "to1@example.com"], ["updated_at", Fri, 16 Sep 2011 19:02:48 UTC +00:00]]
1730
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1731
-
1732
- Sent mail to to1@example.com (38ms)
1733
- Date: Fri, 16 Sep 2011 15:02:48 -0400
1734
- From: from1@example.com
1735
- To: to1@example.com
1736
- Message-ID: <4e739d58cd08a_9c48800eb1b065943@dgmpro.local.mail>
1737
- Subject: Hiya!
1738
- Mime-Version: 1.0
1739
- Content-Type: text/plain;
1740
- charset=UTF-8
1741
- Content-Transfer-Encoding: 7bit
1742
-
1743
- Papaya
1744
-  (0.1ms) SELECT COUNT(*) FROM "emails"
1745
- Mailhopper::Email Load (0.1ms) SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
1746
-  (0.1ms) SELECT COUNT(*) FROM "emails"
1747
- Rendered sample_mailer/hello.text.erb (0.1ms)
1748
-  (0.1ms) SAVEPOINT active_record_1
1749
- SQL (0.6ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", "bcc@example.com"], ["cc_address", "cc@example.com"], ["content", "Date: Fri, 16 Sep 2011 15:02:48 -0400\r\nFrom: from@example.com\r\nReply-To: reply_to@example.com\r\nTo: to@example.com\r\nCc: cc@example.com\r\nMessage-ID: <4e739d58db09e_9c48800eb1b066012@dgmpro.local.mail>\r\nSubject: Hiya!\r\nMime-Version: 1.0\r\nContent-Type: text/plain;\r\n charset=UTF-8\r\nContent-Transfer-Encoding: 7bit\r\n\r\nPapaya"], ["created_at", Fri, 16 Sep 2011 19:02:48 UTC +00:00], ["from_address", "from@example.com"], ["reply_to_address", "reply_to@example.com"], ["sent_at", nil], ["subject", "Hiya!"], ["to_address", "to@example.com"], ["updated_at", Fri, 16 Sep 2011 19:02:48 UTC +00:00]]
1750
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1751
-
1752
- Sent mail to to@example.com (61ms)
1753
- Date: Fri, 16 Sep 2011 15:02:48 -0400
1754
- From: from@example.com
1755
- Reply-To: reply_to@example.com
1756
- To: to@example.com
1757
- Cc: cc@example.com
1758
- Message-ID: <4e739d58db09e_9c48800eb1b066012@dgmpro.local.mail>
1759
- Subject: Hiya!
1760
- Mime-Version: 1.0
1761
- Content-Type: text/plain;
1762
- charset=UTF-8
1763
- Content-Transfer-Encoding: 7bit
1764
-
1765
- Papaya
1766
-  (0.1ms) SELECT COUNT(*) FROM "emails"
1767
- Mailhopper::Email Load (0.1ms) SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
1768
-  (0.1ms) SELECT COUNT(*) FROM "emails"
1769
- Rendered sample_mailer/hello.text.erb (0.1ms)
1770
-  (0.1ms) SAVEPOINT active_record_1
1771
- SQL (0.6ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", "bcc1@example.com,bcc2@example.com"], ["cc_address", "cc1@example.com,cc2@example.com"], ["content", "Date: Fri, 16 Sep 2011 15:02:48 -0400\r\nFrom: from1@example.com\r\nReply-To: reply_to@example.com\r\nTo: to1@example.com, \r\n to2@example.com\r\nCc: cc1@example.com, \r\n cc2@example.com\r\nMessage-ID: <4e739d58ee943_9c48800eb1b06611e@dgmpro.local.mail>\r\nSubject: Hiya!\r\nMime-Version: 1.0\r\nContent-Type: text/plain;\r\n charset=UTF-8\r\nContent-Transfer-Encoding: 7bit\r\n\r\nPapaya"], ["created_at", Fri, 16 Sep 2011 19:02:48 UTC +00:00], ["from_address", "from1@example.com"], ["reply_to_address", "reply_to@example.com"], ["sent_at", nil], ["subject", "Hiya!"], ["to_address", "to1@example.com,to2@example.com"], ["updated_at", Fri, 16 Sep 2011 19:02:48 UTC +00:00]]
1772
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1773
-
1774
- Sent mail to to1@example.com, to2@example.com (19ms)
1775
- Date: Fri, 16 Sep 2011 15:02:48 -0400
1776
- From: from1@example.com
1777
- Reply-To: reply_to@example.com
1778
- To: to1@example.com,
1779
- to2@example.com
1780
- Cc: cc1@example.com,
1781
- cc2@example.com
1782
- Message-ID: <4e739d58ee943_9c48800eb1b06611e@dgmpro.local.mail>
1783
- Subject: Hiya!
1784
- Mime-Version: 1.0
1785
- Content-Type: text/plain;
1786
- charset=UTF-8
1787
- Content-Transfer-Encoding: 7bit
1788
-
1789
- Papaya
1790
-  (0.1ms) SELECT COUNT(*) FROM "emails"
1791
- Mailhopper::Email Load (0.1ms) SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
1792
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1793
- Migrating to CreateEmails (20110801151741)
1794
-  (10.5ms) SELECT COUNT(*) FROM "emails"
1795
- Rendered sample_mailer/hello.text.erb (1.0ms)
1796
-  (0.1ms) SAVEPOINT active_record_1
1797
- SQL (10.3ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", nil], ["cc_address", nil], ["content", "Date: Fri, 16 Sep 2011 15:04:01 -0400\r\nFrom: from1@example.com\r\nTo: to1@example.com\r\nMessage-ID: <4e739da1d5159_9c62800eb1b070d6@dgmpro.local.mail>\r\nSubject: Hiya!\r\nMime-Version: 1.0\r\nContent-Type: text/plain;\r\n charset=UTF-8\r\nContent-Transfer-Encoding: 7bit\r\n\r\nPapaya"], ["created_at", Fri, 16 Sep 2011 19:04:01 UTC +00:00], ["from_address", "from1@example.com"], ["reply_to_address", nil], ["sent_at", nil], ["subject", "Hiya!"], ["to_address", "to1@example.com"], ["updated_at", Fri, 16 Sep 2011 19:04:01 UTC +00:00]]
1798
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1799
-
1800
- Sent mail to to1@example.com (33ms)
1801
- Date: Fri, 16 Sep 2011 15:04:01 -0400
1802
- From: from1@example.com
1803
- To: to1@example.com
1804
- Message-ID: <4e739da1d5159_9c62800eb1b070d6@dgmpro.local.mail>
1805
- Subject: Hiya!
1806
- Mime-Version: 1.0
1807
- Content-Type: text/plain;
1808
- charset=UTF-8
1809
- Content-Transfer-Encoding: 7bit
1810
-
1811
- Papaya
1812
-  (0.1ms) SELECT COUNT(*) FROM "emails"
1813
- Mailhopper::Email Load (0.1ms) SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
1814
-  (0.1ms) SELECT COUNT(*) FROM "emails"
1815
- Rendered sample_mailer/hello.text.erb (0.1ms)
1816
-  (0.1ms) SAVEPOINT active_record_1
1817
- SQL (0.7ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", "bcc@example.com"], ["cc_address", "cc@example.com"], ["content", "Date: Fri, 16 Sep 2011 15:04:01 -0400\r\nFrom: from@example.com\r\nReply-To: reply_to@example.com\r\nTo: to@example.com\r\nCc: cc@example.com\r\nMessage-ID: <4e739da1e0ba9_9c62800eb1b07113@dgmpro.local.mail>\r\nSubject: Hiya!\r\nMime-Version: 1.0\r\nContent-Type: text/plain;\r\n charset=UTF-8\r\nContent-Transfer-Encoding: 7bit\r\n\r\nPapaya"], ["created_at", Fri, 16 Sep 2011 19:04:01 UTC +00:00], ["from_address", "from@example.com"], ["reply_to_address", "reply_to@example.com"], ["sent_at", nil], ["subject", "Hiya!"], ["to_address", "to@example.com"], ["updated_at", Fri, 16 Sep 2011 19:04:01 UTC +00:00]]
1818
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1819
-
1820
- Sent mail to to@example.com (16ms)
1821
- Date: Fri, 16 Sep 2011 15:04:01 -0400
1822
- From: from@example.com
1823
- Reply-To: reply_to@example.com
1824
- To: to@example.com
1825
- Cc: cc@example.com
1826
- Message-ID: <4e739da1e0ba9_9c62800eb1b07113@dgmpro.local.mail>
1827
- Subject: Hiya!
1828
- Mime-Version: 1.0
1829
- Content-Type: text/plain;
1830
- charset=UTF-8
1831
- Content-Transfer-Encoding: 7bit
1832
-
1833
- Papaya
1834
-  (0.1ms) SELECT COUNT(*) FROM "emails"
1835
- Mailhopper::Email Load (0.1ms) SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
1836
-  (0.2ms) SELECT COUNT(*) FROM "emails"
1837
- Rendered sample_mailer/hello.text.erb (0.1ms)
1838
-  (0.1ms) SAVEPOINT active_record_1
1839
- SQL (0.6ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", "bcc1@example.com,bcc2@example.com"], ["cc_address", "cc1@example.com,cc2@example.com"], ["content", "Date: Fri, 16 Sep 2011 15:04:02 -0400\r\nFrom: from1@example.com\r\nReply-To: reply_to@example.com\r\nTo: to1@example.com, \r\n to2@example.com\r\nCc: cc1@example.com, \r\n cc2@example.com\r\nMessage-ID: <4e739da2653_9c62800eb1b072c8@dgmpro.local.mail>\r\nSubject: Hiya!\r\nMime-Version: 1.0\r\nContent-Type: text/plain;\r\n charset=UTF-8\r\nContent-Transfer-Encoding: 7bit\r\n\r\nPapaya"], ["created_at", Fri, 16 Sep 2011 19:04:02 UTC +00:00], ["from_address", "from1@example.com"], ["reply_to_address", "reply_to@example.com"], ["sent_at", nil], ["subject", "Hiya!"], ["to_address", "to1@example.com,to2@example.com"], ["updated_at", Fri, 16 Sep 2011 19:04:02 UTC +00:00]]
1840
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1841
-
1842
- Sent mail to to1@example.com, to2@example.com (19ms)
1843
- Date: Fri, 16 Sep 2011 15:04:02 -0400
1844
- From: from1@example.com
1845
- Reply-To: reply_to@example.com
1846
- To: to1@example.com,
1847
- to2@example.com
1848
- Cc: cc1@example.com,
1849
- cc2@example.com
1850
- Message-ID: <4e739da2653_9c62800eb1b072c8@dgmpro.local.mail>
1851
- Subject: Hiya!
1852
- Mime-Version: 1.0
1853
- Content-Type: text/plain;
1854
- charset=UTF-8
1855
- Content-Transfer-Encoding: 7bit
1856
-
1857
- Papaya
1858
-  (0.1ms) SELECT COUNT(*) FROM "emails"
1859
- Mailhopper::Email Load (0.1ms) SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
1860
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1861
- Migrating to CreateEmails (20110916191655)
1862
-  (0.0ms) select sqlite_version(*)
1863
-  (0.1ms) CREATE TABLE "emails" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "from_address" varchar(255) NOT NULL, "reply_to_address" varchar(255), "subject" varchar(255), "to_address" text, "cc_address" text, "bcc_address" text, "content" text, "sent_at" datetime, "created_at" datetime, "updated_at" datetime) 
1864
- SQLite3::SQLException: table "emails" already exists: CREATE TABLE "emails" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "from_address" varchar(255) NOT NULL, "reply_to_address" varchar(255), "subject" varchar(255), "to_address" text, "cc_address" text, "bcc_address" text, "content" text, "sent_at" datetime, "created_at" datetime, "updated_at" datetime)
1865
-  (0.1ms) select sqlite_version(*)
1866
-  (1.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
1867
-  (0.1ms) PRAGMA index_list("schema_migrations")
1868
-  (11.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1869
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1870
- Migrating to CreateEmails (20110916191655)
1871
-  (0.3ms) CREATE TABLE "emails" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "from_address" varchar(255) NOT NULL, "reply_to_address" varchar(255), "subject" varchar(255), "to_address" text, "cc_address" text, "bcc_address" text, "content" text, "sent_at" datetime, "created_at" datetime, "updated_at" datetime)
1872
-  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20110916191655')
1873
-  (0.0ms) SELECT COUNT(*) FROM "emails"
1874
- Rendered sample_mailer/hello.text.erb (1.0ms)
1875
-  (0.0ms) SAVEPOINT active_record_1
1876
- SQL (3.4ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", nil], ["cc_address", nil], ["content", "Date: Fri, 16 Sep 2011 15:20:04 -0400\r\nFrom: from@example.com\r\nTo: to@example.com\r\nMessage-ID: <4e73a16439acd_9d45800eb1b0295bd@dgmpro.local.mail>\r\nSubject: Hiya!\r\nMime-Version: 1.0\r\nContent-Type: text/plain;\r\n charset=UTF-8\r\nContent-Transfer-Encoding: 7bit\r\n\r\nPapaya"], ["created_at", Fri, 16 Sep 2011 19:20:04 UTC +00:00], ["from_address", "from@example.com"], ["reply_to_address", nil], ["sent_at", nil], ["subject", "Hiya!"], ["to_address", "to@example.com"], ["updated_at", Fri, 16 Sep 2011 19:20:04 UTC +00:00]]
1877
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1878
-
1879
- Sent mail to to@example.com (27ms)
1880
- Date: Fri, 16 Sep 2011 15:20:04 -0400
1881
- From: from@example.com
1882
- To: to@example.com
1883
- Message-ID: <4e73a16439acd_9d45800eb1b0295bd@dgmpro.local.mail>
1884
- Subject: Hiya!
1885
- Mime-Version: 1.0
1886
- Content-Type: text/plain;
1887
- charset=UTF-8
1888
- Content-Transfer-Encoding: 7bit
1889
-
1890
- Papaya
1891
-  (0.1ms) SELECT COUNT(*) FROM "emails"
1892
- Mailhopper::Email Load (0.1ms) SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
1893
-  (0.1ms) SELECT COUNT(*) FROM "emails"
1894
- Rendered sample_mailer/hello.text.erb (0.1ms)
1895
-  (0.1ms) SAVEPOINT active_record_1
1896
- SQL (0.6ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", "bcc@example.com"], ["cc_address", "cc@example.com"], ["content", "Date: Fri, 16 Sep 2011 15:20:04 -0400\r\nFrom: from@example.com\r\nReply-To: reply_to@example.com\r\nTo: to@example.com\r\nCc: cc@example.com\r\nMessage-ID: <4e73a16443b58_9d45800eb1b0296f5@dgmpro.local.mail>\r\nSubject: Hiya!\r\nMime-Version: 1.0\r\nContent-Type: text/plain;\r\n charset=UTF-8\r\nContent-Transfer-Encoding: 7bit\r\n\r\nPapaya"], ["created_at", Fri, 16 Sep 2011 19:20:04 UTC +00:00], ["from_address", "from@example.com"], ["reply_to_address", "reply_to@example.com"], ["sent_at", nil], ["subject", "Hiya!"], ["to_address", "to@example.com"], ["updated_at", Fri, 16 Sep 2011 19:20:04 UTC +00:00]]
1897
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1898
-
1899
- Sent mail to to@example.com (61ms)
1900
- Date: Fri, 16 Sep 2011 15:20:04 -0400
1901
- From: from@example.com
1902
- Reply-To: reply_to@example.com
1903
- To: to@example.com
1904
- Cc: cc@example.com
1905
- Message-ID: <4e73a16443b58_9d45800eb1b0296f5@dgmpro.local.mail>
1906
- Subject: Hiya!
1907
- Mime-Version: 1.0
1908
- Content-Type: text/plain;
1909
- charset=UTF-8
1910
- Content-Transfer-Encoding: 7bit
1911
-
1912
- Papaya
1913
-  (0.1ms) SELECT COUNT(*) FROM "emails"
1914
- Mailhopper::Email Load (0.1ms) SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
1915
-  (0.1ms) SELECT COUNT(*) FROM "emails"
1916
- Rendered sample_mailer/hello.text.erb (0.1ms)
1917
-  (0.1ms) SAVEPOINT active_record_1
1918
- SQL (0.6ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", "bcc1@example.com,bcc2@example.com"], ["cc_address", "cc1@example.com,cc2@example.com"], ["content", "Date: Fri, 16 Sep 2011 15:20:04 -0400\r\nFrom: from1@example.com\r\nReply-To: reply_to@example.com\r\nTo: to1@example.com, \r\n to2@example.com\r\nCc: cc1@example.com, \r\n cc2@example.com\r\nMessage-ID: <4e73a1645715f_9d45800eb1b0297b9@dgmpro.local.mail>\r\nSubject: Hiya!\r\nMime-Version: 1.0\r\nContent-Type: text/plain;\r\n charset=UTF-8\r\nContent-Transfer-Encoding: 7bit\r\n\r\nPapaya"], ["created_at", Fri, 16 Sep 2011 19:20:04 UTC +00:00], ["from_address", "from1@example.com"], ["reply_to_address", "reply_to@example.com"], ["sent_at", nil], ["subject", "Hiya!"], ["to_address", "to1@example.com,to2@example.com"], ["updated_at", Fri, 16 Sep 2011 19:20:04 UTC +00:00]]
1919
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1920
-
1921
- Sent mail to to1@example.com, to2@example.com (19ms)
1922
- Date: Fri, 16 Sep 2011 15:20:04 -0400
1923
- From: from1@example.com
1924
- Reply-To: reply_to@example.com
1925
- To: to1@example.com,
1926
- to2@example.com
1927
- Cc: cc1@example.com,
1928
- cc2@example.com
1929
- Message-ID: <4e73a1645715f_9d45800eb1b0297b9@dgmpro.local.mail>
1930
- Subject: Hiya!
1931
- Mime-Version: 1.0
1932
- Content-Type: text/plain;
1933
- charset=UTF-8
1934
- Content-Transfer-Encoding: 7bit
1935
-
1936
- Papaya
1937
-  (0.1ms) SELECT COUNT(*) FROM "emails"
1938
- Mailhopper::Email Load (0.1ms) SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
1939
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1940
- Migrating to CreateEmails (20110916191655)
1941
-  (0.1ms) SELECT COUNT(*) FROM "emails"
1942
- Rendered sample_mailer/hello.text.erb (1.0ms)
1943
-  (0.0ms) SAVEPOINT active_record_1
1944
- SQL (3.1ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", nil], ["cc_address", nil], ["content", "Date: Fri, 16 Sep 2011 15:44:54 -0400\r\nFrom: from@example.com\r\nTo: to@example.com\r\nMessage-ID: <4e73a736d1ba1_9e43800eb1b0940e1@dgmpro.local.mail>\r\nSubject: Hiya!\r\nMime-Version: 1.0\r\nContent-Type: text/plain;\r\n charset=UTF-8\r\nContent-Transfer-Encoding: 7bit\r\n\r\nPapaya"], ["created_at", Fri, 16 Sep 2011 19:44:54 UTC +00:00], ["from_address", "from@example.com"], ["reply_to_address", nil], ["sent_at", nil], ["subject", "Hiya!"], ["to_address", "to@example.com"], ["updated_at", Fri, 16 Sep 2011 19:44:54 UTC +00:00]]
1945
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1946
-
1947
- Sent mail to to@example.com (25ms)
1948
- Date: Fri, 16 Sep 2011 15:44:54 -0400
1949
- From: from@example.com
1950
- To: to@example.com
1951
- Message-ID: <4e73a736d1ba1_9e43800eb1b0940e1@dgmpro.local.mail>
1952
- Subject: Hiya!
1953
- Mime-Version: 1.0
1954
- Content-Type: text/plain;
1955
- charset=UTF-8
1956
- Content-Transfer-Encoding: 7bit
1957
-
1958
- Papaya
1959
-  (0.0ms) SELECT COUNT(*) FROM "emails"
1960
- Mailhopper::Email Load (0.1ms) SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
1961
-  (0.1ms) SELECT COUNT(*) FROM "emails"
1962
- Rendered sample_mailer/hello.text.erb (0.1ms)
1963
-  (0.0ms) SAVEPOINT active_record_1
1964
- SQL (0.5ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", "bcc@example.com"], ["cc_address", "cc@example.com"], ["content", "Date: Fri, 16 Sep 2011 15:44:54 -0400\r\nFrom: from@example.com\r\nReply-To: reply_to@example.com\r\nTo: to@example.com\r\nCc: cc@example.com\r\nMessage-ID: <4e73a736db2ae_9e43800eb1b0941b8@dgmpro.local.mail>\r\nSubject: Hiya!\r\nMime-Version: 1.0\r\nContent-Type: text/plain;\r\n charset=UTF-8\r\nContent-Transfer-Encoding: 7bit\r\n\r\nPapaya"], ["created_at", Fri, 16 Sep 2011 19:44:54 UTC +00:00], ["from_address", "from@example.com"], ["reply_to_address", "reply_to@example.com"], ["sent_at", nil], ["subject", "Hiya!"], ["to_address", "to@example.com"], ["updated_at", Fri, 16 Sep 2011 19:44:54 UTC +00:00]]
1965
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1966
-
1967
- Sent mail to to@example.com (15ms)
1968
- Date: Fri, 16 Sep 2011 15:44:54 -0400
1969
- From: from@example.com
1970
- Reply-To: reply_to@example.com
1971
- To: to@example.com
1972
- Cc: cc@example.com
1973
- Message-ID: <4e73a736db2ae_9e43800eb1b0941b8@dgmpro.local.mail>
1974
- Subject: Hiya!
1975
- Mime-Version: 1.0
1976
- Content-Type: text/plain;
1977
- charset=UTF-8
1978
- Content-Transfer-Encoding: 7bit
1979
-
1980
- Papaya
1981
-  (0.1ms) SELECT COUNT(*) FROM "emails"
1982
- Mailhopper::Email Load (0.1ms) SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
1983
-  (0.1ms) SELECT COUNT(*) FROM "emails"
1984
- Rendered sample_mailer/hello.text.erb (0.0ms)
1985
-  (0.0ms) SAVEPOINT active_record_1
1986
- SQL (0.6ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", "bcc1@example.com,bcc2@example.com"], ["cc_address", "cc1@example.com,cc2@example.com"], ["content", "Date: Fri, 16 Sep 2011 15:44:54 -0400\r\nFrom: from1@example.com\r\nReply-To: reply_to@example.com\r\nTo: to1@example.com, \r\n to2@example.com\r\nCc: cc1@example.com, \r\n cc2@example.com\r\nMessage-ID: <4e73a736ee9b8_9e43800eb1b094281@dgmpro.local.mail>\r\nSubject: Hiya!\r\nMime-Version: 1.0\r\nContent-Type: text/plain;\r\n charset=UTF-8\r\nContent-Transfer-Encoding: 7bit\r\n\r\nPapaya"], ["created_at", Fri, 16 Sep 2011 19:44:54 UTC +00:00], ["from_address", "from1@example.com"], ["reply_to_address", "reply_to@example.com"], ["sent_at", nil], ["subject", "Hiya!"], ["to_address", "to1@example.com,to2@example.com"], ["updated_at", Fri, 16 Sep 2011 19:44:54 UTC +00:00]]
1987
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1988
-
1989
- Sent mail to to1@example.com, to2@example.com (19ms)
1990
- Date: Fri, 16 Sep 2011 15:44:54 -0400
1991
- From: from1@example.com
1992
- Reply-To: reply_to@example.com
1993
- To: to1@example.com,
1994
- to2@example.com
1995
- Cc: cc1@example.com,
1996
- cc2@example.com
1997
- Message-ID: <4e73a736ee9b8_9e43800eb1b094281@dgmpro.local.mail>
1998
- Subject: Hiya!
1999
- Mime-Version: 1.0
2000
- Content-Type: text/plain;
2001
- charset=UTF-8
2002
- Content-Transfer-Encoding: 7bit
2003
-
2004
- Papaya
2005
-  (0.1ms) SELECT COUNT(*) FROM "emails"
2006
- Mailhopper::Email Load (0.1ms) SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
2007
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
2008
- Migrating to CreateEmails (20110916191655)
2009
-  (0.5ms) SELECT COUNT(*) FROM "emails"
2010
- Rendered sample_mailer/hello.text.erb (1.3ms)
2011
-  (0.0ms) SAVEPOINT active_record_1
2012
- SQL (29.5ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", nil], ["cc_address", nil], ["content", "Date: Sun, 18 Sep 2011 00:17:39 -0400\r\nFrom: from@example.com\r\nTo: to@example.com\r\nMessage-ID: <4e7570e389df7_c840800eb1b0647a7@dgmpro.local.mail>\r\nSubject: Hiya!\r\nMime-Version: 1.0\r\nContent-Type: text/plain;\r\n charset=UTF-8\r\nContent-Transfer-Encoding: 7bit\r\n\r\nPapaya"], ["created_at", Sun, 18 Sep 2011 04:17:39 UTC +00:00], ["from_address", "from@example.com"], ["reply_to_address", nil], ["sent_at", nil], ["subject", "Hiya!"], ["to_address", "to@example.com"], ["updated_at", Sun, 18 Sep 2011 04:17:39 UTC +00:00]]
2013
-  (0.1ms) RELEASE SAVEPOINT active_record_1
2014
-
2015
- Sent mail to to@example.com (67ms)
2016
- Date: Sun, 18 Sep 2011 00:17:39 -0400
2017
- From: from@example.com
2018
- To: to@example.com
2019
- Message-ID: <4e7570e389df7_c840800eb1b0647a7@dgmpro.local.mail>
2020
- Subject: Hiya!
2021
- Mime-Version: 1.0
2022
- Content-Type: text/plain;
2023
- charset=UTF-8
2024
- Content-Transfer-Encoding: 7bit
2025
-
2026
- Papaya
2027
-  (0.0ms) SELECT COUNT(*) FROM "emails"
2028
- Mailhopper::Email Load (0.1ms) SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
2029
-  (0.1ms) SELECT COUNT(*) FROM "emails"
2030
- Rendered sample_mailer/hello.text.erb (0.0ms)
2031
-  (0.1ms) SAVEPOINT active_record_1
2032
- SQL (0.5ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", "bcc@example.com"], ["cc_address", "cc@example.com"], ["content", "Date: Sun, 18 Sep 2011 00:17:39 -0400\r\nFrom: from@example.com\r\nReply-To: reply_to@example.com\r\nTo: to@example.com\r\nCc: cc@example.com\r\nMessage-ID: <4e7570e3a4793_c840800eb1b06485b@dgmpro.local.mail>\r\nSubject: Hiya!\r\nMime-Version: 1.0\r\nContent-Type: text/plain;\r\n charset=UTF-8\r\nContent-Transfer-Encoding: 7bit\r\n\r\nPapaya"], ["created_at", Sun, 18 Sep 2011 04:17:39 UTC +00:00], ["from_address", "from@example.com"], ["reply_to_address", "reply_to@example.com"], ["sent_at", nil], ["subject", "Hiya!"], ["to_address", "to@example.com"], ["updated_at", Sun, 18 Sep 2011 04:17:39 UTC +00:00]]
2033
-  (0.1ms) RELEASE SAVEPOINT active_record_1
2034
-
2035
- Sent mail to to@example.com (15ms)
2036
- Date: Sun, 18 Sep 2011 00:17:39 -0400
2037
- From: from@example.com
2038
- Reply-To: reply_to@example.com
2039
- To: to@example.com
2040
- Cc: cc@example.com
2041
- Message-ID: <4e7570e3a4793_c840800eb1b06485b@dgmpro.local.mail>
2042
- Subject: Hiya!
2043
- Mime-Version: 1.0
2044
- Content-Type: text/plain;
2045
- charset=UTF-8
2046
- Content-Transfer-Encoding: 7bit
2047
-
2048
- Papaya
2049
-  (0.1ms) SELECT COUNT(*) FROM "emails"
2050
- Mailhopper::Email Load (0.1ms) SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
2051
-  (0.1ms) SELECT COUNT(*) FROM "emails"
2052
- Rendered sample_mailer/hello.text.erb (0.0ms)
2053
-  (0.0ms) SAVEPOINT active_record_1
2054
- SQL (0.5ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", "bcc1@example.com,bcc2@example.com"], ["cc_address", "cc1@example.com,cc2@example.com"], ["content", "Date: Sun, 18 Sep 2011 00:17:39 -0400\r\nFrom: from1@example.com\r\nReply-To: reply_to@example.com\r\nTo: to1@example.com, \r\n to2@example.com\r\nCc: cc1@example.com, \r\n cc2@example.com\r\nMessage-ID: <4e7570e3ac641_c840800eb1b0649ac@dgmpro.local.mail>\r\nSubject: Hiya!\r\nMime-Version: 1.0\r\nContent-Type: text/plain;\r\n charset=UTF-8\r\nContent-Transfer-Encoding: 7bit\r\n\r\nPapaya"], ["created_at", Sun, 18 Sep 2011 04:17:39 UTC +00:00], ["from_address", "from1@example.com"], ["reply_to_address", "reply_to@example.com"], ["sent_at", nil], ["subject", "Hiya!"], ["to_address", "to1@example.com,to2@example.com"], ["updated_at", Sun, 18 Sep 2011 04:17:39 UTC +00:00]]
2055
-  (0.1ms) RELEASE SAVEPOINT active_record_1
2056
-
2057
- Sent mail to to1@example.com, to2@example.com (18ms)
2058
- Date: Sun, 18 Sep 2011 00:17:39 -0400
2059
- From: from1@example.com
2060
- Reply-To: reply_to@example.com
2061
- To: to1@example.com,
2062
- to2@example.com
2063
- Cc: cc1@example.com,
2064
- cc2@example.com
2065
- Message-ID: <4e7570e3ac641_c840800eb1b0649ac@dgmpro.local.mail>
2066
- Subject: Hiya!
2067
- Mime-Version: 1.0
2068
- Content-Type: text/plain;
2069
- charset=UTF-8
2070
- Content-Transfer-Encoding: 7bit
2071
-
2072
- Papaya
2073
-  (0.1ms) SELECT COUNT(*) FROM "emails"
2074
- Mailhopper::Email Load (0.1ms) SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
2075
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
2076
- Migrating to CreateEmails (20110916191655)
2077
-  (0.3ms) SELECT COUNT(*) FROM "emails"
2078
- Rendered sample_mailer/hello.text.erb (1.1ms)
2079
-  (0.0ms) SAVEPOINT active_record_1
2080
- SQL (15.7ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", nil], ["cc_address", nil], ["content", "Date: Wed, 25 Jan 2012 21:14:55 -0500\r\nFrom: from@example.com\r\nTo: to@example.com\r\nMessage-ID: <4f20b71f221f2_15242800ea9a44329@dgmpro.local.mail>\r\nSubject: Hiya!\r\nMime-Version: 1.0\r\nContent-Type: text/plain;\r\n charset=UTF-8\r\nContent-Transfer-Encoding: 7bit\r\n\r\nPapaya"], ["created_at", Thu, 26 Jan 2012 02:14:55 UTC +00:00], ["from_address", "from@example.com"], ["reply_to_address", nil], ["sent_at", nil], ["subject", "Hiya!"], ["to_address", "to@example.com"], ["updated_at", Thu, 26 Jan 2012 02:14:55 UTC +00:00]]
2081
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2082
-
2083
- Sent mail to to@example.com (40ms)
2084
- Date: Wed, 25 Jan 2012 21:14:55 -0500
2085
- From: from@example.com
2086
- To: to@example.com
2087
- Message-ID: <4f20b71f221f2_15242800ea9a44329@dgmpro.local.mail>
2088
- Subject: Hiya!
2089
- Mime-Version: 1.0
2090
- Content-Type: text/plain;
2091
- charset=UTF-8
2092
- Content-Transfer-Encoding: 7bit
2093
-
2094
- Papaya
2095
-  (0.1ms) SELECT COUNT(*) FROM "emails"
2096
- Mailhopper::Email Load (0.1ms) SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
2097
-  (0.1ms) SELECT COUNT(*) FROM "emails"
2098
- Rendered sample_mailer/hello.text.erb (0.0ms)
2099
-  (0.1ms) SAVEPOINT active_record_1
2100
- SQL (0.4ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", "bcc@example.com"], ["cc_address", "cc@example.com"], ["content", "Date: Wed, 25 Jan 2012 21:14:55 -0500\r\nFrom: from@example.com\r\nReply-To: reply_to@example.com\r\nTo: to@example.com\r\nCc: cc@example.com\r\nMessage-ID: <4f20b71f2ebd8_15242800ea9a444a9@dgmpro.local.mail>\r\nSubject: Hiya!\r\nMime-Version: 1.0\r\nContent-Type: text/plain;\r\n charset=UTF-8\r\nContent-Transfer-Encoding: 7bit\r\n\r\nPapaya"], ["created_at", Thu, 26 Jan 2012 02:14:55 UTC +00:00], ["from_address", "from@example.com"], ["reply_to_address", "reply_to@example.com"], ["sent_at", nil], ["subject", "Hiya!"], ["to_address", "to@example.com"], ["updated_at", Thu, 26 Jan 2012 02:14:55 UTC +00:00]]
2101
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2102
-
2103
- Sent mail to to@example.com (15ms)
2104
- Date: Wed, 25 Jan 2012 21:14:55 -0500
2105
- From: from@example.com
2106
- Reply-To: reply_to@example.com
2107
- To: to@example.com
2108
- Cc: cc@example.com
2109
- Message-ID: <4f20b71f2ebd8_15242800ea9a444a9@dgmpro.local.mail>
2110
- Subject: Hiya!
2111
- Mime-Version: 1.0
2112
- Content-Type: text/plain;
2113
- charset=UTF-8
2114
- Content-Transfer-Encoding: 7bit
2115
-
2116
- Papaya
2117
-  (0.1ms) SELECT COUNT(*) FROM "emails"
2118
- Mailhopper::Email Load (0.1ms) SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
2119
-  (0.1ms) SELECT COUNT(*) FROM "emails"
2120
- Rendered sample_mailer/hello.text.erb (0.1ms)
2121
-  (0.1ms) SAVEPOINT active_record_1
2122
- SQL (0.4ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", "bcc1@example.com,bcc2@example.com"], ["cc_address", "cc1@example.com,cc2@example.com"], ["content", "Date: Wed, 25 Jan 2012 21:14:55 -0500\r\nFrom: from1@example.com\r\nReply-To: reply_to@example.com\r\nTo: to1@example.com, \r\n to2@example.com\r\nCc: cc1@example.com, \r\n cc2@example.com\r\nMessage-ID: <4f20b71f3cb1e_15242800ea9a445cc@dgmpro.local.mail>\r\nSubject: Hiya!\r\nMime-Version: 1.0\r\nContent-Type: text/plain;\r\n charset=UTF-8\r\nContent-Transfer-Encoding: 7bit\r\n\r\nPapaya"], ["created_at", Thu, 26 Jan 2012 02:14:55 UTC +00:00], ["from_address", "from1@example.com"], ["reply_to_address", "reply_to@example.com"], ["sent_at", nil], ["subject", "Hiya!"], ["to_address", "to1@example.com,to2@example.com"], ["updated_at", Thu, 26 Jan 2012 02:14:55 UTC +00:00]]
2123
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2124
-
2125
- Sent mail to to1@example.com, to2@example.com (19ms)
2126
- Date: Wed, 25 Jan 2012 21:14:55 -0500
2127
- From: from1@example.com
2128
- Reply-To: reply_to@example.com
2129
- To: to1@example.com,
2130
- to2@example.com
2131
- Cc: cc1@example.com,
2132
- cc2@example.com
2133
- Message-ID: <4f20b71f3cb1e_15242800ea9a445cc@dgmpro.local.mail>
2134
- Subject: Hiya!
2135
- Mime-Version: 1.0
2136
- Content-Type: text/plain;
2137
- charset=UTF-8
2138
- Content-Transfer-Encoding: 7bit
2139
-
2140
- Papaya
2141
-  (0.1ms) SELECT COUNT(*) FROM "emails"
2142
- Mailhopper::Email Load (0.1ms) SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1