mailhopper 0.0.3 → 0.0.4
Sign up to get free protection for your applications and to get access to all the features.
- data/README.rdoc +4 -0
- data/lib/generators/mailhopper/templates/migrations/create_emails.rb +12 -4
- data/lib/mailhopper/queue.rb +13 -7
- data/lib/mailhopper/version.rb +1 -1
- data/test/dummy/db/development.sqlite3 +0 -0
- data/test/dummy/db/migrate/{20110801151741_create_emails.rb → 20110916191655_create_emails.rb} +11 -4
- data/test/dummy/db/schema.rb +4 -4
- data/test/dummy/db/test.sqlite3 +0 -0
- data/test/dummy/log/development.log +13 -0
- data/test/dummy/log/test.log +1584 -0
- data/test/unit/email_test.rb +66 -19
- metadata +6 -6
data/test/dummy/log/test.log
CHANGED
@@ -420,3 +420,1587 @@ Content-Transfer-Encoding: 7bit
|
|
420
420
|
Papaya
|
421
421
|
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "emails"
|
422
422
|
[1m[36mMailhopper::Email Load (0.1ms)[0m [1mSELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1[0m
|
423
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
424
|
+
Migrating to CreateEmails (20110801151741)
|
425
|
+
[1m[35m (0.3ms)[0m SELECT COUNT(*) FROM "emails"
|
426
|
+
Rendered sample_mailer/hello.text.erb (1.3ms)
|
427
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
428
|
+
[1m[35mSQL (29.2ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
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
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "emails"
|
446
|
+
[1m[36mMailhopper::Email Load (0.1ms)[0m [1mSELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1[0m
|
447
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
448
|
+
Migrating to CreateEmails (20110801151741)
|
449
|
+
[1m[35m (16.7ms)[0m SELECT COUNT(*) FROM "emails"
|
450
|
+
Rendered sample_mailer/hello.text.erb (1.2ms)
|
451
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
452
|
+
[1m[35mSQL (12.8ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
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
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "emails"
|
470
|
+
[1m[36mMailhopper::Email Load (0.1ms)[0m [1mSELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1[0m
|
471
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
472
|
+
Migrating to CreateEmails (20110801151741)
|
473
|
+
[1m[35m (14.9ms)[0m SELECT COUNT(*) FROM "emails"
|
474
|
+
Rendered sample_mailer/hello.text.erb (1.2ms)
|
475
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
476
|
+
[1m[35mSQL (11.4ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
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
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "emails"
|
494
|
+
[1m[36mMailhopper::Email Load (0.1ms)[0m [1mSELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1[0m
|
495
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
496
|
+
Migrating to CreateEmails (20110801151741)
|
497
|
+
[1m[35m (0.3ms)[0m SELECT COUNT(*) FROM "emails"
|
498
|
+
Rendered sample_mailer/hello.text.erb (1.1ms)
|
499
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
500
|
+
[1m[35mSQL (19.6ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
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
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "emails"
|
518
|
+
[1m[36mMailhopper::Email Load (0.1ms)[0m [1mSELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1[0m
|
519
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
520
|
+
Migrating to CreateEmails (20110801151741)
|
521
|
+
[1m[35m (9.6ms)[0m SELECT COUNT(*) FROM "emails"
|
522
|
+
Rendered sample_mailer/hello.text.erb (1.0ms)
|
523
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
524
|
+
[1m[35mSQL (19.5ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
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
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "emails"
|
542
|
+
[1m[36mMailhopper::Email Load (0.1ms)[0m [1mSELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1[0m
|
543
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
544
|
+
Migrating to CreateEmails (20110801151741)
|
545
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "emails"
|
546
|
+
Rendered sample_mailer/hello.text.erb (1.1ms)
|
547
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
548
|
+
[1m[35mSQL (3.0ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
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
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "emails"
|
566
|
+
[1m[36mMailhopper::Email Load (0.1ms)[0m [1mSELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1[0m
|
567
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
568
|
+
Migrating to CreateEmails (20110801151741)
|
569
|
+
[1m[35m (23.9ms)[0m SELECT COUNT(*) FROM "emails"
|
570
|
+
Rendered sample_mailer/hello.text.erb (1.0ms)
|
571
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
572
|
+
[1m[35mSQL (2.9ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
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
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "emails"
|
590
|
+
[1m[36mMailhopper::Email Load (0.1ms)[0m [1mSELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1[0m
|
591
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
592
|
+
Migrating to CreateEmails (20110801151741)
|
593
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "emails"
|
594
|
+
Rendered sample_mailer/hello.text.erb (1.0ms)
|
595
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
596
|
+
[1m[35mSQL (3.2ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
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
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "emails"
|
615
|
+
[1m[36mMailhopper::Email Load (0.1ms)[0m [1mSELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1[0m
|
616
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
617
|
+
Migrating to CreateEmails (20110801151741)
|
618
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "emails"
|
619
|
+
Rendered sample_mailer/hello.text.erb (1.0ms)
|
620
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
621
|
+
[1m[35mSQL (3.1ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
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
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "emails"
|
639
|
+
[1m[36mMailhopper::Email Load (0.1ms)[0m [1mSELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1[0m
|
640
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "emails"
|
641
|
+
Rendered sample_mailer/hello.text.erb (0.1ms)
|
642
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
643
|
+
[1m[35mSQL (0.6ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
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
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "emails"
|
662
|
+
[1m[36mMailhopper::Email Load (0.1ms)[0m [1mSELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1[0m
|
663
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
664
|
+
Migrating to CreateEmails (20110801151741)
|
665
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "emails"
|
666
|
+
Rendered sample_mailer/hello.text.erb (1.0ms)
|
667
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
668
|
+
[1m[35mSQL (62.8ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
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
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "emails"
|
686
|
+
[1m[36mMailhopper::Email Load (0.1ms)[0m [1mSELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1[0m
|
687
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "emails"
|
688
|
+
Rendered sample_mailer/hello.text.erb (0.1ms)
|
689
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
690
|
+
[1m[35mSQL (0.5ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
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
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "emails"
|
709
|
+
[1m[36mMailhopper::Email Load (0.1ms)[0m [1mSELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1[0m
|
710
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
711
|
+
Migrating to CreateEmails (20110801151741)
|
712
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "emails"
|
713
|
+
Rendered sample_mailer/hello.text.erb (1.0ms)
|
714
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
715
|
+
[1m[35mSQL (3.1ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
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
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "emails"
|
733
|
+
[1m[36mMailhopper::Email Load (0.1ms)[0m [1mSELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1[0m
|
734
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "emails"
|
735
|
+
Rendered sample_mailer/hello.text.erb (0.1ms)
|
736
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
737
|
+
[1m[35mSQL (0.6ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
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
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "emails"
|
756
|
+
[1m[36mMailhopper::Email Load (0.1ms)[0m [1mSELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1[0m
|
757
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
758
|
+
Migrating to CreateEmails (20110801151741)
|
759
|
+
[1m[35m (12.8ms)[0m SELECT COUNT(*) FROM "emails"
|
760
|
+
Rendered sample_mailer/hello.text.erb (0.9ms)
|
761
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
762
|
+
[1m[35mSQL (2.9ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
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
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "emails"
|
780
|
+
[1m[36mMailhopper::Email Load (0.1ms)[0m [1mSELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1[0m
|
781
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "emails"
|
782
|
+
Rendered sample_mailer/hello.text.erb (0.1ms)
|
783
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
784
|
+
[1m[35mSQL (0.5ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
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
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "emails"
|
803
|
+
[1m[36mMailhopper::Email Load (0.1ms)[0m [1mSELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1[0m
|
804
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
805
|
+
Migrating to CreateEmails (20110801151741)
|
806
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
807
|
+
Migrating to CreateEmails (20110801151741)
|
808
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "emails"
|
809
|
+
Rendered sample_mailer/hello.text.erb (1.1ms)
|
810
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
811
|
+
[1m[35mSQL (11.7ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
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
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "emails"
|
829
|
+
[1m[36mMailhopper::Email Load (0.1ms)[0m [1mSELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1[0m
|
830
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
831
|
+
Migrating to CreateEmails (20110801151741)
|
832
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "emails"
|
833
|
+
Rendered sample_mailer/hello.text.erb (1.0ms)
|
834
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
835
|
+
[1m[35mSQL (3.0ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
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
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "emails"
|
853
|
+
[1m[36mMailhopper::Email Load (0.1ms)[0m [1mSELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1[0m
|
854
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
855
|
+
Migrating to CreateEmails (20110801151741)
|
856
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "emails"
|
857
|
+
Rendered sample_mailer/hello.text.erb (1.0ms)
|
858
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
859
|
+
[1m[35mSQL (3.1ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
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
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "emails"
|
877
|
+
[1m[36mMailhopper::Email Load (0.1ms)[0m [1mSELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1[0m
|
878
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
879
|
+
Migrating to CreateEmails (20110801151741)
|
880
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "emails"
|
881
|
+
Rendered sample_mailer/hello.text.erb (1.0ms)
|
882
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
883
|
+
[1m[35mSQL (3.1ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
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
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "emails"
|
901
|
+
[1m[36mMailhopper::Email Load (0.1ms)[0m [1mSELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1[0m
|
902
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "emails"
|
903
|
+
Rendered sample_mailer/hello.text.erb (0.1ms)
|
904
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
905
|
+
[1m[35mSQL (0.6ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
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
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "emails"
|
924
|
+
[1m[36mMailhopper::Email Load (0.1ms)[0m [1mSELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1[0m
|
925
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
926
|
+
Migrating to CreateEmails (20110801151741)
|
927
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "emails"
|
928
|
+
Rendered sample_mailer/hello.text.erb (1.0ms)
|
929
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
930
|
+
[1m[35mSQL (3.0ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
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
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "emails"
|
948
|
+
[1m[36mMailhopper::Email Load (0.1ms)[0m [1mSELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1[0m
|
949
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "emails"
|
950
|
+
Rendered sample_mailer/hello.text.erb (0.1ms)
|
951
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
952
|
+
[1m[35mSQL (0.6ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
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
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "emails"
|
971
|
+
[1m[36mMailhopper::Email Load (0.1ms)[0m [1mSELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1[0m
|
972
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
973
|
+
Migrating to CreateEmails (20110801151741)
|
974
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "emails"
|
975
|
+
Rendered sample_mailer/hello.text.erb (1.1ms)
|
976
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
977
|
+
[1m[35mSQL (16.3ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
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
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "emails"
|
995
|
+
[1m[36mMailhopper::Email Load (0.1ms)[0m [1mSELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1[0m
|
996
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "emails"
|
997
|
+
Rendered sample_mailer/hello.text.erb (0.1ms)
|
998
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
999
|
+
[1m[35mSQL (0.6ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
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
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "emails"
|
1019
|
+
[1m[36mMailhopper::Email Load (0.1ms)[0m [1mSELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1[0m
|
1020
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "emails"
|
1021
|
+
Rendered sample_mailer/hello.text.erb (0.0ms)
|
1022
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1023
|
+
[1m[35mSQL (0.5ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
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
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "emails"
|
1039
|
+
[1m[36mMailhopper::Email Load (0.1ms)[0m [1mSELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1[0m
|
1040
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1041
|
+
Migrating to CreateEmails (20110801151741)
|
1042
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "emails"
|
1043
|
+
Rendered sample_mailer/hello.text.erb (1.2ms)
|
1044
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1045
|
+
[1m[35mSQL (3.1ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
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
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "emails"
|
1063
|
+
[1m[36mMailhopper::Email Load (0.1ms)[0m [1mSELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1[0m
|
1064
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "emails"
|
1065
|
+
Rendered sample_mailer/hello.text.erb (0.1ms)
|
1066
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
1067
|
+
[1m[35mSQL (0.6ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
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
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "emails"
|
1087
|
+
[1m[36mMailhopper::Email Load (0.1ms)[0m [1mSELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1[0m
|
1088
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "emails"
|
1089
|
+
Rendered sample_mailer/hello.text.erb (0.1ms)
|
1090
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
1091
|
+
[1m[35mSQL (0.6ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
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
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "emails"
|
1107
|
+
[1m[36mMailhopper::Email Load (0.1ms)[0m [1mSELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1[0m
|
1108
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1109
|
+
Migrating to CreateEmails (20110801151741)
|
1110
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "emails"
|
1111
|
+
Rendered sample_mailer/hello.text.erb (0.9ms)
|
1112
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1113
|
+
[1m[35mSQL (3.2ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
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
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "emails"
|
1129
|
+
[1m[36mMailhopper::Email Load (0.1ms)[0m [1mSELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1[0m
|
1130
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "emails"
|
1131
|
+
Rendered sample_mailer/hello.text.erb (0.0ms)
|
1132
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
1133
|
+
[1m[35mSQL (0.5ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
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
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "emails"
|
1151
|
+
[1m[36mMailhopper::Email Load (0.1ms)[0m [1mSELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1[0m
|
1152
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "emails"
|
1153
|
+
Rendered sample_mailer/hello.text.erb (0.1ms)
|
1154
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
1155
|
+
[1m[35mSQL (0.6ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
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
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "emails"
|
1175
|
+
[1m[36mMailhopper::Email Load (0.1ms)[0m [1mSELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1[0m
|
1176
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1177
|
+
Migrating to CreateEmails (20110801151741)
|
1178
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "emails"
|
1179
|
+
Rendered sample_mailer/hello.text.erb (1.0ms)
|
1180
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
1181
|
+
[1m[35mSQL (3.3ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
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
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "emails"
|
1197
|
+
[1m[36mMailhopper::Email Load (0.1ms)[0m [1mSELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1[0m
|
1198
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "emails"
|
1199
|
+
Rendered sample_mailer/hello.text.erb (0.1ms)
|
1200
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
1201
|
+
[1m[35mSQL (0.6ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
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
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "emails"
|
1219
|
+
[1m[36mMailhopper::Email Load (0.1ms)[0m [1mSELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1[0m
|
1220
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "emails"
|
1221
|
+
Rendered sample_mailer/hello.text.erb (0.1ms)
|
1222
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
1223
|
+
[1m[35mSQL (0.6ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
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
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "emails"
|
1243
|
+
[1m[36mMailhopper::Email Load (0.1ms)[0m [1mSELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1[0m
|
1244
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1245
|
+
Migrating to CreateEmails (20110801151741)
|
1246
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "emails"
|
1247
|
+
Rendered sample_mailer/hello.text.erb (0.9ms)
|
1248
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1249
|
+
[1m[35mSQL (3.1ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
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
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "emails"
|
1265
|
+
[1m[36mMailhopper::Email Load (0.1ms)[0m [1mSELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1[0m
|
1266
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "emails"
|
1267
|
+
Rendered sample_mailer/hello.text.erb (0.0ms)
|
1268
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
1269
|
+
[1m[35mSQL (0.5ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
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
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "emails"
|
1287
|
+
[1m[36mMailhopper::Email Load (0.1ms)[0m [1mSELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1[0m
|
1288
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "emails"
|
1289
|
+
Rendered sample_mailer/hello.text.erb (0.1ms)
|
1290
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
1291
|
+
[1m[35mSQL (0.6ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
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
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "emails"
|
1311
|
+
[1m[36mMailhopper::Email Load (0.1ms)[0m [1mSELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1[0m
|
1312
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1313
|
+
Migrating to CreateEmails (20110801151741)
|
1314
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "emails"
|
1315
|
+
Rendered sample_mailer/hello.text.erb (0.9ms)
|
1316
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1317
|
+
[1m[35mSQL (3.1ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
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
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "emails"
|
1333
|
+
[1m[36mMailhopper::Email Load (0.1ms)[0m [1mSELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1[0m
|
1334
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "emails"
|
1335
|
+
Rendered sample_mailer/hello.text.erb (0.1ms)
|
1336
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
1337
|
+
[1m[35mSQL (0.5ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
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
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "emails"
|
1355
|
+
[1m[36mMailhopper::Email Load (0.1ms)[0m [1mSELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1[0m
|
1356
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "emails"
|
1357
|
+
Rendered sample_mailer/hello.text.erb (0.1ms)
|
1358
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
1359
|
+
[1m[35mSQL (0.6ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
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
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "emails"
|
1379
|
+
[1m[36mMailhopper::Email Load (0.1ms)[0m [1mSELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1[0m
|
1380
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1381
|
+
Migrating to CreateEmails (20110801151741)
|
1382
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "emails"
|
1383
|
+
Rendered sample_mailer/hello.text.erb (0.9ms)
|
1384
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1385
|
+
[1m[35mSQL (3.1ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
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
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "emails"
|
1401
|
+
[1m[36mMailhopper::Email Load (0.1ms)[0m [1mSELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1[0m
|
1402
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "emails"
|
1403
|
+
Rendered sample_mailer/hello.text.erb (0.1ms)
|
1404
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
1405
|
+
[1m[35mSQL (0.6ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
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
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "emails"
|
1423
|
+
[1m[36mMailhopper::Email Load (0.1ms)[0m [1mSELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1[0m
|
1424
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "emails"
|
1425
|
+
Rendered sample_mailer/hello.text.erb (0.1ms)
|
1426
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
1427
|
+
[1m[35mSQL (0.5ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
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
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "emails"
|
1447
|
+
[1m[36mMailhopper::Email Load (0.1ms)[0m [1mSELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1[0m
|
1448
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1449
|
+
Migrating to CreateEmails (20110801151741)
|
1450
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "emails"
|
1451
|
+
Rendered sample_mailer/hello.text.erb (1.0ms)
|
1452
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
1453
|
+
[1m[35mSQL (6.0ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
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
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "emails"
|
1469
|
+
[1m[36mMailhopper::Email Load (0.1ms)[0m [1mSELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1[0m
|
1470
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "emails"
|
1471
|
+
Rendered sample_mailer/hello.text.erb (0.1ms)
|
1472
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
1473
|
+
[1m[35mSQL (0.6ms)[0m 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
|
+
[1m[36m (1.9ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
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
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "emails"
|
1491
|
+
[1m[36mMailhopper::Email Load (0.1ms)[0m [1mSELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1[0m
|
1492
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "emails"
|
1493
|
+
Rendered sample_mailer/hello.text.erb (0.1ms)
|
1494
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
1495
|
+
[1m[35mSQL (0.6ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
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
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "emails"
|
1515
|
+
[1m[36mMailhopper::Email Load (0.1ms)[0m [1mSELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1[0m
|
1516
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1517
|
+
Migrating to CreateEmails (20110801151741)
|
1518
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "emails"
|
1519
|
+
Rendered sample_mailer/hello.text.erb (0.9ms)
|
1520
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1521
|
+
[1m[35mSQL (3.1ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
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
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "emails"
|
1537
|
+
[1m[36mMailhopper::Email Load (0.1ms)[0m [1mSELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1[0m
|
1538
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "emails"
|
1539
|
+
Rendered sample_mailer/hello.text.erb (0.1ms)
|
1540
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1541
|
+
[1m[35mSQL (0.5ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
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
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "emails"
|
1559
|
+
[1m[36mMailhopper::Email Load (0.1ms)[0m [1mSELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1[0m
|
1560
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "emails"
|
1561
|
+
Rendered sample_mailer/hello.text.erb (0.0ms)
|
1562
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
1563
|
+
[1m[35mSQL (0.6ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
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
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "emails"
|
1583
|
+
[1m[36mMailhopper::Email Load (0.1ms)[0m [1mSELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1[0m
|
1584
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1585
|
+
Migrating to CreateEmails (20110801151741)
|
1586
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
1587
|
+
Migrating to CreateEmails (20110801151741)
|
1588
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "emails" [0m
|
1589
|
+
Rendered sample_mailer/hello.text.erb (1.0ms)
|
1590
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1591
|
+
[1m[36mSQL (3.3ms)[0m [1mINSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "emails" [0m
|
1607
|
+
[1m[35mMailhopper::Email Load (0.1ms)[0m SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
|
1608
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "emails" [0m
|
1609
|
+
Rendered sample_mailer/hello.text.erb (0.1ms)
|
1610
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
1611
|
+
[1m[36mSQL (10.6ms)[0m [1mINSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "emails" [0m
|
1629
|
+
[1m[35mMailhopper::Email Load (0.1ms)[0m SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
|
1630
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "emails" [0m
|
1631
|
+
Rendered sample_mailer/hello.text.erb (0.1ms)
|
1632
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
1633
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "emails" [0m
|
1653
|
+
[1m[35mMailhopper::Email Load (0.1ms)[0m SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
|
1654
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1655
|
+
Migrating to CreateEmails (20110801151741)
|
1656
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
1657
|
+
Migrating to CreateEmails (20110801151741)
|
1658
|
+
[1m[36m (13.1ms)[0m [1mSELECT COUNT(*) FROM "emails" [0m
|
1659
|
+
Rendered sample_mailer/hello.text.erb (1.1ms)
|
1660
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
1661
|
+
[1m[36mSQL (35.0ms)[0m [1mINSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "emails" [0m
|
1677
|
+
[1m[35mMailhopper::Email Load (0.1ms)[0m SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
|
1678
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "emails" [0m
|
1679
|
+
Rendered sample_mailer/hello.text.erb (0.1ms)
|
1680
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
1681
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "emails" [0m
|
1699
|
+
[1m[35mMailhopper::Email Load (0.1ms)[0m SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
|
1700
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "emails" [0m
|
1701
|
+
Rendered sample_mailer/hello.text.erb (0.1ms)
|
1702
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
1703
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "emails" [0m
|
1723
|
+
[1m[35mMailhopper::Email Load (0.1ms)[0m SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
|
1724
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1725
|
+
Migrating to CreateEmails (20110801151741)
|
1726
|
+
[1m[35m (5.2ms)[0m SELECT COUNT(*) FROM "emails"
|
1727
|
+
Rendered sample_mailer/hello.text.erb (1.4ms)
|
1728
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
1729
|
+
[1m[35mSQL (14.8ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
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
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "emails"
|
1745
|
+
[1m[36mMailhopper::Email Load (0.1ms)[0m [1mSELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1[0m
|
1746
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "emails"
|
1747
|
+
Rendered sample_mailer/hello.text.erb (0.1ms)
|
1748
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
1749
|
+
[1m[35mSQL (0.6ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
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
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "emails"
|
1767
|
+
[1m[36mMailhopper::Email Load (0.1ms)[0m [1mSELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1[0m
|
1768
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "emails"
|
1769
|
+
Rendered sample_mailer/hello.text.erb (0.1ms)
|
1770
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
1771
|
+
[1m[35mSQL (0.6ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
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
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "emails"
|
1791
|
+
[1m[36mMailhopper::Email Load (0.1ms)[0m [1mSELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1[0m
|
1792
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1793
|
+
Migrating to CreateEmails (20110801151741)
|
1794
|
+
[1m[35m (10.5ms)[0m SELECT COUNT(*) FROM "emails"
|
1795
|
+
Rendered sample_mailer/hello.text.erb (1.0ms)
|
1796
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
1797
|
+
[1m[35mSQL (10.3ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
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
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "emails"
|
1813
|
+
[1m[36mMailhopper::Email Load (0.1ms)[0m [1mSELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1[0m
|
1814
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "emails"
|
1815
|
+
Rendered sample_mailer/hello.text.erb (0.1ms)
|
1816
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
1817
|
+
[1m[35mSQL (0.7ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
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
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "emails"
|
1835
|
+
[1m[36mMailhopper::Email Load (0.1ms)[0m [1mSELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1[0m
|
1836
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "emails"
|
1837
|
+
Rendered sample_mailer/hello.text.erb (0.1ms)
|
1838
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
1839
|
+
[1m[35mSQL (0.6ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
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
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "emails"
|
1859
|
+
[1m[36mMailhopper::Email Load (0.1ms)[0m [1mSELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1[0m
|
1860
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1861
|
+
Migrating to CreateEmails (20110916191655)
|
1862
|
+
[1m[35m (0.0ms)[0m select sqlite_version(*)
|
1863
|
+
[1m[36m (0.1ms)[0m [1mCREATE 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) [0m
|
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
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
1866
|
+
[1m[35m (1.2ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
1867
|
+
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
1868
|
+
[1m[35m (11.0ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
1869
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1870
|
+
Migrating to CreateEmails (20110916191655)
|
1871
|
+
[1m[35m (0.3ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20110916191655')[0m
|
1873
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "emails"
|
1874
|
+
Rendered sample_mailer/hello.text.erb (1.0ms)
|
1875
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1876
|
+
[1m[35mSQL (3.4ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
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
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "emails"
|
1892
|
+
[1m[36mMailhopper::Email Load (0.1ms)[0m [1mSELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1[0m
|
1893
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "emails"
|
1894
|
+
Rendered sample_mailer/hello.text.erb (0.1ms)
|
1895
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
1896
|
+
[1m[35mSQL (0.6ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
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
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "emails"
|
1914
|
+
[1m[36mMailhopper::Email Load (0.1ms)[0m [1mSELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1[0m
|
1915
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "emails"
|
1916
|
+
Rendered sample_mailer/hello.text.erb (0.1ms)
|
1917
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
1918
|
+
[1m[35mSQL (0.6ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
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
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "emails"
|
1938
|
+
[1m[36mMailhopper::Email Load (0.1ms)[0m [1mSELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1[0m
|
1939
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1940
|
+
Migrating to CreateEmails (20110916191655)
|
1941
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "emails"
|
1942
|
+
Rendered sample_mailer/hello.text.erb (1.0ms)
|
1943
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1944
|
+
[1m[35mSQL (3.1ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
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
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "emails"
|
1960
|
+
[1m[36mMailhopper::Email Load (0.1ms)[0m [1mSELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1[0m
|
1961
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "emails"
|
1962
|
+
Rendered sample_mailer/hello.text.erb (0.1ms)
|
1963
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1964
|
+
[1m[35mSQL (0.5ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
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
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "emails"
|
1982
|
+
[1m[36mMailhopper::Email Load (0.1ms)[0m [1mSELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1[0m
|
1983
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "emails"
|
1984
|
+
Rendered sample_mailer/hello.text.erb (0.0ms)
|
1985
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1986
|
+
[1m[35mSQL (0.6ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
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
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "emails"
|
2006
|
+
[1m[36mMailhopper::Email Load (0.1ms)[0m [1mSELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1[0m
|