delayed_mailhopper 0.0.5 → 0.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -6,8 +6,7 @@ module DelayedMailhopper
6
6
  after_create :enqueue
7
7
 
8
8
  def enqueue
9
- dj = Delayed::Job.enqueue(SendJob.new(self.id))
10
- self.save!
9
+ Delayed::Job.enqueue(SendJob.new(self.id))
11
10
  end
12
11
  end
13
12
  end
@@ -1,3 +1,3 @@
1
1
  module DelayedMailhopper
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.6"
3
3
  end
@@ -831,3 +831,2267 @@ Papaya
831
831
   (0.1ms) UPDATE "emails" SET "sent_at" = '2012-02-09 23:20:35.092855', "updated_at" = '2012-02-09 23:20:35.093357' WHERE "emails"."id" = 1
832
832
   (0.0ms) RELEASE SAVEPOINT active_record_1
833
833
   (0.5ms) rollback transaction
834
+  (0.4ms) begin transaction
835
+  (0.1ms) rollback transaction
836
+  (0.0ms) begin transaction
837
+ Rendered sample_mailer/hello.text.erb (30.7ms)
838
+  (0.1ms) SAVEPOINT active_record_1
839
+ SQL (16.9ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", "bcc@example.com"], ["cc_address", "cc@example.com"], ["content", "Date: Mon, 07 May 2012 18:11:32 -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: <4fa84894e771e_116eb3fc35d434cd846ea@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", Mon, 07 May 2012 22:11:32 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", Mon, 07 May 2012 22:11:32 UTC +00:00]]
840
+ SQL (0.4ms) INSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attempts", 0], ["created_at", Mon, 07 May 2012 22:11:32 UTC +00:00], ["failed_at", nil], ["handler", "--- !ruby/struct:DelayedMailhopper::SendJob\nid: 1\n"], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Mon, 07 May 2012 22:11:32 UTC +00:00], ["updated_at", Mon, 07 May 2012 22:11:32 UTC +00:00]]
841
+  (0.4ms) UPDATE "emails" SET "to_address" = 'to@example.com', "from_address" = 'from@example.com', "cc_address" = 'cc@example.com', "bcc_address" = 'bcc@example.com', "reply_to_address" = 'reply_to@example.com', "subject" = 'Hiya!', "content" = 'Date: Mon, 07 May 2012 18:11:32 -0400
842
+ From: from@example.com
843
+ Reply-To: reply_to@example.com
844
+ To: to@example.com
845
+ Cc: cc@example.com
846
+ Message-ID: <4fa84894e771e_116eb3fc35d434cd846ea@dgmpro.local.mail>
847
+ Subject: Hiya!
848
+ Mime-Version: 1.0
849
+ Content-Type: text/plain;
850
+ charset=UTF-8
851
+ Content-Transfer-Encoding: 7bit
852
+
853
+ Papaya', "created_at" = '2012-05-07 22:11:32.958480', "updated_at" = '2012-05-07 22:11:32.958480' WHERE "emails"."id" = 1
854
+  (0.0ms) RELEASE SAVEPOINT active_record_1
855
+
856
+ Sent mail to to@example.com (66ms)
857
+ Date: Mon, 07 May 2012 18:11:32 -0400
858
+ From: from@example.com
859
+ Reply-To: reply_to@example.com
860
+ To: to@example.com
861
+ Cc: cc@example.com
862
+ Message-ID: <4fa84894e771e_116eb3fc35d434cd846ea@dgmpro.local.mail>
863
+ Subject: Hiya!
864
+ Mime-Version: 1.0
865
+ Content-Type: text/plain;
866
+ charset=UTF-8
867
+ Content-Transfer-Encoding: 7bit
868
+
869
+ Papaya
870
+ DelayedMailhopper::Email Load (0.2ms) SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
871
+  (0.5ms) rollback transaction
872
+  (0.0ms) begin transaction
873
+ Rendered sample_mailer/hello.text.erb (0.1ms)
874
+  (0.1ms) SAVEPOINT active_record_1
875
+ SQL (0.5ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", "bcc@example.com"], ["cc_address", "cc@example.com"], ["content", "Date: Mon, 07 May 2012 18:11:33 -0400\r\nFrom: from@example.com\r\nReply-To: reply_to@example.com\r\nTo: to@example.com\r\nCc: cc@example.com\r\nMessage-ID: <4fa8489520ac_116eb3fc35d434cd84717@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", Mon, 07 May 2012 22:11:33 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", Mon, 07 May 2012 22:11:33 UTC +00:00]]
876
+ SQL (0.2ms) INSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attempts", 0], ["created_at", Mon, 07 May 2012 22:11:33 UTC +00:00], ["failed_at", nil], ["handler", "--- !ruby/struct:DelayedMailhopper::SendJob\nid: 1\n"], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Mon, 07 May 2012 22:11:33 UTC +00:00], ["updated_at", Mon, 07 May 2012 22:11:33 UTC +00:00]]
877
+  (0.6ms) UPDATE "emails" SET "to_address" = 'to@example.com', "from_address" = 'from@example.com', "cc_address" = 'cc@example.com', "bcc_address" = 'bcc@example.com', "reply_to_address" = 'reply_to@example.com', "subject" = 'Hiya!', "content" = 'Date: Mon, 07 May 2012 18:11:33 -0400
878
+ From: from@example.com
879
+ Reply-To: reply_to@example.com
880
+ To: to@example.com
881
+ Cc: cc@example.com
882
+ Message-ID: <4fa8489520ac_116eb3fc35d434cd84717@dgmpro.local.mail>
883
+ Subject: Hiya!
884
+ Mime-Version: 1.0
885
+ Content-Type: text/plain;
886
+ charset=UTF-8
887
+ Content-Transfer-Encoding: 7bit
888
+
889
+ Papaya', "created_at" = '2012-05-07 22:11:33.015636', "updated_at" = '2012-05-07 22:11:33.015636' WHERE "emails"."id" = 1
890
+  (0.0ms) RELEASE SAVEPOINT active_record_1
891
+
892
+ Sent mail to to@example.com (14ms)
893
+ Date: Mon, 07 May 2012 18:11:33 -0400
894
+ From: from@example.com
895
+ Reply-To: reply_to@example.com
896
+ To: to@example.com
897
+ Cc: cc@example.com
898
+ Message-ID: <4fa8489520ac_116eb3fc35d434cd84717@dgmpro.local.mail>
899
+ Subject: Hiya!
900
+ Mime-Version: 1.0
901
+ Content-Type: text/plain;
902
+ charset=UTF-8
903
+ Content-Transfer-Encoding: 7bit
904
+
905
+ Papaya
906
+  (0.1ms) SELECT COUNT(*) FROM "emails" 
907
+  (0.0ms) SELECT COUNT(*) FROM "delayed_jobs"
908
+  (0.6ms) rollback transaction
909
+  (0.0ms) begin transaction
910
+ Rendered sample_mailer/hello.text.erb (0.1ms)
911
+  (0.1ms) SAVEPOINT active_record_1
912
+ SQL (0.5ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", "bcc@example.com"], ["cc_address", "cc@example.com"], ["content", "Date: Mon, 07 May 2012 18:11:33 -0400\r\nFrom: from@example.com\r\nReply-To: reply_to@example.com\r\nTo: to@example.com\r\nCc: cc@example.com\r\nMessage-ID: <4fa848957d5b_116eb3fc35d434cd848c1@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", Mon, 07 May 2012 22:11:33 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", Mon, 07 May 2012 22:11:33 UTC +00:00]]
913
+ SQL (0.2ms) INSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attempts", 0], ["created_at", Mon, 07 May 2012 22:11:33 UTC +00:00], ["failed_at", nil], ["handler", "--- !ruby/struct:DelayedMailhopper::SendJob\nid: 1\n"], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Mon, 07 May 2012 22:11:33 UTC +00:00], ["updated_at", Mon, 07 May 2012 22:11:33 UTC +00:00]]
914
+  (0.3ms) UPDATE "emails" SET "to_address" = 'to@example.com', "from_address" = 'from@example.com', "cc_address" = 'cc@example.com', "bcc_address" = 'bcc@example.com', "reply_to_address" = 'reply_to@example.com', "subject" = 'Hiya!', "content" = 'Date: Mon, 07 May 2012 18:11:33 -0400
915
+ From: from@example.com
916
+ Reply-To: reply_to@example.com
917
+ To: to@example.com
918
+ Cc: cc@example.com
919
+ Message-ID: <4fa848957d5b_116eb3fc35d434cd848c1@dgmpro.local.mail>
920
+ Subject: Hiya!
921
+ Mime-Version: 1.0
922
+ Content-Type: text/plain;
923
+ charset=UTF-8
924
+ Content-Transfer-Encoding: 7bit
925
+
926
+ Papaya', "created_at" = '2012-05-07 22:11:33.039310', "updated_at" = '2012-05-07 22:11:33.039310' WHERE "emails"."id" = 1
927
+  (0.0ms) RELEASE SAVEPOINT active_record_1
928
+
929
+ Sent mail to to@example.com (13ms)
930
+ Date: Mon, 07 May 2012 18:11:33 -0400
931
+ From: from@example.com
932
+ Reply-To: reply_to@example.com
933
+ To: to@example.com
934
+ Cc: cc@example.com
935
+ Message-ID: <4fa848957d5b_116eb3fc35d434cd848c1@dgmpro.local.mail>
936
+ Subject: Hiya!
937
+ Mime-Version: 1.0
938
+ Content-Type: text/plain;
939
+ charset=UTF-8
940
+ Content-Transfer-Encoding: 7bit
941
+
942
+ Papaya
943
+ DelayedMailhopper::Email Load (0.2ms) SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
944
+ Delayed::Backend::ActiveRecord::Job Load (0.1ms) SELECT "delayed_jobs".* FROM "delayed_jobs" LIMIT 1
945
+ DelayedMailhopper::Email Load (0.1ms) SELECT "emails".* FROM "emails" WHERE "emails"."id" = ? ORDER BY created_at DESC LIMIT 1 [["id", 1]]
946
+
947
+ Sent mail to to@example.com (6ms)
948
+ Date: Mon, 07 May 2012 18:11:33 -0400
949
+ From: from@example.com
950
+ Reply-To: reply_to@example.com
951
+ To: to@example.com
952
+ Cc: cc@example.com
953
+ Message-ID: <4fa848957d5b_116eb3fc35d434cd848c1@dgmpro.local.mail>
954
+ Subject: Hiya!
955
+ Mime-Version: 1.0
956
+ Content-Type: text/plain;
957
+ charset=UTF-8
958
+ Content-Transfer-Encoding: 7bit
959
+
960
+ Papaya
961
+  (0.1ms) SAVEPOINT active_record_1
962
+  (0.1ms) UPDATE "emails" SET "sent_at" = '2012-05-07 22:11:33.064329', "updated_at" = '2012-05-07 22:11:33.064830' WHERE "emails"."id" = 1
963
+  (0.0ms) RELEASE SAVEPOINT active_record_1
964
+ [DelayedMailhopper::SendJob] success for email_id 1, delayed_job_id 1
965
+ DelayedMailhopper::Email Load (0.1ms) SELECT "emails".* FROM "emails" WHERE "emails"."id" = ? LIMIT 1 [["id", 1]]
966
+  (0.5ms) rollback transaction
967
+  (0.0ms) begin transaction
968
+ Rendered sample_mailer/hello.text.erb (0.1ms)
969
+  (0.1ms) SAVEPOINT active_record_1
970
+ SQL (0.5ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", "bcc@example.com"], ["cc_address", "cc@example.com"], ["content", "Date: Mon, 07 May 2012 18:11:33 -0400\r\nFrom: from@example.com\r\nReply-To: reply_to@example.com\r\nTo: to@example.com\r\nCc: cc@example.com\r\nMessage-ID: <4fa848951a134_116eb3fc35d434cd8497b@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", Mon, 07 May 2012 22:11:33 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", Mon, 07 May 2012 22:11:33 UTC +00:00]]
971
+ SQL (0.3ms) INSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attempts", 0], ["created_at", Mon, 07 May 2012 22:11:33 UTC +00:00], ["failed_at", nil], ["handler", "--- !ruby/struct:DelayedMailhopper::SendJob\nid: 1\n"], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Mon, 07 May 2012 22:11:33 UTC +00:00], ["updated_at", Mon, 07 May 2012 22:11:33 UTC +00:00]]
972
+  (0.4ms) UPDATE "emails" SET "to_address" = 'to@example.com', "from_address" = 'from@example.com', "cc_address" = 'cc@example.com', "bcc_address" = 'bcc@example.com', "reply_to_address" = 'reply_to@example.com', "subject" = 'Hiya!', "content" = 'Date: Mon, 07 May 2012 18:11:33 -0400
973
+ From: from@example.com
974
+ Reply-To: reply_to@example.com
975
+ To: to@example.com
976
+ Cc: cc@example.com
977
+ Message-ID: <4fa848951a134_116eb3fc35d434cd8497b@dgmpro.local.mail>
978
+ Subject: Hiya!
979
+ Mime-Version: 1.0
980
+ Content-Type: text/plain;
981
+ charset=UTF-8
982
+ Content-Transfer-Encoding: 7bit
983
+
984
+ Papaya', "created_at" = '2012-05-07 22:11:33.113962', "updated_at" = '2012-05-07 22:11:33.113962' WHERE "emails"."id" = 1
985
+  (0.0ms) RELEASE SAVEPOINT active_record_1
986
+
987
+ Sent mail to to@example.com (14ms)
988
+ Date: Mon, 07 May 2012 18:11:33 -0400
989
+ From: from@example.com
990
+ Reply-To: reply_to@example.com
991
+ To: to@example.com
992
+ Cc: cc@example.com
993
+ Message-ID: <4fa848951a134_116eb3fc35d434cd8497b@dgmpro.local.mail>
994
+ Subject: Hiya!
995
+ Mime-Version: 1.0
996
+ Content-Type: text/plain;
997
+ charset=UTF-8
998
+ Content-Transfer-Encoding: 7bit
999
+
1000
+ Papaya
1001
+ DelayedMailhopper::Email Load (0.2ms) SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
1002
+
1003
+ Sent mail to to@example.com (5ms)
1004
+ Date: Mon, 07 May 2012 18:11:33 -0400
1005
+ From: from@example.com
1006
+ Reply-To: reply_to@example.com
1007
+ To: to@example.com
1008
+ Cc: cc@example.com
1009
+ Message-ID: <4fa848951a134_116eb3fc35d434cd8497b@dgmpro.local.mail>
1010
+ Subject: Hiya!
1011
+ Mime-Version: 1.0
1012
+ Content-Type: text/plain;
1013
+ charset=UTF-8
1014
+ Content-Transfer-Encoding: 7bit
1015
+
1016
+ Papaya
1017
+  (0.0ms) SAVEPOINT active_record_1
1018
+  (0.1ms) UPDATE "emails" SET "sent_at" = '2012-05-07 22:11:33.134258', "updated_at" = '2012-05-07 22:11:33.134721' WHERE "emails"."id" = 1
1019
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1020
+  (0.6ms) rollback transaction
1021
+  (0.4ms) begin transaction
1022
+  (0.1ms) rollback transaction
1023
+  (0.0ms) begin transaction
1024
+ Rendered sample_mailer/hello.text.erb (27.9ms)
1025
+  (0.1ms) SAVEPOINT active_record_1
1026
+ SQL (3.9ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", "bcc@example.com"], ["cc_address", "cc@example.com"], ["content", "Date: Mon, 07 May 2012 18:12:22 -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: <4fa848c6e7278_117003fe504c34cd0715d5@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", Mon, 07 May 2012 22:12:22 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", Mon, 07 May 2012 22:12:22 UTC +00:00]]
1027
+ SQL (0.4ms) INSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attempts", 0], ["created_at", Mon, 07 May 2012 22:12:22 UTC +00:00], ["failed_at", nil], ["handler", "--- !ruby/struct:DelayedMailhopper::SendJob\nid: 1\n"], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Mon, 07 May 2012 22:12:22 UTC +00:00], ["updated_at", Mon, 07 May 2012 22:12:22 UTC +00:00]]
1028
+  (0.4ms) UPDATE "emails" SET "to_address" = 'to@example.com', "from_address" = 'from@example.com', "cc_address" = 'cc@example.com', "bcc_address" = 'bcc@example.com', "reply_to_address" = 'reply_to@example.com', "subject" = 'Hiya!', "content" = 'Date: Mon, 07 May 2012 18:12:22 -0400
1029
+ From: from@example.com
1030
+ Reply-To: reply_to@example.com
1031
+ To: to@example.com
1032
+ Cc: cc@example.com
1033
+ Message-ID: <4fa848c6e7278_117003fe504c34cd0715d5@dgmpro.local.mail>
1034
+ Subject: Hiya!
1035
+ Mime-Version: 1.0
1036
+ Content-Type: text/plain;
1037
+ charset=UTF-8
1038
+ Content-Transfer-Encoding: 7bit
1039
+
1040
+ Papaya', "created_at" = '2012-05-07 22:12:22.957063', "updated_at" = '2012-05-07 22:12:22.957063' WHERE "emails"."id" = 1
1041
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1042
+
1043
+ Sent mail to to@example.com (41ms)
1044
+ Date: Mon, 07 May 2012 18:12:22 -0400
1045
+ From: from@example.com
1046
+ Reply-To: reply_to@example.com
1047
+ To: to@example.com
1048
+ Cc: cc@example.com
1049
+ Message-ID: <4fa848c6e7278_117003fe504c34cd0715d5@dgmpro.local.mail>
1050
+ Subject: Hiya!
1051
+ Mime-Version: 1.0
1052
+ Content-Type: text/plain;
1053
+ charset=UTF-8
1054
+ Content-Transfer-Encoding: 7bit
1055
+
1056
+ Papaya
1057
+ DelayedMailhopper::Email Load (0.2ms) SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
1058
+  (0.6ms) rollback transaction
1059
+  (0.0ms) begin transaction
1060
+ Rendered sample_mailer/hello.text.erb (0.1ms)
1061
+  (0.0ms) SAVEPOINT active_record_1
1062
+ SQL (0.5ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", "bcc@example.com"], ["cc_address", "cc@example.com"], ["content", "Date: Mon, 07 May 2012 18:12:22 -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: <4fa848c6f30af_117003fe504c34cd0716a8@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", Mon, 07 May 2012 22:12:23 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", Mon, 07 May 2012 22:12:23 UTC +00:00]]
1063
+ SQL (0.2ms) INSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attempts", 0], ["created_at", Mon, 07 May 2012 22:12:23 UTC +00:00], ["failed_at", nil], ["handler", "--- !ruby/struct:DelayedMailhopper::SendJob\nid: 1\n"], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Mon, 07 May 2012 22:12:23 UTC +00:00], ["updated_at", Mon, 07 May 2012 22:12:23 UTC +00:00]]
1064
+  (0.4ms) UPDATE "emails" SET "to_address" = 'to@example.com', "from_address" = 'from@example.com', "cc_address" = 'cc@example.com', "bcc_address" = 'bcc@example.com', "reply_to_address" = 'reply_to@example.com', "subject" = 'Hiya!', "content" = 'Date: Mon, 07 May 2012 18:12:22 -0400
1065
+ From: from@example.com
1066
+ Reply-To: reply_to@example.com
1067
+ To: to@example.com
1068
+ Cc: cc@example.com
1069
+ Message-ID: <4fa848c6f30af_117003fe504c34cd0716a8@dgmpro.local.mail>
1070
+ Subject: Hiya!
1071
+ Mime-Version: 1.0
1072
+ Content-Type: text/plain;
1073
+ charset=UTF-8
1074
+ Content-Transfer-Encoding: 7bit
1075
+
1076
+ Papaya', "created_at" = '2012-05-07 22:12:23.002572', "updated_at" = '2012-05-07 22:12:23.002572' WHERE "emails"."id" = 1
1077
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1078
+
1079
+ Sent mail to to@example.com (13ms)
1080
+ Date: Mon, 07 May 2012 18:12:22 -0400
1081
+ From: from@example.com
1082
+ Reply-To: reply_to@example.com
1083
+ To: to@example.com
1084
+ Cc: cc@example.com
1085
+ Message-ID: <4fa848c6f30af_117003fe504c34cd0716a8@dgmpro.local.mail>
1086
+ Subject: Hiya!
1087
+ Mime-Version: 1.0
1088
+ Content-Type: text/plain;
1089
+ charset=UTF-8
1090
+ Content-Transfer-Encoding: 7bit
1091
+
1092
+ Papaya
1093
+  (0.1ms) SELECT COUNT(*) FROM "emails" 
1094
+  (0.1ms) SELECT COUNT(*) FROM "delayed_jobs"
1095
+  (0.6ms) rollback transaction
1096
+  (0.0ms) begin transaction
1097
+ Rendered sample_mailer/hello.text.erb (0.1ms)
1098
+  (0.1ms) SAVEPOINT active_record_1
1099
+ SQL (0.5ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", "bcc@example.com"], ["cc_address", "cc@example.com"], ["content", "Date: Mon, 07 May 2012 18:12:23 -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: <4fa848c74a48_117003fe504c34cd071750@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", Mon, 07 May 2012 22:12:23 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", Mon, 07 May 2012 22:12:23 UTC +00:00]]
1100
+ SQL (0.3ms) INSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attempts", 0], ["created_at", Mon, 07 May 2012 22:12:23 UTC +00:00], ["failed_at", nil], ["handler", "--- !ruby/struct:DelayedMailhopper::SendJob\nid: 1\n"], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Mon, 07 May 2012 22:12:23 UTC +00:00], ["updated_at", Mon, 07 May 2012 22:12:23 UTC +00:00]]
1101
+  (0.4ms) UPDATE "emails" SET "to_address" = 'to@example.com', "from_address" = 'from@example.com', "cc_address" = 'cc@example.com', "bcc_address" = 'bcc@example.com', "reply_to_address" = 'reply_to@example.com', "subject" = 'Hiya!', "content" = 'Date: Mon, 07 May 2012 18:12:23 -0400
1102
+ From: from@example.com
1103
+ Reply-To: reply_to@example.com
1104
+ To: to@example.com
1105
+ Cc: cc@example.com
1106
+ Message-ID: <4fa848c74a48_117003fe504c34cd071750@dgmpro.local.mail>
1107
+ Subject: Hiya!
1108
+ Mime-Version: 1.0
1109
+ Content-Type: text/plain;
1110
+ charset=UTF-8
1111
+ Content-Transfer-Encoding: 7bit
1112
+
1113
+ Papaya', "created_at" = '2012-05-07 22:12:23.026248', "updated_at" = '2012-05-07 22:12:23.026248' WHERE "emails"."id" = 1
1114
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1115
+
1116
+ Sent mail to to@example.com (14ms)
1117
+ Date: Mon, 07 May 2012 18:12:23 -0400
1118
+ From: from@example.com
1119
+ Reply-To: reply_to@example.com
1120
+ To: to@example.com
1121
+ Cc: cc@example.com
1122
+ Message-ID: <4fa848c74a48_117003fe504c34cd071750@dgmpro.local.mail>
1123
+ Subject: Hiya!
1124
+ Mime-Version: 1.0
1125
+ Content-Type: text/plain;
1126
+ charset=UTF-8
1127
+ Content-Transfer-Encoding: 7bit
1128
+
1129
+ Papaya
1130
+ DelayedMailhopper::Email Load (0.2ms) SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
1131
+ Delayed::Backend::ActiveRecord::Job Load (0.1ms) SELECT "delayed_jobs".* FROM "delayed_jobs" LIMIT 1
1132
+ DelayedMailhopper::Email Load (0.1ms) SELECT "emails".* FROM "emails" WHERE "emails"."id" = ? ORDER BY created_at DESC LIMIT 1 [["id", 1]]
1133
+
1134
+ Sent mail to to@example.com (36ms)
1135
+ Date: Mon, 07 May 2012 18:12:23 -0400
1136
+ From: from@example.com
1137
+ Reply-To: reply_to@example.com
1138
+ To: to@example.com
1139
+ Cc: cc@example.com
1140
+ Message-ID: <4fa848c74a48_117003fe504c34cd071750@dgmpro.local.mail>
1141
+ Subject: Hiya!
1142
+ Mime-Version: 1.0
1143
+ Content-Type: text/plain;
1144
+ charset=UTF-8
1145
+ Content-Transfer-Encoding: 7bit
1146
+
1147
+ Papaya
1148
+  (0.1ms) SAVEPOINT active_record_1
1149
+  (0.1ms) UPDATE "emails" SET "sent_at" = '2012-05-07 22:12:23.081337', "updated_at" = '2012-05-07 22:12:23.081875' WHERE "emails"."id" = 1
1150
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1151
+ [DelayedMailhopper::SendJob] success for email_id 1, delayed_job_id 1
1152
+ DelayedMailhopper::Email Load (0.1ms) SELECT "emails".* FROM "emails" WHERE "emails"."id" = ? LIMIT 1 [["id", 1]]
1153
+  (0.6ms) rollback transaction
1154
+  (0.0ms) begin transaction
1155
+ Rendered sample_mailer/hello.text.erb (0.1ms)
1156
+  (0.1ms) SAVEPOINT active_record_1
1157
+ SQL (0.5ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", "bcc@example.com"], ["cc_address", "cc@example.com"], ["content", "Date: Mon, 07 May 2012 18:12:23 -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: <4fa848c717089_117003fe504c34cd07186b@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", Mon, 07 May 2012 22:12:23 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", Mon, 07 May 2012 22:12:23 UTC +00:00]]
1158
+ SQL (0.2ms) INSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attempts", 0], ["created_at", Mon, 07 May 2012 22:12:23 UTC +00:00], ["failed_at", nil], ["handler", "--- !ruby/struct:DelayedMailhopper::SendJob\nid: 1\n"], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Mon, 07 May 2012 22:12:23 UTC +00:00], ["updated_at", Mon, 07 May 2012 22:12:23 UTC +00:00]]
1159
+  (0.4ms) UPDATE "emails" SET "to_address" = 'to@example.com', "from_address" = 'from@example.com', "cc_address" = 'cc@example.com', "bcc_address" = 'bcc@example.com', "reply_to_address" = 'reply_to@example.com', "subject" = 'Hiya!', "content" = 'Date: Mon, 07 May 2012 18:12:23 -0400
1160
+ From: from@example.com
1161
+ Reply-To: reply_to@example.com
1162
+ To: to@example.com
1163
+ Cc: cc@example.com
1164
+ Message-ID: <4fa848c717089_117003fe504c34cd07186b@dgmpro.local.mail>
1165
+ Subject: Hiya!
1166
+ Mime-Version: 1.0
1167
+ Content-Type: text/plain;
1168
+ charset=UTF-8
1169
+ Content-Transfer-Encoding: 7bit
1170
+
1171
+ Papaya', "created_at" = '2012-05-07 22:12:23.101530', "updated_at" = '2012-05-07 22:12:23.101530' WHERE "emails"."id" = 1
1172
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1173
+
1174
+ Sent mail to to@example.com (14ms)
1175
+ Date: Mon, 07 May 2012 18:12:23 -0400
1176
+ From: from@example.com
1177
+ Reply-To: reply_to@example.com
1178
+ To: to@example.com
1179
+ Cc: cc@example.com
1180
+ Message-ID: <4fa848c717089_117003fe504c34cd07186b@dgmpro.local.mail>
1181
+ Subject: Hiya!
1182
+ Mime-Version: 1.0
1183
+ Content-Type: text/plain;
1184
+ charset=UTF-8
1185
+ Content-Transfer-Encoding: 7bit
1186
+
1187
+ Papaya
1188
+ DelayedMailhopper::Email Load (0.2ms) SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
1189
+
1190
+ Sent mail to to@example.com (5ms)
1191
+ Date: Mon, 07 May 2012 18:12:23 -0400
1192
+ From: from@example.com
1193
+ Reply-To: reply_to@example.com
1194
+ To: to@example.com
1195
+ Cc: cc@example.com
1196
+ Message-ID: <4fa848c717089_117003fe504c34cd07186b@dgmpro.local.mail>
1197
+ Subject: Hiya!
1198
+ Mime-Version: 1.0
1199
+ Content-Type: text/plain;
1200
+ charset=UTF-8
1201
+ Content-Transfer-Encoding: 7bit
1202
+
1203
+ Papaya
1204
+  (0.1ms) SAVEPOINT active_record_1
1205
+  (0.1ms) UPDATE "emails" SET "sent_at" = '2012-05-07 22:12:23.122251', "updated_at" = '2012-05-07 22:12:23.122787' WHERE "emails"."id" = 1
1206
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1207
+  (0.5ms) rollback transaction
1208
+  (0.4ms) begin transaction
1209
+  (0.1ms) rollback transaction
1210
+  (0.0ms) begin transaction
1211
+ Rendered sample_mailer/hello.text.erb (29.6ms)
1212
+  (0.1ms) SAVEPOINT active_record_1
1213
+ SQL (4.1ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", "bcc@example.com"], ["cc_address", "cc@example.com"], ["content", "Date: Mon, 07 May 2012 18:14:26 -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: <4fa849428381f_117173fd325034cdc78d9@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", Mon, 07 May 2012 22:14:26 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", Mon, 07 May 2012 22:14:26 UTC +00:00]]
1214
+ SQL (0.4ms) INSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attempts", 0], ["created_at", Mon, 07 May 2012 22:14:26 UTC +00:00], ["failed_at", nil], ["handler", "--- !ruby/struct:DelayedMailhopper::SendJob\nid: 1\n"], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Mon, 07 May 2012 22:14:26 UTC +00:00], ["updated_at", Mon, 07 May 2012 22:14:26 UTC +00:00]]
1215
+  (0.4ms) UPDATE "emails" SET "to_address" = 'to@example.com', "from_address" = 'from@example.com', "cc_address" = 'cc@example.com', "bcc_address" = 'bcc@example.com', "reply_to_address" = 'reply_to@example.com', "subject" = 'Hiya!', "content" = 'Date: Mon, 07 May 2012 18:14:26 -0400
1216
+ From: from@example.com
1217
+ Reply-To: reply_to@example.com
1218
+ To: to@example.com
1219
+ Cc: cc@example.com
1220
+ Message-ID: <4fa849428381f_117173fd325034cdc78d9@dgmpro.local.mail>
1221
+ Subject: Hiya!
1222
+ Mime-Version: 1.0
1223
+ Content-Type: text/plain;
1224
+ charset=UTF-8
1225
+ Content-Transfer-Encoding: 7bit
1226
+
1227
+ Papaya', "created_at" = '2012-05-07 22:14:26.549009', "updated_at" = '2012-05-07 22:14:26.549009' WHERE "emails"."id" = 1
1228
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1229
+
1230
+ Sent mail to to@example.com (41ms)
1231
+ Date: Mon, 07 May 2012 18:14:26 -0400
1232
+ From: from@example.com
1233
+ Reply-To: reply_to@example.com
1234
+ To: to@example.com
1235
+ Cc: cc@example.com
1236
+ Message-ID: <4fa849428381f_117173fd325034cdc78d9@dgmpro.local.mail>
1237
+ Subject: Hiya!
1238
+ Mime-Version: 1.0
1239
+ Content-Type: text/plain;
1240
+ charset=UTF-8
1241
+ Content-Transfer-Encoding: 7bit
1242
+
1243
+ Papaya
1244
+ DelayedMailhopper::Email Load (0.2ms) SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
1245
+  (0.6ms) rollback transaction
1246
+  (0.0ms) begin transaction
1247
+ Rendered sample_mailer/hello.text.erb (0.1ms)
1248
+  (0.1ms) SAVEPOINT active_record_1
1249
+ SQL (0.5ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", "bcc@example.com"], ["cc_address", "cc@example.com"], ["content", "Date: Mon, 07 May 2012 18:14:26 -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: <4fa849428f78c_117173fd325034cdc7941@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", Mon, 07 May 2012 22:14:26 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", Mon, 07 May 2012 22:14:26 UTC +00:00]]
1250
+ SQL (0.2ms) INSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attempts", 0], ["created_at", Mon, 07 May 2012 22:14:26 UTC +00:00], ["failed_at", nil], ["handler", "--- !ruby/struct:DelayedMailhopper::SendJob\nid: 1\n"], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Mon, 07 May 2012 22:14:26 UTC +00:00], ["updated_at", Mon, 07 May 2012 22:14:26 UTC +00:00]]
1251
+  (0.3ms) UPDATE "emails" SET "to_address" = 'to@example.com', "from_address" = 'from@example.com', "cc_address" = 'cc@example.com', "bcc_address" = 'bcc@example.com', "reply_to_address" = 'reply_to@example.com', "subject" = 'Hiya!', "content" = 'Date: Mon, 07 May 2012 18:14:26 -0400
1252
+ From: from@example.com
1253
+ Reply-To: reply_to@example.com
1254
+ To: to@example.com
1255
+ Cc: cc@example.com
1256
+ Message-ID: <4fa849428f78c_117173fd325034cdc7941@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', "created_at" = '2012-05-07 22:14:26.594876', "updated_at" = '2012-05-07 22:14:26.594876' WHERE "emails"."id" = 1
1264
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1265
+
1266
+ Sent mail to to@example.com (13ms)
1267
+ Date: Mon, 07 May 2012 18:14:26 -0400
1268
+ From: from@example.com
1269
+ Reply-To: reply_to@example.com
1270
+ To: to@example.com
1271
+ Cc: cc@example.com
1272
+ Message-ID: <4fa849428f78c_117173fd325034cdc7941@dgmpro.local.mail>
1273
+ Subject: Hiya!
1274
+ Mime-Version: 1.0
1275
+ Content-Type: text/plain;
1276
+ charset=UTF-8
1277
+ Content-Transfer-Encoding: 7bit
1278
+
1279
+ Papaya
1280
+  (0.1ms) SELECT COUNT(*) FROM "emails" 
1281
+  (0.1ms) SELECT COUNT(*) FROM "delayed_jobs"
1282
+  (0.6ms) rollback transaction
1283
+  (0.1ms) begin transaction
1284
+ Rendered sample_mailer/hello.text.erb (0.1ms)
1285
+  (0.1ms) SAVEPOINT active_record_1
1286
+ SQL (0.5ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", "bcc@example.com"], ["cc_address", "cc@example.com"], ["content", "Date: Mon, 07 May 2012 18:14:26 -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: <4fa84942952bd_117173fd325034cdc80ed@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", Mon, 07 May 2012 22:14:26 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", Mon, 07 May 2012 22:14:26 UTC +00:00]]
1287
+ SQL (0.3ms) INSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attempts", 0], ["created_at", Mon, 07 May 2012 22:14:26 UTC +00:00], ["failed_at", nil], ["handler", "--- !ruby/struct:DelayedMailhopper::SendJob\nid: 1\n"], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Mon, 07 May 2012 22:14:26 UTC +00:00], ["updated_at", Mon, 07 May 2012 22:14:26 UTC +00:00]]
1288
+  (0.5ms) UPDATE "emails" SET "to_address" = 'to@example.com', "from_address" = 'from@example.com', "cc_address" = 'cc@example.com', "bcc_address" = 'bcc@example.com', "reply_to_address" = 'reply_to@example.com', "subject" = 'Hiya!', "content" = 'Date: Mon, 07 May 2012 18:14:26 -0400
1289
+ From: from@example.com
1290
+ Reply-To: reply_to@example.com
1291
+ To: to@example.com
1292
+ Cc: cc@example.com
1293
+ Message-ID: <4fa84942952bd_117173fd325034cdc80ed@dgmpro.local.mail>
1294
+ Subject: Hiya!
1295
+ Mime-Version: 1.0
1296
+ Content-Type: text/plain;
1297
+ charset=UTF-8
1298
+ Content-Transfer-Encoding: 7bit
1299
+
1300
+ Papaya', "created_at" = '2012-05-07 22:14:26.618702', "updated_at" = '2012-05-07 22:14:26.618702' WHERE "emails"."id" = 1
1301
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1302
+
1303
+ Sent mail to to@example.com (15ms)
1304
+ Date: Mon, 07 May 2012 18:14:26 -0400
1305
+ From: from@example.com
1306
+ Reply-To: reply_to@example.com
1307
+ To: to@example.com
1308
+ Cc: cc@example.com
1309
+ Message-ID: <4fa84942952bd_117173fd325034cdc80ed@dgmpro.local.mail>
1310
+ Subject: Hiya!
1311
+ Mime-Version: 1.0
1312
+ Content-Type: text/plain;
1313
+ charset=UTF-8
1314
+ Content-Transfer-Encoding: 7bit
1315
+
1316
+ Papaya
1317
+ DelayedMailhopper::Email Load (0.2ms) SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
1318
+ Delayed::Backend::ActiveRecord::Job Load (0.1ms) SELECT "delayed_jobs".* FROM "delayed_jobs" LIMIT 1
1319
+ DelayedMailhopper::Email Load (0.1ms) SELECT "emails".* FROM "emails" WHERE "emails"."id" = ? ORDER BY created_at DESC LIMIT 1 [["id", 1]]
1320
+
1321
+ Sent mail to to@example.com (36ms)
1322
+ Date: Mon, 07 May 2012 18:14:26 -0400
1323
+ From: from@example.com
1324
+ Reply-To: reply_to@example.com
1325
+ To: to@example.com
1326
+ Cc: cc@example.com
1327
+ Message-ID: <4fa84942952bd_117173fd325034cdc80ed@dgmpro.local.mail>
1328
+ Subject: Hiya!
1329
+ Mime-Version: 1.0
1330
+ Content-Type: text/plain;
1331
+ charset=UTF-8
1332
+ Content-Transfer-Encoding: 7bit
1333
+
1334
+ Papaya
1335
+  (0.1ms) SAVEPOINT active_record_1
1336
+  (0.1ms) UPDATE "emails" SET "sent_at" = '2012-05-07 22:14:26.675317', "updated_at" = '2012-05-07 22:14:26.675841' WHERE "emails"."id" = 1
1337
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1338
+ [DelayedMailhopper::SendJob] success for email_id 1, delayed_job_id 1
1339
+ DelayedMailhopper::Email Load (0.1ms) SELECT "emails".* FROM "emails" WHERE "emails"."id" = ? LIMIT 1 [["id", 1]]
1340
+  (0.5ms) rollback transaction
1341
+  (0.0ms) begin transaction
1342
+ Rendered sample_mailer/hello.text.erb (0.1ms)
1343
+  (0.1ms) SAVEPOINT active_record_1
1344
+ SQL (0.5ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", "bcc@example.com"], ["cc_address", "cc@example.com"], ["content", "Date: Mon, 07 May 2012 18:14:26 -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: <4fa84942a8136_117173fd325034cdc811d@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", Mon, 07 May 2012 22:14:26 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", Mon, 07 May 2012 22:14:26 UTC +00:00]]
1345
+ SQL (0.2ms) INSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attempts", 0], ["created_at", Mon, 07 May 2012 22:14:26 UTC +00:00], ["failed_at", nil], ["handler", "--- !ruby/struct:DelayedMailhopper::SendJob\nid: 1\n"], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Mon, 07 May 2012 22:14:26 UTC +00:00], ["updated_at", Mon, 07 May 2012 22:14:26 UTC +00:00]]
1346
+  (0.4ms) UPDATE "emails" SET "to_address" = 'to@example.com', "from_address" = 'from@example.com', "cc_address" = 'cc@example.com', "bcc_address" = 'bcc@example.com', "reply_to_address" = 'reply_to@example.com', "subject" = 'Hiya!', "content" = 'Date: Mon, 07 May 2012 18:14:26 -0400
1347
+ From: from@example.com
1348
+ Reply-To: reply_to@example.com
1349
+ To: to@example.com
1350
+ Cc: cc@example.com
1351
+ Message-ID: <4fa84942a8136_117173fd325034cdc811d@dgmpro.local.mail>
1352
+ Subject: Hiya!
1353
+ Mime-Version: 1.0
1354
+ Content-Type: text/plain;
1355
+ charset=UTF-8
1356
+ Content-Transfer-Encoding: 7bit
1357
+
1358
+ Papaya', "created_at" = '2012-05-07 22:14:26.695995', "updated_at" = '2012-05-07 22:14:26.695995' WHERE "emails"."id" = 1
1359
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1360
+
1361
+ Sent mail to to@example.com (14ms)
1362
+ Date: Mon, 07 May 2012 18:14:26 -0400
1363
+ From: from@example.com
1364
+ Reply-To: reply_to@example.com
1365
+ To: to@example.com
1366
+ Cc: cc@example.com
1367
+ Message-ID: <4fa84942a8136_117173fd325034cdc811d@dgmpro.local.mail>
1368
+ Subject: Hiya!
1369
+ Mime-Version: 1.0
1370
+ Content-Type: text/plain;
1371
+ charset=UTF-8
1372
+ Content-Transfer-Encoding: 7bit
1373
+
1374
+ Papaya
1375
+ DelayedMailhopper::Email Load (0.2ms) SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
1376
+
1377
+ Sent mail to to@example.com (5ms)
1378
+ Date: Mon, 07 May 2012 18:14:26 -0400
1379
+ From: from@example.com
1380
+ Reply-To: reply_to@example.com
1381
+ To: to@example.com
1382
+ Cc: cc@example.com
1383
+ Message-ID: <4fa84942a8136_117173fd325034cdc811d@dgmpro.local.mail>
1384
+ Subject: Hiya!
1385
+ Mime-Version: 1.0
1386
+ Content-Type: text/plain;
1387
+ charset=UTF-8
1388
+ Content-Transfer-Encoding: 7bit
1389
+
1390
+ Papaya
1391
+  (0.1ms) SAVEPOINT active_record_1
1392
+  (0.1ms) UPDATE "emails" SET "sent_at" = '2012-05-07 22:14:26.716217', "updated_at" = '2012-05-07 22:14:26.716975' WHERE "emails"."id" = 1
1393
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1394
+  (0.7ms) rollback transaction
1395
+  (0.4ms) begin transaction
1396
+  (0.1ms) rollback transaction
1397
+  (0.0ms) begin transaction
1398
+ Rendered sample_mailer/hello.text.erb (32.8ms)
1399
+  (0.4ms) SAVEPOINT active_record_1
1400
+ SQL (4.3ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", "bcc@example.com"], ["cc_address", "cc@example.com"], ["content", "Date: Mon, 07 May 2012 18:14:47 -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: <4fa849578133b_117243ffc99c34cd8678a8@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", Mon, 07 May 2012 22:14:47 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", Mon, 07 May 2012 22:14:47 UTC +00:00]]
1401
+ SQL (0.4ms) INSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attempts", 0], ["created_at", Mon, 07 May 2012 22:14:47 UTC +00:00], ["failed_at", nil], ["handler", "--- !ruby/struct:DelayedMailhopper::SendJob\nid: 1\n"], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Mon, 07 May 2012 22:14:47 UTC +00:00], ["updated_at", Mon, 07 May 2012 22:14:47 UTC +00:00]]
1402
+  (0.4ms) UPDATE "emails" SET "to_address" = 'to@example.com', "from_address" = 'from@example.com', "cc_address" = 'cc@example.com', "bcc_address" = 'bcc@example.com', "reply_to_address" = 'reply_to@example.com', "subject" = 'Hiya!', "content" = 'Date: Mon, 07 May 2012 18:14:47 -0400
1403
+ From: from@example.com
1404
+ Reply-To: reply_to@example.com
1405
+ To: to@example.com
1406
+ Cc: cc@example.com
1407
+ Message-ID: <4fa849578133b_117243ffc99c34cd8678a8@dgmpro.local.mail>
1408
+ Subject: Hiya!
1409
+ Mime-Version: 1.0
1410
+ Content-Type: text/plain;
1411
+ charset=UTF-8
1412
+ Content-Transfer-Encoding: 7bit
1413
+
1414
+ Papaya', "created_at" = '2012-05-07 22:14:47.540413', "updated_at" = '2012-05-07 22:14:47.540413' WHERE "emails"."id" = 1
1415
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1416
+
1417
+ Sent mail to to@example.com (44ms)
1418
+ Date: Mon, 07 May 2012 18:14:47 -0400
1419
+ From: from@example.com
1420
+ Reply-To: reply_to@example.com
1421
+ To: to@example.com
1422
+ Cc: cc@example.com
1423
+ Message-ID: <4fa849578133b_117243ffc99c34cd8678a8@dgmpro.local.mail>
1424
+ Subject: Hiya!
1425
+ Mime-Version: 1.0
1426
+ Content-Type: text/plain;
1427
+ charset=UTF-8
1428
+ Content-Transfer-Encoding: 7bit
1429
+
1430
+ Papaya
1431
+ DelayedMailhopper::Email Load (0.2ms) SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
1432
+  (0.6ms) rollback transaction
1433
+  (0.1ms) begin transaction
1434
+ Rendered sample_mailer/hello.text.erb (0.1ms)
1435
+  (0.1ms) SAVEPOINT active_record_1
1436
+ SQL (0.5ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", "bcc@example.com"], ["cc_address", "cc@example.com"], ["content", "Date: Mon, 07 May 2012 18:14:47 -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: <4fa849578dd20_117243ffc99c34cd86799d@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", Mon, 07 May 2012 22:14:47 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", Mon, 07 May 2012 22:14:47 UTC +00:00]]
1437
+ SQL (0.2ms) INSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attempts", 0], ["created_at", Mon, 07 May 2012 22:14:47 UTC +00:00], ["failed_at", nil], ["handler", "--- !ruby/struct:DelayedMailhopper::SendJob\nid: 1\n"], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Mon, 07 May 2012 22:14:47 UTC +00:00], ["updated_at", Mon, 07 May 2012 22:14:47 UTC +00:00]]
1438
+  (0.4ms) UPDATE "emails" SET "to_address" = 'to@example.com', "from_address" = 'from@example.com', "cc_address" = 'cc@example.com', "bcc_address" = 'bcc@example.com', "reply_to_address" = 'reply_to@example.com', "subject" = 'Hiya!', "content" = 'Date: Mon, 07 May 2012 18:14:47 -0400
1439
+ From: from@example.com
1440
+ Reply-To: reply_to@example.com
1441
+ To: to@example.com
1442
+ Cc: cc@example.com
1443
+ Message-ID: <4fa849578dd20_117243ffc99c34cd86799d@dgmpro.local.mail>
1444
+ Subject: Hiya!
1445
+ Mime-Version: 1.0
1446
+ Content-Type: text/plain;
1447
+ charset=UTF-8
1448
+ Content-Transfer-Encoding: 7bit
1449
+
1450
+ Papaya', "created_at" = '2012-05-07 22:14:47.587971', "updated_at" = '2012-05-07 22:14:47.587971' WHERE "emails"."id" = 1
1451
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1452
+
1453
+ Sent mail to to@example.com (13ms)
1454
+ Date: Mon, 07 May 2012 18:14:47 -0400
1455
+ From: from@example.com
1456
+ Reply-To: reply_to@example.com
1457
+ To: to@example.com
1458
+ Cc: cc@example.com
1459
+ Message-ID: <4fa849578dd20_117243ffc99c34cd86799d@dgmpro.local.mail>
1460
+ Subject: Hiya!
1461
+ Mime-Version: 1.0
1462
+ Content-Type: text/plain;
1463
+ charset=UTF-8
1464
+ Content-Transfer-Encoding: 7bit
1465
+
1466
+ Papaya
1467
+  (0.1ms) SELECT COUNT(*) FROM "emails" 
1468
+  (0.1ms) SELECT COUNT(*) FROM "delayed_jobs"
1469
+  (0.5ms) rollback transaction
1470
+  (0.1ms) begin transaction
1471
+ Rendered sample_mailer/hello.text.erb (0.1ms)
1472
+  (0.1ms) SAVEPOINT active_record_1
1473
+ SQL (0.5ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", "bcc@example.com"], ["cc_address", "cc@example.com"], ["content", "Date: Mon, 07 May 2012 18:14:47 -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: <4fa84957938ec_117243ffc99c34cd8680be@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", Mon, 07 May 2012 22:14:47 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", Mon, 07 May 2012 22:14:47 UTC +00:00]]
1474
+ SQL (0.2ms) INSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attempts", 0], ["created_at", Mon, 07 May 2012 22:14:47 UTC +00:00], ["failed_at", nil], ["handler", "--- !ruby/struct:DelayedMailhopper::SendJob\nid: 1\n"], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Mon, 07 May 2012 22:14:47 UTC +00:00], ["updated_at", Mon, 07 May 2012 22:14:47 UTC +00:00]]
1475
+  (0.4ms) UPDATE "emails" SET "to_address" = 'to@example.com', "from_address" = 'from@example.com', "cc_address" = 'cc@example.com', "bcc_address" = 'bcc@example.com', "reply_to_address" = 'reply_to@example.com', "subject" = 'Hiya!', "content" = 'Date: Mon, 07 May 2012 18:14:47 -0400
1476
+ From: from@example.com
1477
+ Reply-To: reply_to@example.com
1478
+ To: to@example.com
1479
+ Cc: cc@example.com
1480
+ Message-ID: <4fa84957938ec_117243ffc99c34cd8680be@dgmpro.local.mail>
1481
+ Subject: Hiya!
1482
+ Mime-Version: 1.0
1483
+ Content-Type: text/plain;
1484
+ charset=UTF-8
1485
+ Content-Transfer-Encoding: 7bit
1486
+
1487
+ Papaya', "created_at" = '2012-05-07 22:14:47.611617', "updated_at" = '2012-05-07 22:14:47.611617' WHERE "emails"."id" = 1
1488
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1489
+
1490
+ Sent mail to to@example.com (14ms)
1491
+ Date: Mon, 07 May 2012 18:14:47 -0400
1492
+ From: from@example.com
1493
+ Reply-To: reply_to@example.com
1494
+ To: to@example.com
1495
+ Cc: cc@example.com
1496
+ Message-ID: <4fa84957938ec_117243ffc99c34cd8680be@dgmpro.local.mail>
1497
+ Subject: Hiya!
1498
+ Mime-Version: 1.0
1499
+ Content-Type: text/plain;
1500
+ charset=UTF-8
1501
+ Content-Transfer-Encoding: 7bit
1502
+
1503
+ Papaya
1504
+ DelayedMailhopper::Email Load (0.2ms) SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
1505
+ Delayed::Backend::ActiveRecord::Job Load (0.1ms) SELECT "delayed_jobs".* FROM "delayed_jobs" LIMIT 1
1506
+ DelayedMailhopper::Email Load (0.1ms) SELECT "emails".* FROM "emails" WHERE "emails"."id" = ? ORDER BY created_at DESC LIMIT 1 [["id", 1]]
1507
+
1508
+ Sent mail to to@example.com (38ms)
1509
+ Date: Mon, 07 May 2012 18:14:47 -0400
1510
+ From: from@example.com
1511
+ Reply-To: reply_to@example.com
1512
+ To: to@example.com
1513
+ Cc: cc@example.com
1514
+ Message-ID: <4fa84957938ec_117243ffc99c34cd8680be@dgmpro.local.mail>
1515
+ Subject: Hiya!
1516
+ Mime-Version: 1.0
1517
+ Content-Type: text/plain;
1518
+ charset=UTF-8
1519
+ Content-Transfer-Encoding: 7bit
1520
+
1521
+ Papaya
1522
+  (0.1ms) SAVEPOINT active_record_1
1523
+  (0.1ms) UPDATE "emails" SET "sent_at" = '2012-05-07 22:14:47.669080', "updated_at" = '2012-05-07 22:14:47.669595' WHERE "emails"."id" = 1
1524
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1525
+ [DelayedMailhopper::SendJob] success for email_id 1, delayed_job_id 1
1526
+ DelayedMailhopper::Email Load (0.1ms) SELECT "emails".* FROM "emails" WHERE "emails"."id" = ? LIMIT 1 [["id", 1]]
1527
+  (0.7ms) rollback transaction
1528
+  (0.0ms) begin transaction
1529
+ Rendered sample_mailer/hello.text.erb (0.1ms)
1530
+  (0.1ms) SAVEPOINT active_record_1
1531
+ SQL (0.4ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", "bcc@example.com"], ["cc_address", "cc@example.com"], ["content", "Date: Mon, 07 May 2012 18:14:47 -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: <4fa84957a69a3_117243ffc99c34cd8681ce@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", Mon, 07 May 2012 22:14:47 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", Mon, 07 May 2012 22:14:47 UTC +00:00]]
1532
+ SQL (0.2ms) INSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attempts", 0], ["created_at", Mon, 07 May 2012 22:14:47 UTC +00:00], ["failed_at", nil], ["handler", "--- !ruby/struct:DelayedMailhopper::SendJob\nid: 1\n"], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Mon, 07 May 2012 22:14:47 UTC +00:00], ["updated_at", Mon, 07 May 2012 22:14:47 UTC +00:00]]
1533
+  (0.4ms) UPDATE "emails" SET "to_address" = 'to@example.com', "from_address" = 'from@example.com', "cc_address" = 'cc@example.com', "bcc_address" = 'bcc@example.com', "reply_to_address" = 'reply_to@example.com', "subject" = 'Hiya!', "content" = 'Date: Mon, 07 May 2012 18:14:47 -0400
1534
+ From: from@example.com
1535
+ Reply-To: reply_to@example.com
1536
+ To: to@example.com
1537
+ Cc: cc@example.com
1538
+ Message-ID: <4fa84957a69a3_117243ffc99c34cd8681ce@dgmpro.local.mail>
1539
+ Subject: Hiya!
1540
+ Mime-Version: 1.0
1541
+ Content-Type: text/plain;
1542
+ charset=UTF-8
1543
+ Content-Transfer-Encoding: 7bit
1544
+
1545
+ Papaya', "created_at" = '2012-05-07 22:14:47.689517', "updated_at" = '2012-05-07 22:14:47.689517' WHERE "emails"."id" = 1
1546
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1547
+
1548
+ Sent mail to to@example.com (13ms)
1549
+ Date: Mon, 07 May 2012 18:14:47 -0400
1550
+ From: from@example.com
1551
+ Reply-To: reply_to@example.com
1552
+ To: to@example.com
1553
+ Cc: cc@example.com
1554
+ Message-ID: <4fa84957a69a3_117243ffc99c34cd8681ce@dgmpro.local.mail>
1555
+ Subject: Hiya!
1556
+ Mime-Version: 1.0
1557
+ Content-Type: text/plain;
1558
+ charset=UTF-8
1559
+ Content-Transfer-Encoding: 7bit
1560
+
1561
+ Papaya
1562
+ DelayedMailhopper::Email Load (0.2ms) SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
1563
+
1564
+ Sent mail to to@example.com (5ms)
1565
+ Date: Mon, 07 May 2012 18:14:47 -0400
1566
+ From: from@example.com
1567
+ Reply-To: reply_to@example.com
1568
+ To: to@example.com
1569
+ Cc: cc@example.com
1570
+ Message-ID: <4fa84957a69a3_117243ffc99c34cd8681ce@dgmpro.local.mail>
1571
+ Subject: Hiya!
1572
+ Mime-Version: 1.0
1573
+ Content-Type: text/plain;
1574
+ charset=UTF-8
1575
+ Content-Transfer-Encoding: 7bit
1576
+
1577
+ Papaya
1578
+  (0.1ms) SAVEPOINT active_record_1
1579
+  (0.1ms) UPDATE "emails" SET "sent_at" = '2012-05-07 22:14:47.709214', "updated_at" = '2012-05-07 22:14:47.709693' WHERE "emails"."id" = 1
1580
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1581
+  (0.6ms) rollback transaction
1582
+  (0.4ms) begin transaction
1583
+  (0.1ms) rollback transaction
1584
+  (0.0ms) begin transaction
1585
+ Rendered sample_mailer/hello.text.erb (29.9ms)
1586
+  (0.1ms) SAVEPOINT active_record_1
1587
+ SQL (4.0ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", "bcc@example.com"], ["cc_address", "cc@example.com"], ["content", "Date: Mon, 07 May 2012 18:16:23 -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: <4fa849b7d6430_117353fd591034cdc514bf@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", Mon, 07 May 2012 22:16:23 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", Mon, 07 May 2012 22:16:23 UTC +00:00]]
1588
+ SQL (0.4ms) INSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attempts", 0], ["created_at", Mon, 07 May 2012 22:16:23 UTC +00:00], ["failed_at", nil], ["handler", "--- !ruby/struct:DelayedMailhopper::SendJob\nid: 1\n"], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Mon, 07 May 2012 22:16:23 UTC +00:00], ["updated_at", Mon, 07 May 2012 22:16:23 UTC +00:00]]
1589
+  (0.4ms) UPDATE "emails" SET "to_address" = 'to@example.com', "from_address" = 'from@example.com', "cc_address" = 'cc@example.com', "bcc_address" = 'bcc@example.com', "reply_to_address" = 'reply_to@example.com', "subject" = 'Hiya!', "content" = 'Date: Mon, 07 May 2012 18:16:23 -0400
1590
+ From: from@example.com
1591
+ Reply-To: reply_to@example.com
1592
+ To: to@example.com
1593
+ Cc: cc@example.com
1594
+ Message-ID: <4fa849b7d6430_117353fd591034cdc514bf@dgmpro.local.mail>
1595
+ Subject: Hiya!
1596
+ Mime-Version: 1.0
1597
+ Content-Type: text/plain;
1598
+ charset=UTF-8
1599
+ Content-Transfer-Encoding: 7bit
1600
+
1601
+ Papaya', "created_at" = '2012-05-07 22:16:23.888130', "updated_at" = '2012-05-07 22:16:23.888130' WHERE "emails"."id" = 1
1602
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1603
+
1604
+ Sent mail to to@example.com (42ms)
1605
+ Date: Mon, 07 May 2012 18:16:23 -0400
1606
+ From: from@example.com
1607
+ Reply-To: reply_to@example.com
1608
+ To: to@example.com
1609
+ Cc: cc@example.com
1610
+ Message-ID: <4fa849b7d6430_117353fd591034cdc514bf@dgmpro.local.mail>
1611
+ Subject: Hiya!
1612
+ Mime-Version: 1.0
1613
+ Content-Type: text/plain;
1614
+ charset=UTF-8
1615
+ Content-Transfer-Encoding: 7bit
1616
+
1617
+ Papaya
1618
+ DelayedMailhopper::Email Load (0.2ms) SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
1619
+  (0.6ms) rollback transaction
1620
+  (0.0ms) begin transaction
1621
+ Rendered sample_mailer/hello.text.erb (0.1ms)
1622
+  (0.1ms) SAVEPOINT active_record_1
1623
+ SQL (0.5ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", "bcc@example.com"], ["cc_address", "cc@example.com"], ["content", "Date: Mon, 07 May 2012 18:16:23 -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: <4fa849b7e2426_117353fd591034cdc5153d@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", Mon, 07 May 2012 22:16:23 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", Mon, 07 May 2012 22:16:23 UTC +00:00]]
1624
+ SQL (0.2ms) INSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attempts", 0], ["created_at", Mon, 07 May 2012 22:16:23 UTC +00:00], ["failed_at", nil], ["handler", "--- !ruby/struct:DelayedMailhopper::SendJob\nid: 1\n"], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Mon, 07 May 2012 22:16:23 UTC +00:00], ["updated_at", Mon, 07 May 2012 22:16:23 UTC +00:00]]
1625
+  (0.4ms) UPDATE "emails" SET "to_address" = 'to@example.com', "from_address" = 'from@example.com', "cc_address" = 'cc@example.com', "bcc_address" = 'bcc@example.com', "reply_to_address" = 'reply_to@example.com', "subject" = 'Hiya!', "content" = 'Date: Mon, 07 May 2012 18:16:23 -0400
1626
+ From: from@example.com
1627
+ Reply-To: reply_to@example.com
1628
+ To: to@example.com
1629
+ Cc: cc@example.com
1630
+ Message-ID: <4fa849b7e2426_117353fd591034cdc5153d@dgmpro.local.mail>
1631
+ Subject: Hiya!
1632
+ Mime-Version: 1.0
1633
+ Content-Type: text/plain;
1634
+ charset=UTF-8
1635
+ Content-Transfer-Encoding: 7bit
1636
+
1637
+ Papaya', "created_at" = '2012-05-07 22:16:23.933736', "updated_at" = '2012-05-07 22:16:23.933736' WHERE "emails"."id" = 1
1638
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1639
+
1640
+ Sent mail to to@example.com (13ms)
1641
+ Date: Mon, 07 May 2012 18:16:23 -0400
1642
+ From: from@example.com
1643
+ Reply-To: reply_to@example.com
1644
+ To: to@example.com
1645
+ Cc: cc@example.com
1646
+ Message-ID: <4fa849b7e2426_117353fd591034cdc5153d@dgmpro.local.mail>
1647
+ Subject: Hiya!
1648
+ Mime-Version: 1.0
1649
+ Content-Type: text/plain;
1650
+ charset=UTF-8
1651
+ Content-Transfer-Encoding: 7bit
1652
+
1653
+ Papaya
1654
+  (0.1ms) SELECT COUNT(*) FROM "emails" 
1655
+  (0.1ms) SELECT COUNT(*) FROM "delayed_jobs"
1656
+  (0.6ms) rollback transaction
1657
+  (0.0ms) begin transaction
1658
+ Rendered sample_mailer/hello.text.erb (0.1ms)
1659
+  (0.1ms) SAVEPOINT active_record_1
1660
+ SQL (0.5ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", "bcc@example.com"], ["cc_address", "cc@example.com"], ["content", "Date: Mon, 07 May 2012 18:16:23 -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: <4fa849b7e7f25_117353fd591034cdc516fa@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", Mon, 07 May 2012 22:16:23 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", Mon, 07 May 2012 22:16:23 UTC +00:00]]
1661
+ SQL (0.2ms) INSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attempts", 0], ["created_at", Mon, 07 May 2012 22:16:23 UTC +00:00], ["failed_at", nil], ["handler", "--- !ruby/struct:DelayedMailhopper::SendJob\nid: 1\n"], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Mon, 07 May 2012 22:16:23 UTC +00:00], ["updated_at", Mon, 07 May 2012 22:16:23 UTC +00:00]]
1662
+  (0.4ms) UPDATE "emails" SET "to_address" = 'to@example.com', "from_address" = 'from@example.com', "cc_address" = 'cc@example.com', "bcc_address" = 'bcc@example.com', "reply_to_address" = 'reply_to@example.com', "subject" = 'Hiya!', "content" = 'Date: Mon, 07 May 2012 18:16:23 -0400
1663
+ From: from@example.com
1664
+ Reply-To: reply_to@example.com
1665
+ To: to@example.com
1666
+ Cc: cc@example.com
1667
+ Message-ID: <4fa849b7e7f25_117353fd591034cdc516fa@dgmpro.local.mail>
1668
+ Subject: Hiya!
1669
+ Mime-Version: 1.0
1670
+ Content-Type: text/plain;
1671
+ charset=UTF-8
1672
+ Content-Transfer-Encoding: 7bit
1673
+
1674
+ Papaya', "created_at" = '2012-05-07 22:16:23.957007', "updated_at" = '2012-05-07 22:16:23.957007' WHERE "emails"."id" = 1
1675
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1676
+
1677
+ Sent mail to to@example.com (13ms)
1678
+ Date: Mon, 07 May 2012 18:16:23 -0400
1679
+ From: from@example.com
1680
+ Reply-To: reply_to@example.com
1681
+ To: to@example.com
1682
+ Cc: cc@example.com
1683
+ Message-ID: <4fa849b7e7f25_117353fd591034cdc516fa@dgmpro.local.mail>
1684
+ Subject: Hiya!
1685
+ Mime-Version: 1.0
1686
+ Content-Type: text/plain;
1687
+ charset=UTF-8
1688
+ Content-Transfer-Encoding: 7bit
1689
+
1690
+ Papaya
1691
+ DelayedMailhopper::Email Load (0.2ms) SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
1692
+ Delayed::Backend::ActiveRecord::Job Load (0.1ms) SELECT "delayed_jobs".* FROM "delayed_jobs" LIMIT 1
1693
+ DelayedMailhopper::Email Load (0.1ms) SELECT "emails".* FROM "emails" WHERE "emails"."id" = ? ORDER BY created_at DESC LIMIT 1 [["id", 1]]
1694
+
1695
+ Sent mail to to@example.com (36ms)
1696
+ Date: Mon, 07 May 2012 18:16:23 -0400
1697
+ From: from@example.com
1698
+ Reply-To: reply_to@example.com
1699
+ To: to@example.com
1700
+ Cc: cc@example.com
1701
+ Message-ID: <4fa849b7e7f25_117353fd591034cdc516fa@dgmpro.local.mail>
1702
+ Subject: Hiya!
1703
+ Mime-Version: 1.0
1704
+ Content-Type: text/plain;
1705
+ charset=UTF-8
1706
+ Content-Transfer-Encoding: 7bit
1707
+
1708
+ Papaya
1709
+  (0.1ms) SAVEPOINT active_record_1
1710
+  (0.1ms) UPDATE "emails" SET "sent_at" = '2012-05-07 22:16:24.012051', "updated_at" = '2012-05-07 22:16:24.012575' WHERE "emails"."id" = 1
1711
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1712
+ [DelayedMailhopper::SendJob] success for email_id 1, delayed_job_id 1
1713
+ DelayedMailhopper::Email Load (0.1ms) SELECT "emails".* FROM "emails" WHERE "emails"."id" = ? LIMIT 1 [["id", 1]]
1714
+  (0.7ms) rollback transaction
1715
+  (0.0ms) begin transaction
1716
+ Rendered sample_mailer/hello.text.erb (0.1ms)
1717
+  (0.1ms) SAVEPOINT active_record_1
1718
+ SQL (0.5ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", "bcc@example.com"], ["cc_address", "cc@example.com"], ["content", "Date: Mon, 07 May 2012 18:16: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: <4fa849b86279_117353fd591034cdc517c6@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", Mon, 07 May 2012 22:16: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", Mon, 07 May 2012 22:16:24 UTC +00:00]]
1719
+ SQL (0.2ms) INSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attempts", 0], ["created_at", Mon, 07 May 2012 22:16:24 UTC +00:00], ["failed_at", nil], ["handler", "--- !ruby/struct:DelayedMailhopper::SendJob\nid: 1\n"], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Mon, 07 May 2012 22:16:24 UTC +00:00], ["updated_at", Mon, 07 May 2012 22:16:24 UTC +00:00]]
1720
+  (0.4ms) UPDATE "emails" SET "to_address" = 'to@example.com', "from_address" = 'from@example.com', "cc_address" = 'cc@example.com', "bcc_address" = 'bcc@example.com', "reply_to_address" = 'reply_to@example.com', "subject" = 'Hiya!', "content" = 'Date: Mon, 07 May 2012 18:16:24 -0400
1721
+ From: from@example.com
1722
+ Reply-To: reply_to@example.com
1723
+ To: to@example.com
1724
+ Cc: cc@example.com
1725
+ Message-ID: <4fa849b86279_117353fd591034cdc517c6@dgmpro.local.mail>
1726
+ Subject: Hiya!
1727
+ Mime-Version: 1.0
1728
+ Content-Type: text/plain;
1729
+ charset=UTF-8
1730
+ Content-Transfer-Encoding: 7bit
1731
+
1732
+ Papaya', "created_at" = '2012-05-07 22:16:24.032125', "updated_at" = '2012-05-07 22:16:24.032125' WHERE "emails"."id" = 1
1733
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1734
+
1735
+ Sent mail to to@example.com (13ms)
1736
+ Date: Mon, 07 May 2012 18:16:24 -0400
1737
+ From: from@example.com
1738
+ Reply-To: reply_to@example.com
1739
+ To: to@example.com
1740
+ Cc: cc@example.com
1741
+ Message-ID: <4fa849b86279_117353fd591034cdc517c6@dgmpro.local.mail>
1742
+ Subject: Hiya!
1743
+ Mime-Version: 1.0
1744
+ Content-Type: text/plain;
1745
+ charset=UTF-8
1746
+ Content-Transfer-Encoding: 7bit
1747
+
1748
+ Papaya
1749
+ DelayedMailhopper::Email Load (0.2ms) SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
1750
+
1751
+ Sent mail to to@example.com (4ms)
1752
+ Date: Mon, 07 May 2012 18:16:24 -0400
1753
+ From: from@example.com
1754
+ Reply-To: reply_to@example.com
1755
+ To: to@example.com
1756
+ Cc: cc@example.com
1757
+ Message-ID: <4fa849b86279_117353fd591034cdc517c6@dgmpro.local.mail>
1758
+ Subject: Hiya!
1759
+ Mime-Version: 1.0
1760
+ Content-Type: text/plain;
1761
+ charset=UTF-8
1762
+ Content-Transfer-Encoding: 7bit
1763
+
1764
+ Papaya
1765
+  (0.1ms) SAVEPOINT active_record_1
1766
+  (0.1ms) UPDATE "emails" SET "sent_at" = '2012-05-07 22:16:24.051527', "updated_at" = '2012-05-07 22:16:24.052020' WHERE "emails"."id" = 1
1767
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1768
+  (0.6ms) rollback transaction
1769
+  (0.4ms) begin transaction
1770
+  (0.1ms) rollback transaction
1771
+  (0.0ms) begin transaction
1772
+ Rendered sample_mailer/hello.text.erb (32.3ms)
1773
+  (0.1ms) SAVEPOINT active_record_1
1774
+ SQL (10.0ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", "bcc@example.com"], ["cc_address", "cc@example.com"], ["content", "Date: Mon, 07 May 2012 18:16: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: <4fa849d1af474_1173c3ffba0c34cdc87591@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", Mon, 07 May 2012 22:16: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", Mon, 07 May 2012 22:16:49 UTC +00:00]]
1775
+ SQL (0.5ms) INSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attempts", 0], ["created_at", Mon, 07 May 2012 22:16:49 UTC +00:00], ["failed_at", nil], ["handler", "--- !ruby/struct:DelayedMailhopper::SendJob\nid: 1\n"], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Mon, 07 May 2012 22:16:49 UTC +00:00], ["updated_at", Mon, 07 May 2012 22:16:49 UTC +00:00]]
1776
+  (0.7ms) UPDATE "emails" SET "to_address" = 'to@example.com', "from_address" = 'from@example.com', "cc_address" = 'cc@example.com', "bcc_address" = 'bcc@example.com', "reply_to_address" = 'reply_to@example.com', "subject" = 'Hiya!', "content" = 'Date: Mon, 07 May 2012 18:16:49 -0400
1777
+ From: from@example.com
1778
+ Reply-To: reply_to@example.com
1779
+ To: to@example.com
1780
+ Cc: cc@example.com
1781
+ Message-ID: <4fa849d1af474_1173c3ffba0c34cdc87591@dgmpro.local.mail>
1782
+ Subject: Hiya!
1783
+ Mime-Version: 1.0
1784
+ Content-Type: text/plain;
1785
+ charset=UTF-8
1786
+ Content-Transfer-Encoding: 7bit
1787
+
1788
+ Papaya', "created_at" = '2012-05-07 22:16:49.728968', "updated_at" = '2012-05-07 22:16:49.728968' WHERE "emails"."id" = 1
1789
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1790
+
1791
+ Sent mail to to@example.com (51ms)
1792
+ Date: Mon, 07 May 2012 18:16:49 -0400
1793
+ From: from@example.com
1794
+ Reply-To: reply_to@example.com
1795
+ To: to@example.com
1796
+ Cc: cc@example.com
1797
+ Message-ID: <4fa849d1af474_1173c3ffba0c34cdc87591@dgmpro.local.mail>
1798
+ Subject: Hiya!
1799
+ Mime-Version: 1.0
1800
+ Content-Type: text/plain;
1801
+ charset=UTF-8
1802
+ Content-Transfer-Encoding: 7bit
1803
+
1804
+ Papaya
1805
+ DelayedMailhopper::Email Load (0.2ms) SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
1806
+  (13.2ms) rollback transaction
1807
+  (0.1ms) begin transaction
1808
+ Rendered sample_mailer/hello.text.erb (0.1ms)
1809
+  (0.1ms) SAVEPOINT active_record_1
1810
+ SQL (0.4ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", "bcc@example.com"], ["cc_address", "cc@example.com"], ["content", "Date: Mon, 07 May 2012 18:16: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: <4fa849d1c05eb_1173c3ffba0c34cdc876f1@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", Mon, 07 May 2012 22:16: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", Mon, 07 May 2012 22:16:49 UTC +00:00]]
1811
+ SQL (0.2ms) INSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attempts", 0], ["created_at", Mon, 07 May 2012 22:16:49 UTC +00:00], ["failed_at", nil], ["handler", "--- !ruby/struct:DelayedMailhopper::SendJob\nid: 1\n"], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Mon, 07 May 2012 22:16:49 UTC +00:00], ["updated_at", Mon, 07 May 2012 22:16:49 UTC +00:00]]
1812
+  (0.4ms) UPDATE "emails" SET "to_address" = 'to@example.com', "from_address" = 'from@example.com', "cc_address" = 'cc@example.com', "bcc_address" = 'bcc@example.com', "reply_to_address" = 'reply_to@example.com', "subject" = 'Hiya!', "content" = 'Date: Mon, 07 May 2012 18:16:49 -0400
1813
+ From: from@example.com
1814
+ Reply-To: reply_to@example.com
1815
+ To: to@example.com
1816
+ Cc: cc@example.com
1817
+ Message-ID: <4fa849d1c05eb_1173c3ffba0c34cdc876f1@dgmpro.local.mail>
1818
+ Subject: Hiya!
1819
+ Mime-Version: 1.0
1820
+ Content-Type: text/plain;
1821
+ charset=UTF-8
1822
+ Content-Transfer-Encoding: 7bit
1823
+
1824
+ Papaya', "created_at" = '2012-05-07 22:16:49.795053', "updated_at" = '2012-05-07 22:16:49.795053' WHERE "emails"."id" = 1
1825
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1826
+
1827
+ Sent mail to to@example.com (13ms)
1828
+ Date: Mon, 07 May 2012 18:16:49 -0400
1829
+ From: from@example.com
1830
+ Reply-To: reply_to@example.com
1831
+ To: to@example.com
1832
+ Cc: cc@example.com
1833
+ Message-ID: <4fa849d1c05eb_1173c3ffba0c34cdc876f1@dgmpro.local.mail>
1834
+ Subject: Hiya!
1835
+ Mime-Version: 1.0
1836
+ Content-Type: text/plain;
1837
+ charset=UTF-8
1838
+ Content-Transfer-Encoding: 7bit
1839
+
1840
+ Papaya
1841
+  (0.1ms) SELECT COUNT(*) FROM "emails" 
1842
+  (0.1ms) SELECT COUNT(*) FROM "delayed_jobs"
1843
+  (11.3ms) rollback transaction
1844
+  (0.1ms) begin transaction
1845
+ Rendered sample_mailer/hello.text.erb (0.1ms)
1846
+  (0.1ms) SAVEPOINT active_record_1
1847
+ SQL (0.4ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", "bcc@example.com"], ["cc_address", "cc@example.com"], ["content", "Date: Mon, 07 May 2012 18:16: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: <4fa849d1c8af0_1173c3ffba0c34cdc877fe@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", Mon, 07 May 2012 22:16: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", Mon, 07 May 2012 22:16:49 UTC +00:00]]
1848
+ SQL (0.2ms) INSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attempts", 0], ["created_at", Mon, 07 May 2012 22:16:49 UTC +00:00], ["failed_at", nil], ["handler", "--- !ruby/struct:DelayedMailhopper::SendJob\nid: 1\n"], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Mon, 07 May 2012 22:16:49 UTC +00:00], ["updated_at", Mon, 07 May 2012 22:16:49 UTC +00:00]]
1849
+  (0.4ms) UPDATE "emails" SET "to_address" = 'to@example.com', "from_address" = 'from@example.com', "cc_address" = 'cc@example.com', "bcc_address" = 'bcc@example.com', "reply_to_address" = 'reply_to@example.com', "subject" = 'Hiya!', "content" = 'Date: Mon, 07 May 2012 18:16:49 -0400
1850
+ From: from@example.com
1851
+ Reply-To: reply_to@example.com
1852
+ To: to@example.com
1853
+ Cc: cc@example.com
1854
+ Message-ID: <4fa849d1c8af0_1173c3ffba0c34cdc877fe@dgmpro.local.mail>
1855
+ Subject: Hiya!
1856
+ Mime-Version: 1.0
1857
+ Content-Type: text/plain;
1858
+ charset=UTF-8
1859
+ Content-Transfer-Encoding: 7bit
1860
+
1861
+ Papaya', "created_at" = '2012-05-07 22:16:49.828987', "updated_at" = '2012-05-07 22:16:49.828987' WHERE "emails"."id" = 1
1862
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1863
+
1864
+ Sent mail to to@example.com (13ms)
1865
+ Date: Mon, 07 May 2012 18:16:49 -0400
1866
+ From: from@example.com
1867
+ Reply-To: reply_to@example.com
1868
+ To: to@example.com
1869
+ Cc: cc@example.com
1870
+ Message-ID: <4fa849d1c8af0_1173c3ffba0c34cdc877fe@dgmpro.local.mail>
1871
+ Subject: Hiya!
1872
+ Mime-Version: 1.0
1873
+ Content-Type: text/plain;
1874
+ charset=UTF-8
1875
+ Content-Transfer-Encoding: 7bit
1876
+
1877
+ Papaya
1878
+ DelayedMailhopper::Email Load (0.2ms) SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
1879
+ Delayed::Backend::ActiveRecord::Job Load (0.1ms) SELECT "delayed_jobs".* FROM "delayed_jobs" LIMIT 1
1880
+ DelayedMailhopper::Email Load (0.1ms) SELECT "emails".* FROM "emails" WHERE "emails"."id" = ? ORDER BY created_at DESC LIMIT 1 [["id", 1]]
1881
+
1882
+ Sent mail to to@example.com (37ms)
1883
+ Date: Mon, 07 May 2012 18:16:49 -0400
1884
+ From: from@example.com
1885
+ Reply-To: reply_to@example.com
1886
+ To: to@example.com
1887
+ Cc: cc@example.com
1888
+ Message-ID: <4fa849d1c8af0_1173c3ffba0c34cdc877fe@dgmpro.local.mail>
1889
+ Subject: Hiya!
1890
+ Mime-Version: 1.0
1891
+ Content-Type: text/plain;
1892
+ charset=UTF-8
1893
+ Content-Transfer-Encoding: 7bit
1894
+
1895
+ Papaya
1896
+  (0.1ms) SAVEPOINT active_record_1
1897
+  (0.1ms) UPDATE "emails" SET "sent_at" = '2012-05-07 22:16:49.884762', "updated_at" = '2012-05-07 22:16:49.885279' WHERE "emails"."id" = 1
1898
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1899
+ [DelayedMailhopper::SendJob] success for email_id 1, delayed_job_id 1
1900
+ DelayedMailhopper::Email Load (0.1ms) SELECT "emails".* FROM "emails" WHERE "emails"."id" = ? LIMIT 1 [["id", 1]]
1901
+  (1.4ms) rollback transaction
1902
+  (0.0ms) begin transaction
1903
+ Rendered sample_mailer/hello.text.erb (0.1ms)
1904
+  (0.1ms) SAVEPOINT active_record_1
1905
+ SQL (0.4ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", "bcc@example.com"], ["cc_address", "cc@example.com"], ["content", "Date: Mon, 07 May 2012 18:16: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: <4fa849d1db667_1173c3ffba0c34cdc878cd@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", Mon, 07 May 2012 22:16: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", Mon, 07 May 2012 22:16:49 UTC +00:00]]
1906
+ SQL (0.2ms) INSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attempts", 0], ["created_at", Mon, 07 May 2012 22:16:49 UTC +00:00], ["failed_at", nil], ["handler", "--- !ruby/struct:DelayedMailhopper::SendJob\nid: 1\n"], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Mon, 07 May 2012 22:16:49 UTC +00:00], ["updated_at", Mon, 07 May 2012 22:16:49 UTC +00:00]]
1907
+  (0.4ms) UPDATE "emails" SET "to_address" = 'to@example.com', "from_address" = 'from@example.com', "cc_address" = 'cc@example.com', "bcc_address" = 'bcc@example.com', "reply_to_address" = 'reply_to@example.com', "subject" = 'Hiya!', "content" = 'Date: Mon, 07 May 2012 18:16:49 -0400
1908
+ From: from@example.com
1909
+ Reply-To: reply_to@example.com
1910
+ To: to@example.com
1911
+ Cc: cc@example.com
1912
+ Message-ID: <4fa849d1db667_1173c3ffba0c34cdc878cd@dgmpro.local.mail>
1913
+ Subject: Hiya!
1914
+ Mime-Version: 1.0
1915
+ Content-Type: text/plain;
1916
+ charset=UTF-8
1917
+ Content-Transfer-Encoding: 7bit
1918
+
1919
+ Papaya', "created_at" = '2012-05-07 22:16:49.905663', "updated_at" = '2012-05-07 22:16:49.905663' WHERE "emails"."id" = 1
1920
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1921
+
1922
+ Sent mail to to@example.com (13ms)
1923
+ Date: Mon, 07 May 2012 18:16:49 -0400
1924
+ From: from@example.com
1925
+ Reply-To: reply_to@example.com
1926
+ To: to@example.com
1927
+ Cc: cc@example.com
1928
+ Message-ID: <4fa849d1db667_1173c3ffba0c34cdc878cd@dgmpro.local.mail>
1929
+ Subject: Hiya!
1930
+ Mime-Version: 1.0
1931
+ Content-Type: text/plain;
1932
+ charset=UTF-8
1933
+ Content-Transfer-Encoding: 7bit
1934
+
1935
+ Papaya
1936
+ DelayedMailhopper::Email Load (0.2ms) SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
1937
+
1938
+ Sent mail to to@example.com (5ms)
1939
+ Date: Mon, 07 May 2012 18:16:49 -0400
1940
+ From: from@example.com
1941
+ Reply-To: reply_to@example.com
1942
+ To: to@example.com
1943
+ Cc: cc@example.com
1944
+ Message-ID: <4fa849d1db667_1173c3ffba0c34cdc878cd@dgmpro.local.mail>
1945
+ Subject: Hiya!
1946
+ Mime-Version: 1.0
1947
+ Content-Type: text/plain;
1948
+ charset=UTF-8
1949
+ Content-Transfer-Encoding: 7bit
1950
+
1951
+ Papaya
1952
+  (0.1ms) SAVEPOINT active_record_1
1953
+  (0.1ms) UPDATE "emails" SET "sent_at" = '2012-05-07 22:16:49.925515', "updated_at" = '2012-05-07 22:16:49.926028' WHERE "emails"."id" = 1
1954
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1955
+  (0.6ms) rollback transaction
1956
+  (0.4ms) begin transaction
1957
+  (0.1ms) rollback transaction
1958
+  (0.0ms) begin transaction
1959
+ Rendered sample_mailer/hello.text.erb (2.0ms)
1960
+  (0.1ms) SAVEPOINT active_record_1
1961
+ SQL (4.4ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", "bcc@example.com"], ["cc_address", "cc@example.com"], ["content", "Date: Mon, 07 May 2012 18:18: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: <4fa84a4a7d685_117523fdf79834cd8837cd@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", Mon, 07 May 2012 22:18: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", Mon, 07 May 2012 22:18:50 UTC +00:00]]
1962
+ SQL (0.4ms) INSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attempts", 0], ["created_at", Mon, 07 May 2012 22:18:50 UTC +00:00], ["failed_at", nil], ["handler", "--- !ruby/struct:DelayedMailhopper::SendJob\nid: 1\n"], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Mon, 07 May 2012 22:18:50 UTC +00:00], ["updated_at", Mon, 07 May 2012 22:18:50 UTC +00:00]]
1963
+  (0.4ms) UPDATE "emails" SET "to_address" = 'to@example.com', "from_address" = 'from@example.com', "cc_address" = 'cc@example.com', "bcc_address" = 'bcc@example.com', "reply_to_address" = 'reply_to@example.com', "subject" = 'Hiya!', "content" = 'Date: Mon, 07 May 2012 18:18:50 -0400
1964
+ From: from@example.com
1965
+ Reply-To: reply_to@example.com
1966
+ To: to@example.com
1967
+ Cc: cc@example.com
1968
+ Message-ID: <4fa84a4a7d685_117523fdf79834cd8837cd@dgmpro.local.mail>
1969
+ Subject: Hiya!
1970
+ Mime-Version: 1.0
1971
+ Content-Type: text/plain;
1972
+ charset=UTF-8
1973
+ Content-Transfer-Encoding: 7bit
1974
+
1975
+ Papaya', "created_at" = '2012-05-07 22:18:50.524535', "updated_at" = '2012-05-07 22:18:50.524535' WHERE "emails"."id" = 1
1976
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1977
+
1978
+ Sent mail to to@example.com (44ms)
1979
+ Date: Mon, 07 May 2012 18:18:50 -0400
1980
+ From: from@example.com
1981
+ Reply-To: reply_to@example.com
1982
+ To: to@example.com
1983
+ Cc: cc@example.com
1984
+ Message-ID: <4fa84a4a7d685_117523fdf79834cd8837cd@dgmpro.local.mail>
1985
+ Subject: Hiya!
1986
+ Mime-Version: 1.0
1987
+ Content-Type: text/plain;
1988
+ charset=UTF-8
1989
+ Content-Transfer-Encoding: 7bit
1990
+
1991
+ Papaya
1992
+ DelayedMailhopper::Email Load (0.2ms) SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
1993
+  (0.6ms) rollback transaction
1994
+  (0.0ms) begin transaction
1995
+ Rendered sample_mailer/hello.text.erb (0.1ms)
1996
+  (0.1ms) SAVEPOINT active_record_1
1997
+ SQL (0.4ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", "bcc@example.com"], ["cc_address", "cc@example.com"], ["content", "Date: Mon, 07 May 2012 18:18: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: <4fa84a4a89c64_117523fdf79834cd88385d@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", Mon, 07 May 2012 22:18: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", Mon, 07 May 2012 22:18:50 UTC +00:00]]
1998
+ SQL (0.2ms) INSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attempts", 0], ["created_at", Mon, 07 May 2012 22:18:50 UTC +00:00], ["failed_at", nil], ["handler", "--- !ruby/struct:DelayedMailhopper::SendJob\nid: 1\n"], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Mon, 07 May 2012 22:18:50 UTC +00:00], ["updated_at", Mon, 07 May 2012 22:18:50 UTC +00:00]]
1999
+  (0.6ms) UPDATE "emails" SET "to_address" = 'to@example.com', "from_address" = 'from@example.com', "cc_address" = 'cc@example.com', "bcc_address" = 'bcc@example.com', "reply_to_address" = 'reply_to@example.com', "subject" = 'Hiya!', "content" = 'Date: Mon, 07 May 2012 18:18:50 -0400
2000
+ From: from@example.com
2001
+ Reply-To: reply_to@example.com
2002
+ To: to@example.com
2003
+ Cc: cc@example.com
2004
+ Message-ID: <4fa84a4a89c64_117523fdf79834cd88385d@dgmpro.local.mail>
2005
+ Subject: Hiya!
2006
+ Mime-Version: 1.0
2007
+ Content-Type: text/plain;
2008
+ charset=UTF-8
2009
+ Content-Transfer-Encoding: 7bit
2010
+
2011
+ Papaya', "created_at" = '2012-05-07 22:18:50.571499', "updated_at" = '2012-05-07 22:18:50.571499' WHERE "emails"."id" = 1
2012
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2013
+
2014
+ Sent mail to to@example.com (14ms)
2015
+ Date: Mon, 07 May 2012 18:18:50 -0400
2016
+ From: from@example.com
2017
+ Reply-To: reply_to@example.com
2018
+ To: to@example.com
2019
+ Cc: cc@example.com
2020
+ Message-ID: <4fa84a4a89c64_117523fdf79834cd88385d@dgmpro.local.mail>
2021
+ Subject: Hiya!
2022
+ Mime-Version: 1.0
2023
+ Content-Type: text/plain;
2024
+ charset=UTF-8
2025
+ Content-Transfer-Encoding: 7bit
2026
+
2027
+ Papaya
2028
+  (0.1ms) SELECT COUNT(*) FROM "emails" 
2029
+  (0.0ms) SELECT COUNT(*) FROM "delayed_jobs"
2030
+  (2.5ms) rollback transaction
2031
+  (0.0ms) begin transaction
2032
+ Rendered sample_mailer/hello.text.erb (0.1ms)
2033
+  (0.1ms) SAVEPOINT active_record_1
2034
+ SQL (0.6ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", "bcc@example.com"], ["cc_address", "cc@example.com"], ["content", "Date: Mon, 07 May 2012 18:18: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: <4fa84a4a97581_117523fdf79834cd883941@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", Mon, 07 May 2012 22:18: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", Mon, 07 May 2012 22:18:50 UTC +00:00]]
2035
+ SQL (0.2ms) INSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attempts", 0], ["created_at", Mon, 07 May 2012 22:18:50 UTC +00:00], ["failed_at", nil], ["handler", "--- !ruby/struct:DelayedMailhopper::SendJob\nid: 1\n"], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Mon, 07 May 2012 22:18:50 UTC +00:00], ["updated_at", Mon, 07 May 2012 22:18:50 UTC +00:00]]
2036
+  (0.4ms) UPDATE "emails" SET "to_address" = 'to@example.com', "from_address" = 'from@example.com', "cc_address" = 'cc@example.com', "bcc_address" = 'bcc@example.com', "reply_to_address" = 'reply_to@example.com', "subject" = 'Hiya!', "content" = 'Date: Mon, 07 May 2012 18:18:50 -0400
2037
+ From: from@example.com
2038
+ Reply-To: reply_to@example.com
2039
+ To: to@example.com
2040
+ Cc: cc@example.com
2041
+ Message-ID: <4fa84a4a97581_117523fdf79834cd883941@dgmpro.local.mail>
2042
+ Subject: Hiya!
2043
+ Mime-Version: 1.0
2044
+ Content-Type: text/plain;
2045
+ charset=UTF-8
2046
+ Content-Transfer-Encoding: 7bit
2047
+
2048
+ Papaya', "created_at" = '2012-05-07 22:18:50.627010', "updated_at" = '2012-05-07 22:18:50.627010' WHERE "emails"."id" = 1
2049
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2050
+
2051
+ Sent mail to to@example.com (14ms)
2052
+ Date: Mon, 07 May 2012 18:18:50 -0400
2053
+ From: from@example.com
2054
+ Reply-To: reply_to@example.com
2055
+ To: to@example.com
2056
+ Cc: cc@example.com
2057
+ Message-ID: <4fa84a4a97581_117523fdf79834cd883941@dgmpro.local.mail>
2058
+ Subject: Hiya!
2059
+ Mime-Version: 1.0
2060
+ Content-Type: text/plain;
2061
+ charset=UTF-8
2062
+ Content-Transfer-Encoding: 7bit
2063
+
2064
+ Papaya
2065
+ DelayedMailhopper::Email Load (0.2ms) SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
2066
+ Delayed::Backend::ActiveRecord::Job Load (0.1ms) SELECT "delayed_jobs".* FROM "delayed_jobs" LIMIT 1
2067
+ DelayedMailhopper::Email Load (0.1ms) SELECT "emails".* FROM "emails" WHERE "emails"."id" = ? ORDER BY created_at DESC LIMIT 1 [["id", 1]]
2068
+
2069
+ Sent mail to to@example.com (6ms)
2070
+ Date: Mon, 07 May 2012 18:18:50 -0400
2071
+ From: from@example.com
2072
+ Reply-To: reply_to@example.com
2073
+ To: to@example.com
2074
+ Cc: cc@example.com
2075
+ Message-ID: <4fa84a4a97581_117523fdf79834cd883941@dgmpro.local.mail>
2076
+ Subject: Hiya!
2077
+ Mime-Version: 1.0
2078
+ Content-Type: text/plain;
2079
+ charset=UTF-8
2080
+ Content-Transfer-Encoding: 7bit
2081
+
2082
+ Papaya
2083
+  (0.1ms) SAVEPOINT active_record_1
2084
+  (0.1ms) UPDATE "emails" SET "sent_at" = '2012-05-07 22:18:50.652292', "updated_at" = '2012-05-07 22:18:50.652807' WHERE "emails"."id" = 1
2085
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2086
+ [DelayedMailhopper::SendJob] success for email_id 1, delayed_job_id 1
2087
+ DelayedMailhopper::Email Load (0.1ms) SELECT "emails".* FROM "emails" WHERE "emails"."id" = ? LIMIT 1 [["id", 1]]
2088
+  (0.6ms) rollback transaction
2089
+  (0.0ms) begin transaction
2090
+ Rendered sample_mailer/hello.text.erb (0.1ms)
2091
+  (0.1ms) SAVEPOINT active_record_1
2092
+ SQL (0.4ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", "bcc@example.com"], ["cc_address", "cc@example.com"], ["content", "Date: Mon, 07 May 2012 18:18: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: <4fa84a4aa280f_117523fdf79834cd884060@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", Mon, 07 May 2012 22:18: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", Mon, 07 May 2012 22:18:50 UTC +00:00]]
2093
+ SQL (0.2ms) INSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attempts", 0], ["created_at", Mon, 07 May 2012 22:18:50 UTC +00:00], ["failed_at", nil], ["handler", "--- !ruby/struct:DelayedMailhopper::SendJob\nid: 1\n"], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Mon, 07 May 2012 22:18:50 UTC +00:00], ["updated_at", Mon, 07 May 2012 22:18:50 UTC +00:00]]
2094
+  (0.4ms) UPDATE "emails" SET "to_address" = 'to@example.com', "from_address" = 'from@example.com', "cc_address" = 'cc@example.com', "bcc_address" = 'bcc@example.com', "reply_to_address" = 'reply_to@example.com', "subject" = 'Hiya!', "content" = 'Date: Mon, 07 May 2012 18:18:50 -0400
2095
+ From: from@example.com
2096
+ Reply-To: reply_to@example.com
2097
+ To: to@example.com
2098
+ Cc: cc@example.com
2099
+ Message-ID: <4fa84a4aa280f_117523fdf79834cd884060@dgmpro.local.mail>
2100
+ Subject: Hiya!
2101
+ Mime-Version: 1.0
2102
+ Content-Type: text/plain;
2103
+ charset=UTF-8
2104
+ Content-Transfer-Encoding: 7bit
2105
+
2106
+ Papaya', "created_at" = '2012-05-07 22:18:50.672613', "updated_at" = '2012-05-07 22:18:50.672613' WHERE "emails"."id" = 1
2107
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2108
+
2109
+ Sent mail to to@example.com (13ms)
2110
+ Date: Mon, 07 May 2012 18:18:50 -0400
2111
+ From: from@example.com
2112
+ Reply-To: reply_to@example.com
2113
+ To: to@example.com
2114
+ Cc: cc@example.com
2115
+ Message-ID: <4fa84a4aa280f_117523fdf79834cd884060@dgmpro.local.mail>
2116
+ Subject: Hiya!
2117
+ Mime-Version: 1.0
2118
+ Content-Type: text/plain;
2119
+ charset=UTF-8
2120
+ Content-Transfer-Encoding: 7bit
2121
+
2122
+ Papaya
2123
+ DelayedMailhopper::Email Load (0.2ms) SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
2124
+
2125
+ Sent mail to to@example.com (5ms)
2126
+ Date: Mon, 07 May 2012 18:18:50 -0400
2127
+ From: from@example.com
2128
+ Reply-To: reply_to@example.com
2129
+ To: to@example.com
2130
+ Cc: cc@example.com
2131
+ Message-ID: <4fa84a4aa280f_117523fdf79834cd884060@dgmpro.local.mail>
2132
+ Subject: Hiya!
2133
+ Mime-Version: 1.0
2134
+ Content-Type: text/plain;
2135
+ charset=UTF-8
2136
+ Content-Transfer-Encoding: 7bit
2137
+
2138
+ Papaya
2139
+  (0.0ms) SAVEPOINT active_record_1
2140
+  (0.1ms) UPDATE "emails" SET "sent_at" = '2012-05-07 22:18:50.692567', "updated_at" = '2012-05-07 22:18:50.693059' WHERE "emails"."id" = 1
2141
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2142
+  (0.5ms) rollback transaction
2143
+  (0.4ms) begin transaction
2144
+ Rendered sample_mailer/hello.text.erb (2.3ms)
2145
+  (0.1ms) SAVEPOINT active_record_1
2146
+ SQL (23.2ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", "bcc@example.com"], ["cc_address", "cc@example.com"], ["content", "Date: Mon, 07 May 2012 19:40: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: <4fa85d7530a7e_11aaf3fc5ec434cd812@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\nX-User-Id: Howdy!\r\n\r\nPapaya"], ["created_at", Mon, 07 May 2012 23:40: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", Mon, 07 May 2012 23:40:37 UTC +00:00]]
2147
+ SQL (0.7ms) INSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attempts", 0], ["created_at", Mon, 07 May 2012 23:40:37 UTC +00:00], ["failed_at", nil], ["handler", "--- !ruby/struct:DelayedMailhopper::SendJob\nid: 1\n"], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Mon, 07 May 2012 23:40:37 UTC +00:00], ["updated_at", Mon, 07 May 2012 23:40:37 UTC +00:00]]
2148
+  (0.4ms) UPDATE "emails" SET "to_address" = 'to@example.com', "from_address" = 'from@example.com', "cc_address" = 'cc@example.com', "bcc_address" = 'bcc@example.com', "reply_to_address" = 'reply_to@example.com', "subject" = 'Hiya!', "content" = 'Date: Mon, 07 May 2012 19:40:37 -0400
2149
+ From: from@example.com
2150
+ Reply-To: reply_to@example.com
2151
+ To: to@example.com
2152
+ Cc: cc@example.com
2153
+ Message-ID: <4fa85d7530a7e_11aaf3fc5ec434cd812@dgmpro.local.mail>
2154
+ Subject: Hiya!
2155
+ Mime-Version: 1.0
2156
+ Content-Type: text/plain;
2157
+ charset=UTF-8
2158
+ Content-Transfer-Encoding: 7bit
2159
+ X-User-Id: Howdy!
2160
+
2161
+ Papaya', "created_at" = '2012-05-07 23:40:37.262047', "updated_at" = '2012-05-07 23:40:37.262047' WHERE "emails"."id" = 1
2162
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2163
+
2164
+ Sent mail to to@example.com (164ms)
2165
+ Date: Mon, 07 May 2012 19:40:37 -0400
2166
+ From: from@example.com
2167
+ Reply-To: reply_to@example.com
2168
+ To: to@example.com
2169
+ Cc: cc@example.com
2170
+ Message-ID: <4fa85d7530a7e_11aaf3fc5ec434cd812@dgmpro.local.mail>
2171
+ Subject: Hiya!
2172
+ Mime-Version: 1.0
2173
+ Content-Type: text/plain;
2174
+ charset=UTF-8
2175
+ Content-Transfer-Encoding: 7bit
2176
+ X-User-Id: Howdy!
2177
+
2178
+ Papaya
2179
+ DelayedMailhopper::Email Load (0.2ms) SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
2180
+ Delayed::Backend::ActiveRecord::Job Load (0.1ms) SELECT "delayed_jobs".* FROM "delayed_jobs" LIMIT 1
2181
+ DelayedMailhopper::Email Load (0.2ms) SELECT "emails".* FROM "emails" WHERE "emails"."id" = ? ORDER BY created_at DESC LIMIT 1 [["id", 1]]
2182
+
2183
+ Sent mail to to@example.com (17ms)
2184
+ Date: Mon, 07 May 2012 19:40:37 -0400
2185
+ From: from@example.com
2186
+ Reply-To: reply_to@example.com
2187
+ To: to@example.com
2188
+ Cc: cc@example.com
2189
+ Message-ID: <4fa85d7530a7e_11aaf3fc5ec434cd812@dgmpro.local.mail>
2190
+ Subject: Hiya!
2191
+ Mime-Version: 1.0
2192
+ Content-Type: text/plain;
2193
+ charset=UTF-8
2194
+ Content-Transfer-Encoding: 7bit
2195
+ X-User-Id: Howdy!
2196
+
2197
+ Papaya
2198
+  (0.1ms) SAVEPOINT active_record_1
2199
+  (0.1ms) UPDATE "emails" SET "sent_at" = '2012-05-07 23:40:37.362595', "updated_at" = '2012-05-07 23:40:37.363406' WHERE "emails"."id" = 1
2200
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2201
+ [DelayedMailhopper::SendJob] success for email_id 1, delayed_job_id 1
2202
+ DelayedMailhopper::Email Load (0.2ms) SELECT "emails".* FROM "emails" WHERE "emails"."id" = ? LIMIT 1 [["id", 1]]
2203
+  (0.5ms) rollback transaction
2204
+  (0.4ms) begin transaction
2205
+ Rendered sample_mailer/hello.text.erb (2.2ms)
2206
+  (0.1ms) SAVEPOINT active_record_1
2207
+ SQL (4.8ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", "bcc@example.com"], ["cc_address", "cc@example.com"], ["content", "Date: Mon, 07 May 2012 19:43: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: <4fa85e2955cad_11ad23fcc61834ce070850@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\nX-User-Id: Howdy!\r\n\r\nPapaya"], ["created_at", Mon, 07 May 2012 23:43: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", Mon, 07 May 2012 23:43:37 UTC +00:00]]
2208
+ SQL (0.8ms) INSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attempts", 0], ["created_at", Mon, 07 May 2012 23:43:37 UTC +00:00], ["failed_at", nil], ["handler", "--- !ruby/struct:DelayedMailhopper::SendJob\nid: 1\n"], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Mon, 07 May 2012 23:43:37 UTC +00:00], ["updated_at", Mon, 07 May 2012 23:43:37 UTC +00:00]]
2209
+  (0.4ms) UPDATE "emails" SET "to_address" = 'to@example.com', "from_address" = 'from@example.com', "cc_address" = 'cc@example.com', "bcc_address" = 'bcc@example.com', "reply_to_address" = 'reply_to@example.com', "subject" = 'Hiya!', "content" = 'Date: Mon, 07 May 2012 19:43:37 -0400
2210
+ From: from@example.com
2211
+ Reply-To: reply_to@example.com
2212
+ To: to@example.com
2213
+ Cc: cc@example.com
2214
+ Message-ID: <4fa85e2955cad_11ad23fcc61834ce070850@dgmpro.local.mail>
2215
+ Subject: Hiya!
2216
+ Mime-Version: 1.0
2217
+ Content-Type: text/plain;
2218
+ charset=UTF-8
2219
+ Content-Transfer-Encoding: 7bit
2220
+ X-User-Id: Howdy!
2221
+
2222
+ Papaya', "created_at" = '2012-05-07 23:43:37.426996', "updated_at" = '2012-05-07 23:43:37.426996' WHERE "emails"."id" = 1
2223
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2224
+
2225
+ Sent mail to to@example.com (164ms)
2226
+ Date: Mon, 07 May 2012 19:43:37 -0400
2227
+ From: from@example.com
2228
+ Reply-To: reply_to@example.com
2229
+ To: to@example.com
2230
+ Cc: cc@example.com
2231
+ Message-ID: <4fa85e2955cad_11ad23fcc61834ce070850@dgmpro.local.mail>
2232
+ Subject: Hiya!
2233
+ Mime-Version: 1.0
2234
+ Content-Type: text/plain;
2235
+ charset=UTF-8
2236
+ Content-Transfer-Encoding: 7bit
2237
+ X-User-Id: Howdy!
2238
+
2239
+ Papaya
2240
+ DelayedMailhopper::Email Load (0.2ms) SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
2241
+ Delayed::Backend::ActiveRecord::Job Load (0.1ms) SELECT "delayed_jobs".* FROM "delayed_jobs" LIMIT 1
2242
+ DelayedMailhopper::Email Load (0.2ms) SELECT "emails".* FROM "emails" WHERE "emails"."id" = ? ORDER BY created_at DESC LIMIT 1 [["id", 1]]
2243
+
2244
+ Sent mail to to@example.com (20ms)
2245
+ Date: Mon, 07 May 2012 19:43:37 -0400
2246
+ From: from@example.com
2247
+ Reply-To: reply_to@example.com
2248
+ To: to@example.com
2249
+ Cc: cc@example.com
2250
+ Message-ID: <4fa85e2955cad_11ad23fcc61834ce070850@dgmpro.local.mail>
2251
+ Subject: Hiya!
2252
+ Mime-Version: 1.0
2253
+ Content-Type: text/plain;
2254
+ charset=UTF-8
2255
+ Content-Transfer-Encoding: 7bit
2256
+ X-User-Id: Howdy!
2257
+
2258
+ Papaya
2259
+  (0.1ms) SAVEPOINT active_record_1
2260
+  (0.1ms) UPDATE "emails" SET "sent_at" = '2012-05-07 23:43:37.534396', "updated_at" = '2012-05-07 23:43:37.535299' WHERE "emails"."id" = 1
2261
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2262
+ [DelayedMailhopper::SendJob] success for email_id 1, delayed_job_id 1
2263
+ DelayedMailhopper::Email Load (0.2ms) SELECT "emails".* FROM "emails" WHERE "emails"."id" = ? LIMIT 1 [["id", 1]]
2264
+  (8.4ms) rollback transaction
2265
+  (0.4ms) begin transaction
2266
+ Rendered sample_mailer/hello.text.erb (2.2ms)
2267
+  (0.1ms) SAVEPOINT active_record_1
2268
+ SQL (66.1ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", "bcc@example.com"], ["cc_address", "cc@example.com"], ["content", "Date: Mon, 07 May 2012 19:43:47 -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: <4fa85e33544c4_11ad53ffce5034cd490422@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\nX-User-Id: Howdy!\r\n\r\nPapaya"], ["created_at", Tue, 08 May 2012 01:04:36 UTC +00:00], ["from_address", "from@example.com"], ["reply_to_address", "reply_to@example.com"], ["sent_at", nil], ["subject", "Hiya!"], ["to_address", "to@example.com"], ["updated_at", Tue, 08 May 2012 01:04:36 UTC +00:00]]
2269
+ SQL (0.8ms) INSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attempts", 0], ["created_at", Tue, 08 May 2012 01:04:36 UTC +00:00], ["failed_at", nil], ["handler", "--- !ruby/struct:DelayedMailhopper::SendJob\nid: 1\n"], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Tue, 08 May 2012 01:04:36 UTC +00:00], ["updated_at", Tue, 08 May 2012 01:04:36 UTC +00:00]]
2270
+  (0.5ms) UPDATE "emails" SET "to_address" = 'to@example.com', "from_address" = 'from@example.com', "cc_address" = 'cc@example.com', "bcc_address" = 'bcc@example.com', "reply_to_address" = 'reply_to@example.com', "subject" = 'Hiya!', "content" = 'Date: Mon, 07 May 2012 19:43:47 -0400
2271
+ From: from@example.com
2272
+ Reply-To: reply_to@example.com
2273
+ To: to@example.com
2274
+ Cc: cc@example.com
2275
+ Message-ID: <4fa85e33544c4_11ad53ffce5034cd490422@dgmpro.local.mail>
2276
+ Subject: Hiya!
2277
+ Mime-Version: 1.0
2278
+ Content-Type: text/plain;
2279
+ charset=UTF-8
2280
+ Content-Transfer-Encoding: 7bit
2281
+ X-User-Id: Howdy!
2282
+
2283
+ Papaya', "created_at" = '2012-05-08 01:04:36.249062', "updated_at" = '2012-05-08 01:04:36.249062' WHERE "emails"."id" = 1
2284
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2285
+
2286
+ Sent mail to to@example.com (4849062ms)
2287
+ Date: Mon, 07 May 2012 19:43:47 -0400
2288
+ From: from@example.com
2289
+ Reply-To: reply_to@example.com
2290
+ To: to@example.com
2291
+ Cc: cc@example.com
2292
+ Message-ID: <4fa85e33544c4_11ad53ffce5034cd490422@dgmpro.local.mail>
2293
+ Subject: Hiya!
2294
+ Mime-Version: 1.0
2295
+ Content-Type: text/plain;
2296
+ charset=UTF-8
2297
+ Content-Transfer-Encoding: 7bit
2298
+ X-User-Id: Howdy!
2299
+
2300
+ Papaya
2301
+ DelayedMailhopper::Email Load (0.2ms) SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
2302
+ Delayed::Backend::ActiveRecord::Job Load (0.2ms) SELECT "delayed_jobs".* FROM "delayed_jobs" LIMIT 1
2303
+ DelayedMailhopper::Email Load (0.2ms) SELECT "emails".* FROM "emails" WHERE "emails"."id" = ? ORDER BY created_at DESC LIMIT 1 [["id", 1]]
2304
+
2305
+ Sent mail to to@example.com (31ms)
2306
+ Date: Mon, 07 May 2012 19:43:47 -0400
2307
+ From: from@example.com
2308
+ Reply-To: reply_to@example.com
2309
+ To: to@example.com
2310
+ Cc: cc@example.com
2311
+ Message-ID: <4fa85e33544c4_11ad53ffce5034cd490422@dgmpro.local.mail>
2312
+ Subject: Hiya!
2313
+ Mime-Version: 1.0
2314
+ Content-Type: text/plain;
2315
+ charset=UTF-8
2316
+ Content-Transfer-Encoding: 7bit
2317
+ X-User-Id: Howdy!
2318
+
2319
+ Papaya
2320
+  (0.1ms) SAVEPOINT active_record_1
2321
+  (0.1ms) UPDATE "emails" SET "sent_at" = '2012-05-08 01:04:36.462937', "updated_at" = '2012-05-08 01:04:36.463783' WHERE "emails"."id" = 1
2322
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2323
+ [DelayedMailhopper::SendJob] success for email_id 1, delayed_job_id 1
2324
+ DelayedMailhopper::Email Load (0.2ms) SELECT "emails".* FROM "emails" WHERE "emails"."id" = ? LIMIT 1 [["id", 1]]
2325
+  (0.6ms) rollback transaction
2326
+  (0.4ms) begin transaction
2327
+ Rendered sample_mailer/hello.text.erb (2.7ms)
2328
+  (0.1ms) SAVEPOINT active_record_1
2329
+ SQL (4.7ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", "bcc@example.com"], ["cc_address", "cc@example.com"], ["content", "Date: Mon, 07 May 2012 21:14: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: <4fa8735b5edcc_11df33ff51c834cd4607b6@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\nX-User-Id: Howdy!\r\n\r\nPapaya"], ["created_at", Tue, 08 May 2012 01:14: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", Tue, 08 May 2012 01:14:03 UTC +00:00]]
2330
+ SQL (0.7ms) INSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attempts", 0], ["created_at", Tue, 08 May 2012 01:14:03 UTC +00:00], ["failed_at", nil], ["handler", "--- !ruby/struct:DelayedMailhopper::SendJob\nid: 1\n"], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Tue, 08 May 2012 01:14:03 UTC +00:00], ["updated_at", Tue, 08 May 2012 01:14:03 UTC +00:00]]
2331
+  (0.5ms) UPDATE "emails" SET "to_address" = 'to@example.com', "from_address" = 'from@example.com', "cc_address" = 'cc@example.com', "bcc_address" = 'bcc@example.com', "reply_to_address" = 'reply_to@example.com', "subject" = 'Hiya!', "content" = 'Date: Mon, 07 May 2012 21:14:03 -0400
2332
+ From: from@example.com
2333
+ Reply-To: reply_to@example.com
2334
+ To: to@example.com
2335
+ Cc: cc@example.com
2336
+ Message-ID: <4fa8735b5edcc_11df33ff51c834cd4607b6@dgmpro.local.mail>
2337
+ Subject: Hiya!
2338
+ Mime-Version: 1.0
2339
+ Content-Type: text/plain;
2340
+ charset=UTF-8
2341
+ Content-Transfer-Encoding: 7bit
2342
+ X-User-Id: Howdy!
2343
+
2344
+ Papaya', "created_at" = '2012-05-08 01:14:03.450546', "updated_at" = '2012-05-08 01:14:03.450546' WHERE "emails"."id" = 1
2345
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2346
+
2347
+ Sent mail to to@example.com (144ms)
2348
+ Date: Mon, 07 May 2012 21:14:03 -0400
2349
+ From: from@example.com
2350
+ Reply-To: reply_to@example.com
2351
+ To: to@example.com
2352
+ Cc: cc@example.com
2353
+ Message-ID: <4fa8735b5edcc_11df33ff51c834cd4607b6@dgmpro.local.mail>
2354
+ Subject: Hiya!
2355
+ Mime-Version: 1.0
2356
+ Content-Type: text/plain;
2357
+ charset=UTF-8
2358
+ Content-Transfer-Encoding: 7bit
2359
+ X-User-Id: Howdy!
2360
+
2361
+ Papaya
2362
+ DelayedMailhopper::Email Load (0.2ms) SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
2363
+ Delayed::Backend::ActiveRecord::Job Load (0.1ms) SELECT "delayed_jobs".* FROM "delayed_jobs" LIMIT 1
2364
+ DelayedMailhopper::Email Load (0.2ms) SELECT "emails".* FROM "emails" WHERE "emails"."id" = ? ORDER BY created_at DESC LIMIT 1 [["id", 1]]
2365
+
2366
+ Sent mail to to@example.com (17ms)
2367
+ Date: Mon, 07 May 2012 21:14:03 -0400
2368
+ From: from@example.com
2369
+ Reply-To: reply_to@example.com
2370
+ To: to@example.com
2371
+ Cc: cc@example.com
2372
+ Message-ID: <4fa8735b5edcc_11df33ff51c834cd4607b6@dgmpro.local.mail>
2373
+ Subject: Hiya!
2374
+ Mime-Version: 1.0
2375
+ Content-Type: text/plain;
2376
+ charset=UTF-8
2377
+ Content-Transfer-Encoding: 7bit
2378
+ X-User-Id: Howdy!
2379
+
2380
+ Papaya
2381
+  (0.1ms) SAVEPOINT active_record_1
2382
+  (0.1ms) UPDATE "emails" SET "sent_at" = '2012-05-08 01:14:03.531929', "updated_at" = '2012-05-08 01:14:03.532706' WHERE "emails"."id" = 1
2383
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2384
+ [DelayedMailhopper::SendJob] success for email_id 1, delayed_job_id 1
2385
+ DelayedMailhopper::Email Load (0.1ms) SELECT "emails".* FROM "emails" WHERE "emails"."id" = ? LIMIT 1 [["id", 1]]
2386
+  (0.6ms) rollback transaction
2387
+  (0.4ms) begin transaction
2388
+ Rendered sample_mailer/hello.text.erb (2.1ms)
2389
+  (0.2ms) SAVEPOINT active_record_1
2390
+ SQL (4.8ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", "bcc@example.com"], ["cc_address", "cc@example.com"], ["content", "Date: Mon, 07 May 2012 21:14:22 -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: <4fa8736e7a57d_11df73fc16d834cd0389fc@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\nX-User-Id: Howdy!\r\n\r\nPapaya"], ["created_at", Tue, 08 May 2012 02:05: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", Tue, 08 May 2012 02:05:27 UTC +00:00]]
2391
+ SQL (0.8ms) INSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attempts", 0], ["created_at", Tue, 08 May 2012 02:05:27 UTC +00:00], ["failed_at", nil], ["handler", "--- !ruby/struct:DelayedMailhopper::SendJob\nid: 1\n"], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Tue, 08 May 2012 02:05:27 UTC +00:00], ["updated_at", Tue, 08 May 2012 02:05:27 UTC +00:00]]
2392
+  (0.5ms) UPDATE "emails" SET "to_address" = 'to@example.com', "from_address" = 'from@example.com', "cc_address" = 'cc@example.com', "bcc_address" = 'bcc@example.com', "reply_to_address" = 'reply_to@example.com', "subject" = 'Hiya!', "content" = 'Date: Mon, 07 May 2012 21:14:22 -0400
2393
+ From: from@example.com
2394
+ Reply-To: reply_to@example.com
2395
+ To: to@example.com
2396
+ Cc: cc@example.com
2397
+ Message-ID: <4fa8736e7a57d_11df73fc16d834cd0389fc@dgmpro.local.mail>
2398
+ Subject: Hiya!
2399
+ Mime-Version: 1.0
2400
+ Content-Type: text/plain;
2401
+ charset=UTF-8
2402
+ Content-Transfer-Encoding: 7bit
2403
+ X-User-Id: Howdy!
2404
+
2405
+ Papaya', "created_at" = '2012-05-08 02:05:27.293690', "updated_at" = '2012-05-08 02:05:27.293690' WHERE "emails"."id" = 1
2406
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2407
+
2408
+ Sent mail to to@example.com (3064877ms)
2409
+ Date: Mon, 07 May 2012 21:14:22 -0400
2410
+ From: from@example.com
2411
+ Reply-To: reply_to@example.com
2412
+ To: to@example.com
2413
+ Cc: cc@example.com
2414
+ Message-ID: <4fa8736e7a57d_11df73fc16d834cd0389fc@dgmpro.local.mail>
2415
+ Subject: Hiya!
2416
+ Mime-Version: 1.0
2417
+ Content-Type: text/plain;
2418
+ charset=UTF-8
2419
+ Content-Transfer-Encoding: 7bit
2420
+ X-User-Id: Howdy!
2421
+
2422
+ Papaya
2423
+ DelayedMailhopper::Email Load (0.3ms) SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
2424
+ Delayed::Backend::ActiveRecord::Job Load (0.2ms) SELECT "delayed_jobs".* FROM "delayed_jobs" LIMIT 1
2425
+ DelayedMailhopper::Email Load (0.2ms) SELECT "emails".* FROM "emails" WHERE "emails"."id" = ? ORDER BY created_at DESC LIMIT 1 [["id", 1]]
2426
+
2427
+ Sent mail to to@example.com (32ms)
2428
+ Date: Mon, 07 May 2012 21:14:22 -0400
2429
+ From: from@example.com
2430
+ Reply-To: reply_to@example.com
2431
+ To: to@example.com
2432
+ Cc: cc@example.com
2433
+ Message-ID: <4fa8736e7a57d_11df73fc16d834cd0389fc@dgmpro.local.mail>
2434
+ Subject: Hiya!
2435
+ Mime-Version: 1.0
2436
+ Content-Type: text/plain;
2437
+ charset=UTF-8
2438
+ Content-Transfer-Encoding: 7bit
2439
+ X-User-Id: Howdy!
2440
+
2441
+ Papaya
2442
+  (0.1ms) SAVEPOINT active_record_1
2443
+  (0.2ms) UPDATE "emails" SET "sent_at" = '2012-05-08 02:05:27.426486', "updated_at" = '2012-05-08 02:05:27.427414' WHERE "emails"."id" = 1
2444
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2445
+ [DelayedMailhopper::SendJob] success for email_id 1, delayed_job_id 1
2446
+ DelayedMailhopper::Email Load (0.2ms) SELECT "emails".* FROM "emails" WHERE "emails"."id" = ? LIMIT 1 [["id", 1]]
2447
+  (0.6ms) rollback transaction
2448
+  (0.5ms) begin transaction
2449
+ Rendered sample_mailer/hello.text.erb (2.4ms)
2450
+  (0.1ms) SAVEPOINT active_record_1
2451
+ SQL (5.3ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", "bcc@example.com"], ["cc_address", "cc@example.com"], ["content", "Date: Mon, 07 May 2012 22:05:56 -0400\r\nFrom: from@example.com\r\nReply-To: reply_to@example.com\r\nTo: to@example.com\r\nCc: cc@example.com\r\nMessage-ID: <4fa87f842e4ec_1201e3fc1c1834ce0826a9@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\nX-User-Id: Howdy!\r\n\r\nPapaya"], ["created_at", Tue, 08 May 2012 02:05:56 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", Tue, 08 May 2012 02:05:56 UTC +00:00]]
2452
+ SQL (0.8ms) INSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attempts", 0], ["created_at", Tue, 08 May 2012 02:05:56 UTC +00:00], ["failed_at", nil], ["handler", "--- !ruby/struct:DelayedMailhopper::SendJob\nid: 1\n"], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Tue, 08 May 2012 02:05:56 UTC +00:00], ["updated_at", Tue, 08 May 2012 02:05:56 UTC +00:00]]
2453
+  (0.4ms) UPDATE "emails" SET "to_address" = 'to@example.com', "from_address" = 'from@example.com', "cc_address" = 'cc@example.com', "bcc_address" = 'bcc@example.com', "reply_to_address" = 'reply_to@example.com', "subject" = 'Hiya!', "content" = 'Date: Mon, 07 May 2012 22:05:56 -0400
2454
+ From: from@example.com
2455
+ Reply-To: reply_to@example.com
2456
+ To: to@example.com
2457
+ Cc: cc@example.com
2458
+ Message-ID: <4fa87f842e4ec_1201e3fc1c1834ce0826a9@dgmpro.local.mail>
2459
+ Subject: Hiya!
2460
+ Mime-Version: 1.0
2461
+ Content-Type: text/plain;
2462
+ charset=UTF-8
2463
+ Content-Transfer-Encoding: 7bit
2464
+ X-User-Id: Howdy!
2465
+
2466
+ Papaya', "created_at" = '2012-05-08 02:05:56.264164', "updated_at" = '2012-05-08 02:05:56.264164' WHERE "emails"."id" = 1
2467
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2468
+
2469
+ Sent mail to to@example.com (165ms)
2470
+ Date: Mon, 07 May 2012 22:05:56 -0400
2471
+ From: from@example.com
2472
+ Reply-To: reply_to@example.com
2473
+ To: to@example.com
2474
+ Cc: cc@example.com
2475
+ Message-ID: <4fa87f842e4ec_1201e3fc1c1834ce0826a9@dgmpro.local.mail>
2476
+ Subject: Hiya!
2477
+ Mime-Version: 1.0
2478
+ Content-Type: text/plain;
2479
+ charset=UTF-8
2480
+ Content-Transfer-Encoding: 7bit
2481
+ X-User-Id: Howdy!
2482
+
2483
+ Papaya
2484
+ DelayedMailhopper::Email Load (0.2ms) SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
2485
+ Delayed::Backend::ActiveRecord::Job Load (0.1ms) SELECT "delayed_jobs".* FROM "delayed_jobs" LIMIT 1
2486
+ DelayedMailhopper::Email Load (0.2ms) SELECT "emails".* FROM "emails" WHERE "emails"."id" = ? ORDER BY created_at DESC LIMIT 1 [["id", 1]]
2487
+
2488
+ Sent mail to to@example.com (23ms)
2489
+ Date: Mon, 07 May 2012 22:05:56 -0400
2490
+ From: from@example.com
2491
+ Reply-To: reply_to@example.com
2492
+ To: to@example.com
2493
+ Cc: cc@example.com
2494
+ Message-ID: <4fa87f842e4ec_1201e3fc1c1834ce0826a9@dgmpro.local.mail>
2495
+ Subject: Hiya!
2496
+ Mime-Version: 1.0
2497
+ Content-Type: text/plain;
2498
+ charset=UTF-8
2499
+ Content-Transfer-Encoding: 7bit
2500
+ X-User-Id: Howdy!
2501
+
2502
+ Papaya
2503
+  (0.1ms) SAVEPOINT active_record_1
2504
+  (0.1ms) UPDATE "emails" SET "sent_at" = '2012-05-08 02:05:56.416406', "updated_at" = '2012-05-08 02:05:56.417303' WHERE "emails"."id" = 1
2505
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2506
+ [DelayedMailhopper::SendJob] success for email_id 1, delayed_job_id 1
2507
+ DelayedMailhopper::Email Load (0.2ms) SELECT "emails".* FROM "emails" WHERE "emails"."id" = ? LIMIT 1 [["id", 1]]
2508
+  (0.5ms) rollback transaction
2509
+  (0.4ms) begin transaction
2510
+ Rendered sample_mailer/hello.text.erb (2.7ms)
2511
+  (0.1ms) SAVEPOINT active_record_1
2512
+ SQL (16.3ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", "bcc@example.com"], ["cc_address", "cc@example.com"], ["content", "Date: Mon, 07 May 2012 22:06: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: <4fa87f9c9b041_120263ff2e1034cd894581@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\nX-User-Id: Howdy!\r\n\r\nPapaya"], ["created_at", Tue, 08 May 2012 02:06: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", Tue, 08 May 2012 02:06:20 UTC +00:00]]
2513
+ SQL (0.8ms) INSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attempts", 0], ["created_at", Tue, 08 May 2012 02:06:20 UTC +00:00], ["failed_at", nil], ["handler", "--- !ruby/struct:DelayedMailhopper::SendJob\nid: 1\n"], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Tue, 08 May 2012 02:06:20 UTC +00:00], ["updated_at", Tue, 08 May 2012 02:06:20 UTC +00:00]]
2514
+  (0.4ms) UPDATE "emails" SET "to_address" = 'to@example.com', "from_address" = 'from@example.com', "cc_address" = 'cc@example.com', "bcc_address" = 'bcc@example.com', "reply_to_address" = 'reply_to@example.com', "subject" = 'Hiya!', "content" = 'Date: Mon, 07 May 2012 22:06:20 -0400
2515
+ From: from@example.com
2516
+ Reply-To: reply_to@example.com
2517
+ To: to@example.com
2518
+ Cc: cc@example.com
2519
+ Message-ID: <4fa87f9c9b041_120263ff2e1034cd894581@dgmpro.local.mail>
2520
+ Subject: Hiya!
2521
+ Mime-Version: 1.0
2522
+ Content-Type: text/plain;
2523
+ charset=UTF-8
2524
+ Content-Transfer-Encoding: 7bit
2525
+ X-User-Id: Howdy!
2526
+
2527
+ Papaya', "created_at" = '2012-05-08 02:06:20.707903', "updated_at" = '2012-05-08 02:06:20.707903' WHERE "emails"."id" = 1
2528
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2529
+
2530
+ Sent mail to to@example.com (173ms)
2531
+ Date: Mon, 07 May 2012 22:06:20 -0400
2532
+ From: from@example.com
2533
+ Reply-To: reply_to@example.com
2534
+ To: to@example.com
2535
+ Cc: cc@example.com
2536
+ Message-ID: <4fa87f9c9b041_120263ff2e1034cd894581@dgmpro.local.mail>
2537
+ Subject: Hiya!
2538
+ Mime-Version: 1.0
2539
+ Content-Type: text/plain;
2540
+ charset=UTF-8
2541
+ Content-Transfer-Encoding: 7bit
2542
+ X-User-Id: Howdy!
2543
+
2544
+ Papaya
2545
+ DelayedMailhopper::Email Load (0.2ms) SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
2546
+ Delayed::Backend::ActiveRecord::Job Load (0.1ms) SELECT "delayed_jobs".* FROM "delayed_jobs" LIMIT 1
2547
+ DelayedMailhopper::Email Load (0.2ms) SELECT "emails".* FROM "emails" WHERE "emails"."id" = ? ORDER BY created_at DESC LIMIT 1 [["id", 1]]
2548
+
2549
+ Sent mail to to@example.com (23ms)
2550
+ Date: Mon, 07 May 2012 22:06:20 -0400
2551
+ From: from@example.com
2552
+ Reply-To: reply_to@example.com
2553
+ To: to@example.com
2554
+ Cc: cc@example.com
2555
+ Message-ID: <4fa87f9c9b041_120263ff2e1034cd894581@dgmpro.local.mail>
2556
+ Subject: Hiya!
2557
+ Mime-Version: 1.0
2558
+ Content-Type: text/plain;
2559
+ charset=UTF-8
2560
+ Content-Transfer-Encoding: 7bit
2561
+ X-User-Id: Howdy!
2562
+
2563
+ Papaya
2564
+  (0.1ms) SAVEPOINT active_record_1
2565
+  (0.1ms) UPDATE "emails" SET "sent_at" = '2012-05-08 02:06:20.833664', "updated_at" = '2012-05-08 02:06:20.834566' WHERE "emails"."id" = 1
2566
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2567
+ [DelayedMailhopper::SendJob] success for email_id 1, delayed_job_id 1
2568
+ DelayedMailhopper::Email Load (0.2ms) SELECT "emails".* FROM "emails" WHERE "emails"."id" = ? LIMIT 1 [["id", 1]]
2569
+  (0.5ms) rollback transaction
2570
+  (0.5ms) begin transaction
2571
+ Rendered sample_mailer/hello.text.erb (2.2ms)
2572
+  (0.1ms) SAVEPOINT active_record_1
2573
+ SQL (4.7ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", "bcc@example.com"], ["cc_address", "cc@example.com"], ["content", "Date: Mon, 07 May 2012 22:06:43 -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: <4fa87fb375e6e_1202c3fdabd434cd44135@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\nX-User-Id: Howdy!\r\n\r\nPapaya"], ["created_at", Tue, 08 May 2012 02:06:55 UTC +00:00], ["from_address", "from@example.com"], ["reply_to_address", "reply_to@example.com"], ["sent_at", nil], ["subject", "Hiya!"], ["to_address", "to@example.com"], ["updated_at", Tue, 08 May 2012 02:06:55 UTC +00:00]]
2574
+ SQL (0.9ms) INSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attempts", 0], ["created_at", Tue, 08 May 2012 02:06:55 UTC +00:00], ["failed_at", nil], ["handler", "--- !ruby/struct:DelayedMailhopper::SendJob\nid: 1\n"], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Tue, 08 May 2012 02:06:55 UTC +00:00], ["updated_at", Tue, 08 May 2012 02:06:55 UTC +00:00]]
2575
+  (0.5ms) UPDATE "emails" SET "to_address" = 'to@example.com', "from_address" = 'from@example.com', "cc_address" = 'cc@example.com', "bcc_address" = 'bcc@example.com', "reply_to_address" = 'reply_to@example.com', "subject" = 'Hiya!', "content" = 'Date: Mon, 07 May 2012 22:06:43 -0400
2576
+ From: from@example.com
2577
+ Reply-To: reply_to@example.com
2578
+ To: to@example.com
2579
+ Cc: cc@example.com
2580
+ Message-ID: <4fa87fb375e6e_1202c3fdabd434cd44135@dgmpro.local.mail>
2581
+ Subject: Hiya!
2582
+ Mime-Version: 1.0
2583
+ Content-Type: text/plain;
2584
+ charset=UTF-8
2585
+ Content-Transfer-Encoding: 7bit
2586
+ X-User-Id: Howdy!
2587
+
2588
+ Papaya', "created_at" = '2012-05-08 02:06:55.032704', "updated_at" = '2012-05-08 02:06:55.032704' WHERE "emails"."id" = 1
2589
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2590
+
2591
+ Sent mail to to@example.com (11638ms)
2592
+ Date: Mon, 07 May 2012 22:06:43 -0400
2593
+ From: from@example.com
2594
+ Reply-To: reply_to@example.com
2595
+ To: to@example.com
2596
+ Cc: cc@example.com
2597
+ Message-ID: <4fa87fb375e6e_1202c3fdabd434cd44135@dgmpro.local.mail>
2598
+ Subject: Hiya!
2599
+ Mime-Version: 1.0
2600
+ Content-Type: text/plain;
2601
+ charset=UTF-8
2602
+ Content-Transfer-Encoding: 7bit
2603
+ X-User-Id: Howdy!
2604
+
2605
+ Papaya
2606
+ DelayedMailhopper::Email Load (0.2ms) SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
2607
+ Delayed::Backend::ActiveRecord::Job Load (0.1ms) SELECT "delayed_jobs".* FROM "delayed_jobs" LIMIT 1
2608
+ DelayedMailhopper::Email Load (0.2ms) SELECT "emails".* FROM "emails" WHERE "emails"."id" = ? ORDER BY created_at DESC LIMIT 1 [["id", 1]]
2609
+
2610
+ Sent mail to to@example.com (24ms)
2611
+ Date: Mon, 07 May 2012 22:06:43 -0400
2612
+ From: from@example.com
2613
+ Reply-To: reply_to@example.com
2614
+ To: to@example.com
2615
+ Cc: cc@example.com
2616
+ Message-ID: <4fa87fb375e6e_1202c3fdabd434cd44135@dgmpro.local.mail>
2617
+ Subject: Hiya!
2618
+ Mime-Version: 1.0
2619
+ Content-Type: text/plain;
2620
+ charset=UTF-8
2621
+ Content-Transfer-Encoding: 7bit
2622
+ X-User-Id: Howdy!
2623
+
2624
+ Papaya
2625
+  (0.1ms) SAVEPOINT active_record_1
2626
+  (0.1ms) UPDATE "emails" SET "sent_at" = '2012-05-08 02:06:55.148617', "updated_at" = '2012-05-08 02:06:55.149630' WHERE "emails"."id" = 1
2627
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2628
+ [DelayedMailhopper::SendJob] success for email_id 1, delayed_job_id 1
2629
+ DelayedMailhopper::Email Load (0.2ms) SELECT "emails".* FROM "emails" WHERE "emails"."id" = ? LIMIT 1 [["id", 1]]
2630
+  (0.6ms) rollback transaction
2631
+  (0.4ms) begin transaction
2632
+ Rendered sample_mailer/hello.text.erb (2.9ms)
2633
+  (0.1ms) SAVEPOINT active_record_1
2634
+ SQL (4.7ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", "bcc@example.com"], ["cc_address", "cc@example.com"], ["content", "Date: Mon, 07 May 2012 22:07:02 -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: <4fa87fc6e60b4_120303fd05c434ce07094c@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\nX-User-Id: Howdy!\r\n\r\nPapaya"], ["created_at", Tue, 08 May 2012 02:07: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", Tue, 08 May 2012 02:07:03 UTC +00:00]]
2635
+ SQL (0.8ms) INSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attempts", 0], ["created_at", Tue, 08 May 2012 02:07:03 UTC +00:00], ["failed_at", nil], ["handler", "--- !ruby/struct:DelayedMailhopper::SendJob\nid: 1\n"], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Tue, 08 May 2012 02:07:03 UTC +00:00], ["updated_at", Tue, 08 May 2012 02:07:03 UTC +00:00]]
2636
+  (0.4ms) UPDATE "emails" SET "to_address" = 'to@example.com', "from_address" = 'from@example.com', "cc_address" = 'cc@example.com', "bcc_address" = 'bcc@example.com', "reply_to_address" = 'reply_to@example.com', "subject" = 'Hiya!', "content" = 'Date: Mon, 07 May 2012 22:07:02 -0400
2637
+ From: from@example.com
2638
+ Reply-To: reply_to@example.com
2639
+ To: to@example.com
2640
+ Cc: cc@example.com
2641
+ Message-ID: <4fa87fc6e60b4_120303fd05c434ce07094c@dgmpro.local.mail>
2642
+ Subject: Hiya!
2643
+ Mime-Version: 1.0
2644
+ Content-Type: text/plain;
2645
+ charset=UTF-8
2646
+ Content-Transfer-Encoding: 7bit
2647
+ X-User-Id: Howdy!
2648
+
2649
+ Papaya', "created_at" = '2012-05-08 02:07:03.014099', "updated_at" = '2012-05-08 02:07:03.014099' WHERE "emails"."id" = 1
2650
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2651
+
2652
+ Sent mail to to@example.com (160ms)
2653
+ Date: Mon, 07 May 2012 22:07:02 -0400
2654
+ From: from@example.com
2655
+ Reply-To: reply_to@example.com
2656
+ To: to@example.com
2657
+ Cc: cc@example.com
2658
+ Message-ID: <4fa87fc6e60b4_120303fd05c434ce07094c@dgmpro.local.mail>
2659
+ Subject: Hiya!
2660
+ Mime-Version: 1.0
2661
+ Content-Type: text/plain;
2662
+ charset=UTF-8
2663
+ Content-Transfer-Encoding: 7bit
2664
+ X-User-Id: Howdy!
2665
+
2666
+ Papaya
2667
+ DelayedMailhopper::Email Load (0.2ms) SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
2668
+ Delayed::Backend::ActiveRecord::Job Load (0.1ms) SELECT "delayed_jobs".* FROM "delayed_jobs" LIMIT 1
2669
+ DelayedMailhopper::Email Load (0.2ms) SELECT "emails".* FROM "emails" WHERE "emails"."id" = ? ORDER BY created_at DESC LIMIT 1 [["id", 1]]
2670
+
2671
+ Sent mail to to@example.com (23ms)
2672
+ Date: Mon, 07 May 2012 22:07:02 -0400
2673
+ From: from@example.com
2674
+ Reply-To: reply_to@example.com
2675
+ To: to@example.com
2676
+ Cc: cc@example.com
2677
+ Message-ID: <4fa87fc6e60b4_120303fd05c434ce07094c@dgmpro.local.mail>
2678
+ Subject: Hiya!
2679
+ Mime-Version: 1.0
2680
+ Content-Type: text/plain;
2681
+ charset=UTF-8
2682
+ Content-Transfer-Encoding: 7bit
2683
+ X-User-Id: Howdy!
2684
+
2685
+ Papaya
2686
+  (0.1ms) SAVEPOINT active_record_1
2687
+  (0.1ms) UPDATE "emails" SET "sent_at" = '2012-05-08 02:07:03.126140', "updated_at" = '2012-05-08 02:07:03.127025' WHERE "emails"."id" = 1
2688
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2689
+ [DelayedMailhopper::SendJob] success for email_id 1, delayed_job_id 1
2690
+ DelayedMailhopper::Email Load (0.2ms) SELECT "emails".* FROM "emails" WHERE "emails"."id" = ? LIMIT 1 [["id", 1]]
2691
+  (0.6ms) rollback transaction
2692
+  (0.5ms) begin transaction
2693
+ Rendered sample_mailer/hello.text.erb (2.7ms)
2694
+ Howdy!
2695
+  (0.1ms) SAVEPOINT active_record_1
2696
+ SQL (43.7ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", "bcc@example.com"], ["cc_address", "cc@example.com"], ["content", "Date: Mon, 07 May 2012 22:07:56 -0400\r\nFrom: from@example.com\r\nReply-To: reply_to@example.com\r\nTo: to@example.com\r\nCc: cc@example.com\r\nMessage-ID: <4fa87ffc4d064_1203b3ff4b5834cdc3674@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\nX-User-Id: Howdy!\r\n\r\nPapaya"], ["created_at", Tue, 08 May 2012 02:08: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", Tue, 08 May 2012 02:08:14 UTC +00:00]]
2697
+ SQL (0.8ms) INSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attempts", 0], ["created_at", Tue, 08 May 2012 02:08:14 UTC +00:00], ["failed_at", nil], ["handler", "--- !ruby/struct:DelayedMailhopper::SendJob\nid: 1\n"], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Tue, 08 May 2012 02:08:14 UTC +00:00], ["updated_at", Tue, 08 May 2012 02:08:14 UTC +00:00]]
2698
+  (0.4ms) UPDATE "emails" SET "to_address" = 'to@example.com', "from_address" = 'from@example.com', "cc_address" = 'cc@example.com', "bcc_address" = 'bcc@example.com', "reply_to_address" = 'reply_to@example.com', "subject" = 'Hiya!', "content" = 'Date: Mon, 07 May 2012 22:07:56 -0400
2699
+ From: from@example.com
2700
+ Reply-To: reply_to@example.com
2701
+ To: to@example.com
2702
+ Cc: cc@example.com
2703
+ Message-ID: <4fa87ffc4d064_1203b3ff4b5834cdc3674@dgmpro.local.mail>
2704
+ Subject: Hiya!
2705
+ Mime-Version: 1.0
2706
+ Content-Type: text/plain;
2707
+ charset=UTF-8
2708
+ Content-Transfer-Encoding: 7bit
2709
+ X-User-Id: Howdy!
2710
+
2711
+ Papaya', "created_at" = '2012-05-08 02:08:14.433063', "updated_at" = '2012-05-08 02:08:14.433063' WHERE "emails"."id" = 1
2712
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2713
+
2714
+ Sent mail to to@example.com (18244ms)
2715
+ Date: Mon, 07 May 2012 22:07:56 -0400
2716
+ From: from@example.com
2717
+ Reply-To: reply_to@example.com
2718
+ To: to@example.com
2719
+ Cc: cc@example.com
2720
+ Message-ID: <4fa87ffc4d064_1203b3ff4b5834cdc3674@dgmpro.local.mail>
2721
+ Subject: Hiya!
2722
+ Mime-Version: 1.0
2723
+ Content-Type: text/plain;
2724
+ charset=UTF-8
2725
+ Content-Transfer-Encoding: 7bit
2726
+ X-User-Id: Howdy!
2727
+
2728
+ Papaya
2729
+ DelayedMailhopper::Email Load (0.2ms) SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
2730
+ Delayed::Backend::ActiveRecord::Job Load (0.1ms) SELECT "delayed_jobs".* FROM "delayed_jobs" LIMIT 1
2731
+ DelayedMailhopper::Email Load (0.2ms) SELECT "emails".* FROM "emails" WHERE "emails"."id" = ? ORDER BY created_at DESC LIMIT 1 [["id", 1]]
2732
+
2733
+ Sent mail to to@example.com (24ms)
2734
+ Date: Mon, 07 May 2012 22:07:56 -0400
2735
+ From: from@example.com
2736
+ Reply-To: reply_to@example.com
2737
+ To: to@example.com
2738
+ Cc: cc@example.com
2739
+ Message-ID: <4fa87ffc4d064_1203b3ff4b5834cdc3674@dgmpro.local.mail>
2740
+ Subject: Hiya!
2741
+ Mime-Version: 1.0
2742
+ Content-Type: text/plain;
2743
+ charset=UTF-8
2744
+ Content-Transfer-Encoding: 7bit
2745
+ X-User-Id: Howdy!
2746
+
2747
+ Papaya
2748
+  (0.1ms) SAVEPOINT active_record_1
2749
+  (0.1ms) UPDATE "emails" SET "sent_at" = '2012-05-08 02:08:14.587134', "updated_at" = '2012-05-08 02:08:14.588027' WHERE "emails"."id" = 1
2750
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2751
+ [DelayedMailhopper::SendJob] success for email_id 1, delayed_job_id 1
2752
+ DelayedMailhopper::Email Load (0.2ms) SELECT "emails".* FROM "emails" WHERE "emails"."id" = ? LIMIT 1 [["id", 1]]
2753
+  (0.6ms) rollback transaction
2754
+  (0.4ms) begin transaction
2755
+ Rendered sample_mailer/hello.text.erb (2.2ms)
2756
+ Howdy!
2757
+  (0.1ms) SAVEPOINT active_record_1
2758
+ SQL (7.8ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", "bcc@example.com"], ["cc_address", "cc@example.com"], ["content", "Date: Mon, 07 May 2012 22:11:32 -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: <4fa880d490fb4_1205e3fed19434cd427c8@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\nx-user-id: Howdy!\r\n\r\nPapaya"], ["created_at", Tue, 08 May 2012 02:11:32 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", Tue, 08 May 2012 02:11:32 UTC +00:00]]
2759
+ SQL (0.8ms) INSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attempts", 0], ["created_at", Tue, 08 May 2012 02:11:32 UTC +00:00], ["failed_at", nil], ["handler", "--- !ruby/struct:DelayedMailhopper::SendJob\nid: 1\n"], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Tue, 08 May 2012 02:11:32 UTC +00:00], ["updated_at", Tue, 08 May 2012 02:11:32 UTC +00:00]]
2760
+  (0.4ms) UPDATE "emails" SET "to_address" = 'to@example.com', "from_address" = 'from@example.com', "cc_address" = 'cc@example.com', "bcc_address" = 'bcc@example.com', "reply_to_address" = 'reply_to@example.com', "subject" = 'Hiya!', "content" = 'Date: Mon, 07 May 2012 22:11:32 -0400
2761
+ From: from@example.com
2762
+ Reply-To: reply_to@example.com
2763
+ To: to@example.com
2764
+ Cc: cc@example.com
2765
+ Message-ID: <4fa880d490fb4_1205e3fed19434cd427c8@dgmpro.local.mail>
2766
+ Subject: Hiya!
2767
+ Mime-Version: 1.0
2768
+ Content-Type: text/plain;
2769
+ charset=UTF-8
2770
+ Content-Transfer-Encoding: 7bit
2771
+ x-user-id: Howdy!
2772
+
2773
+ Papaya', "created_at" = '2012-05-08 02:11:32.663474', "updated_at" = '2012-05-08 02:11:32.663474' WHERE "emails"."id" = 1
2774
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2775
+
2776
+ Sent mail to to@example.com (159ms)
2777
+ Date: Mon, 07 May 2012 22:11:32 -0400
2778
+ From: from@example.com
2779
+ Reply-To: reply_to@example.com
2780
+ To: to@example.com
2781
+ Cc: cc@example.com
2782
+ Message-ID: <4fa880d490fb4_1205e3fed19434cd427c8@dgmpro.local.mail>
2783
+ Subject: Hiya!
2784
+ Mime-Version: 1.0
2785
+ Content-Type: text/plain;
2786
+ charset=UTF-8
2787
+ Content-Transfer-Encoding: 7bit
2788
+ x-user-id: Howdy!
2789
+
2790
+ Papaya
2791
+ DelayedMailhopper::Email Load (0.3ms) SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
2792
+ Delayed::Backend::ActiveRecord::Job Load (0.1ms) SELECT "delayed_jobs".* FROM "delayed_jobs" LIMIT 1
2793
+ DelayedMailhopper::Email Load (0.2ms) SELECT "emails".* FROM "emails" WHERE "emails"."id" = ? ORDER BY created_at DESC LIMIT 1 [["id", 1]]
2794
+
2795
+ Sent mail to to@example.com (22ms)
2796
+ Date: Mon, 07 May 2012 22:11:32 -0400
2797
+ From: from@example.com
2798
+ Reply-To: reply_to@example.com
2799
+ To: to@example.com
2800
+ Cc: cc@example.com
2801
+ Message-ID: <4fa880d490fb4_1205e3fed19434cd427c8@dgmpro.local.mail>
2802
+ Subject: Hiya!
2803
+ Mime-Version: 1.0
2804
+ Content-Type: text/plain;
2805
+ charset=UTF-8
2806
+ Content-Transfer-Encoding: 7bit
2807
+ x-user-id: Howdy!
2808
+
2809
+ Papaya
2810
+  (0.1ms) SAVEPOINT active_record_1
2811
+  (0.1ms) UPDATE "emails" SET "sent_at" = '2012-05-08 02:11:32.773009', "updated_at" = '2012-05-08 02:11:32.773880' WHERE "emails"."id" = 1
2812
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2813
+ [DelayedMailhopper::SendJob] success for email_id 1, delayed_job_id 1
2814
+ DelayedMailhopper::Email Load (0.2ms) SELECT "emails".* FROM "emails" WHERE "emails"."id" = ? LIMIT 1 [["id", 1]]
2815
+  (0.6ms) rollback transaction
2816
+  (0.7ms) begin transaction
2817
+ Rendered sample_mailer/hello.text.erb (2.3ms)
2818
+ Howdy!
2819
+  (0.1ms) SAVEPOINT active_record_1
2820
+ SQL (4.8ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", "bcc@example.com"], ["cc_address", "cc@example.com"], ["content", "Date: Mon, 07 May 2012 22:11: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: <4fa880e6fec9_120623fedb1034ce060290@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\nx-user-id: Howdy!\r\n\r\nPapaya"], ["created_at", Tue, 08 May 2012 02:12:42 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", Tue, 08 May 2012 02:12:42 UTC +00:00]]
2821
+ SQL (0.8ms) INSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attempts", 0], ["created_at", Tue, 08 May 2012 02:12:42 UTC +00:00], ["failed_at", nil], ["handler", "--- !ruby/struct:DelayedMailhopper::SendJob\nid: 1\n"], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Tue, 08 May 2012 02:12:42 UTC +00:00], ["updated_at", Tue, 08 May 2012 02:12:42 UTC +00:00]]
2822
+  (0.4ms) UPDATE "emails" SET "to_address" = 'to@example.com', "from_address" = 'from@example.com', "cc_address" = 'cc@example.com', "bcc_address" = 'bcc@example.com', "reply_to_address" = 'reply_to@example.com', "subject" = 'Hiya!', "content" = 'Date: Mon, 07 May 2012 22:11:50 -0400
2823
+ From: from@example.com
2824
+ Reply-To: reply_to@example.com
2825
+ To: to@example.com
2826
+ Cc: cc@example.com
2827
+ Message-ID: <4fa880e6fec9_120623fedb1034ce060290@dgmpro.local.mail>
2828
+ Subject: Hiya!
2829
+ Mime-Version: 1.0
2830
+ Content-Type: text/plain;
2831
+ charset=UTF-8
2832
+ Content-Transfer-Encoding: 7bit
2833
+ x-user-id: Howdy!
2834
+
2835
+ Papaya', "created_at" = '2012-05-08 02:12:42.356980', "updated_at" = '2012-05-08 02:12:42.356980' WHERE "emails"."id" = 1
2836
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2837
+
2838
+ Sent mail to to@example.com (52417ms)
2839
+ Date: Mon, 07 May 2012 22:11:50 -0400
2840
+ From: from@example.com
2841
+ Reply-To: reply_to@example.com
2842
+ To: to@example.com
2843
+ Cc: cc@example.com
2844
+ Message-ID: <4fa880e6fec9_120623fedb1034ce060290@dgmpro.local.mail>
2845
+ Subject: Hiya!
2846
+ Mime-Version: 1.0
2847
+ Content-Type: text/plain;
2848
+ charset=UTF-8
2849
+ Content-Transfer-Encoding: 7bit
2850
+ x-user-id: Howdy!
2851
+
2852
+ Papaya
2853
+ DelayedMailhopper::Email Load (0.2ms) SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
2854
+ Delayed::Backend::ActiveRecord::Job Load (0.1ms) SELECT "delayed_jobs".* FROM "delayed_jobs" LIMIT 1
2855
+ DelayedMailhopper::Email Load (0.2ms) SELECT "emails".* FROM "emails" WHERE "emails"."id" = ? ORDER BY created_at DESC LIMIT 1 [["id", 1]]
2856
+
2857
+ Sent mail to to@example.com (22ms)
2858
+ Date: Mon, 07 May 2012 22:11:50 -0400
2859
+ From: from@example.com
2860
+ Reply-To: reply_to@example.com
2861
+ To: to@example.com
2862
+ Cc: cc@example.com
2863
+ Message-ID: <4fa880e6fec9_120623fedb1034ce060290@dgmpro.local.mail>
2864
+ Subject: Hiya!
2865
+ Mime-Version: 1.0
2866
+ Content-Type: text/plain;
2867
+ charset=UTF-8
2868
+ Content-Transfer-Encoding: 7bit
2869
+ x-user-id: Howdy!
2870
+
2871
+ Papaya
2872
+  (0.1ms) SAVEPOINT active_record_1
2873
+  (0.1ms) UPDATE "emails" SET "sent_at" = '2012-05-08 02:12:42.502614', "updated_at" = '2012-05-08 02:12:42.503471' WHERE "emails"."id" = 1
2874
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2875
+ [DelayedMailhopper::SendJob] success for email_id 1, delayed_job_id 1
2876
+ DelayedMailhopper::Email Load (0.2ms) SELECT "emails".* FROM "emails" WHERE "emails"."id" = ? LIMIT 1 [["id", 1]]
2877
+  (43.8ms) rollback transaction
2878
+  (0.4ms) begin transaction
2879
+ Rendered sample_mailer/hello.text.erb (2.2ms)
2880
+ Howdy!
2881
+  (0.1ms) SAVEPOINT active_record_1
2882
+ SQL (18.7ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", "bcc@example.com"], ["cc_address", "cc@example.com"], ["content", "Date: Mon, 07 May 2012 22:16:40 -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: <4fa882087fc16_120963fef06034cd0998e2@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\nx-user-id: Howdy!\r\n\r\nPapaya"], ["created_at", Tue, 08 May 2012 02:16:40 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", Tue, 08 May 2012 02:16:40 UTC +00:00]]
2883
+ SQL (1.0ms) INSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attempts", 0], ["created_at", Tue, 08 May 2012 02:16:40 UTC +00:00], ["failed_at", nil], ["handler", "--- !ruby/struct:DelayedMailhopper::SendJob\nid: 1\n"], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Tue, 08 May 2012 02:16:40 UTC +00:00], ["updated_at", Tue, 08 May 2012 02:16:40 UTC +00:00]]
2884
+  (0.4ms) UPDATE "emails" SET "to_address" = 'to@example.com', "from_address" = 'from@example.com', "cc_address" = 'cc@example.com', "bcc_address" = 'bcc@example.com', "reply_to_address" = 'reply_to@example.com', "subject" = 'Hiya!', "content" = 'Date: Mon, 07 May 2012 22:16:40 -0400
2885
+ From: from@example.com
2886
+ Reply-To: reply_to@example.com
2887
+ To: to@example.com
2888
+ Cc: cc@example.com
2889
+ Message-ID: <4fa882087fc16_120963fef06034cd0998e2@dgmpro.local.mail>
2890
+ Subject: Hiya!
2891
+ Mime-Version: 1.0
2892
+ Content-Type: text/plain;
2893
+ charset=UTF-8
2894
+ Content-Transfer-Encoding: 7bit
2895
+ x-user-id: Howdy!
2896
+
2897
+ Papaya', "created_at" = '2012-05-08 02:16:40.607095', "updated_at" = '2012-05-08 02:16:40.607095' WHERE "emails"."id" = 1
2898
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2899
+  (0.1ms) SAVEPOINT active_record_1
2900
+  (0.1ms) UPDATE "emails" SET "subject" = '--- !ruby/object:Mail::Field
2901
+ field: !ruby/object:Mail::OptionalField
2902
+ errors: []
2903
+ charset: UTF-8
2904
+ name: x-user-id
2905
+ length:
2906
+ tree:
2907
+ element:
2908
+ value: Howdy!
2909
+ ', "updated_at" = '2012-05-08 02:16:50.521079' WHERE "emails"."id" = 1
2910
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2911
+
2912
+ Sent mail to to@example.com (26182ms)
2913
+ Date: Mon, 07 May 2012 22:16:40 -0400
2914
+ From: from@example.com
2915
+ Reply-To: reply_to@example.com
2916
+ To: to@example.com
2917
+ Cc: cc@example.com
2918
+ Message-ID: <4fa882087fc16_120963fef06034cd0998e2@dgmpro.local.mail>
2919
+ Subject: Hiya!
2920
+ Mime-Version: 1.0
2921
+ Content-Type: text/plain;
2922
+ charset=UTF-8
2923
+ Content-Transfer-Encoding: 7bit
2924
+ x-user-id: Howdy!
2925
+
2926
+ Papaya
2927
+ DelayedMailhopper::Email Load (0.3ms) SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
2928
+ Delayed::Backend::ActiveRecord::Job Load (0.1ms) SELECT "delayed_jobs".* FROM "delayed_jobs" LIMIT 1
2929
+ DelayedMailhopper::Email Load (0.2ms) SELECT "emails".* FROM "emails" WHERE "emails"."id" = ? ORDER BY created_at DESC LIMIT 1 [["id", 1]]
2930
+
2931
+ Sent mail to to@example.com (23ms)
2932
+ Date: Mon, 07 May 2012 22:16:40 -0400
2933
+ From: from@example.com
2934
+ Reply-To: reply_to@example.com
2935
+ To: to@example.com
2936
+ Cc: cc@example.com
2937
+ Message-ID: <4fa882087fc16_120963fef06034cd0998e2@dgmpro.local.mail>
2938
+ Subject: Hiya!
2939
+ Mime-Version: 1.0
2940
+ Content-Type: text/plain;
2941
+ charset=UTF-8
2942
+ Content-Transfer-Encoding: 7bit
2943
+ x-user-id: Howdy!
2944
+
2945
+ Papaya
2946
+  (0.1ms) SAVEPOINT active_record_1
2947
+  (0.1ms) UPDATE "emails" SET "sent_at" = '2012-05-08 02:17:06.730172', "updated_at" = '2012-05-08 02:17:06.731088' WHERE "emails"."id" = 1
2948
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2949
+ [DelayedMailhopper::SendJob] success for email_id 1, delayed_job_id 1
2950
+ DelayedMailhopper::Email Load (0.2ms) SELECT "emails".* FROM "emails" WHERE "emails"."id" = ? LIMIT 1 [["id", 1]]
2951
+  (0.3ms) rollback transaction
2952
+  (0.4ms) begin transaction
2953
+ Rendered sample_mailer/hello.text.erb (2.2ms)
2954
+  (0.1ms) SAVEPOINT active_record_1
2955
+ SQL (4.9ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", "bcc@example.com"], ["cc_address", "cc@example.com"], ["content", "Date: Mon, 07 May 2012 22:17: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: <4fa8825721394_120a73fe544434cd434844@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\nx-user-id: 12321\r\n\r\nPapaya"], ["created_at", Tue, 08 May 2012 02:17: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", Tue, 08 May 2012 02:17:59 UTC +00:00]]
2956
+ SQL (0.9ms) INSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attempts", 0], ["created_at", Tue, 08 May 2012 02:17:59 UTC +00:00], ["failed_at", nil], ["handler", "--- !ruby/struct:DelayedMailhopper::SendJob\nid: 1\n"], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Tue, 08 May 2012 02:17:59 UTC +00:00], ["updated_at", Tue, 08 May 2012 02:17:59 UTC +00:00]]
2957
+  (0.4ms) UPDATE "emails" SET "to_address" = 'to@example.com', "from_address" = 'from@example.com', "cc_address" = 'cc@example.com', "bcc_address" = 'bcc@example.com', "reply_to_address" = 'reply_to@example.com', "subject" = 'Hiya!', "content" = 'Date: Mon, 07 May 2012 22:17:59 -0400
2958
+ From: from@example.com
2959
+ Reply-To: reply_to@example.com
2960
+ To: to@example.com
2961
+ Cc: cc@example.com
2962
+ Message-ID: <4fa8825721394_120a73fe544434cd434844@dgmpro.local.mail>
2963
+ Subject: Hiya!
2964
+ Mime-Version: 1.0
2965
+ Content-Type: text/plain;
2966
+ charset=UTF-8
2967
+ Content-Transfer-Encoding: 7bit
2968
+ x-user-id: 12321
2969
+
2970
+ Papaya', "created_at" = '2012-05-08 02:17:59.218739', "updated_at" = '2012-05-08 02:17:59.218739' WHERE "emails"."id" = 1
2971
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2972
+  (0.1ms) SAVEPOINT active_record_1
2973
+  (0.1ms) UPDATE "emails" SET "subject" = '--- !ruby/object:Mail::Field
2974
+ field: !ruby/object:Mail::OptionalField
2975
+ errors: []
2976
+ charset: UTF-8
2977
+ name: x-user-id
2978
+ length:
2979
+ tree:
2980
+ element:
2981
+ value: ''12321''
2982
+ ', "updated_at" = '2012-05-08 02:18:07.804852' WHERE "emails"."id" = 1
2983
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2984
+
2985
+ Sent mail to to@example.com (16597ms)
2986
+ Date: Mon, 07 May 2012 22:17:59 -0400
2987
+ From: from@example.com
2988
+ Reply-To: reply_to@example.com
2989
+ To: to@example.com
2990
+ Cc: cc@example.com
2991
+ Message-ID: <4fa8825721394_120a73fe544434cd434844@dgmpro.local.mail>
2992
+ Subject: Hiya!
2993
+ Mime-Version: 1.0
2994
+ Content-Type: text/plain;
2995
+ charset=UTF-8
2996
+ Content-Transfer-Encoding: 7bit
2997
+ x-user-id: 12321
2998
+
2999
+ Papaya
3000
+ DelayedMailhopper::Email Load (0.3ms) SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
3001
+ Delayed::Backend::ActiveRecord::Job Load (0.1ms) SELECT "delayed_jobs".* FROM "delayed_jobs" LIMIT 1
3002
+ DelayedMailhopper::Email Load (0.2ms) SELECT "emails".* FROM "emails" WHERE "emails"."id" = ? ORDER BY created_at DESC LIMIT 1 [["id", 1]]
3003
+
3004
+ Sent mail to to@example.com (23ms)
3005
+ Date: Mon, 07 May 2012 22:17:59 -0400
3006
+ From: from@example.com
3007
+ Reply-To: reply_to@example.com
3008
+ To: to@example.com
3009
+ Cc: cc@example.com
3010
+ Message-ID: <4fa8825721394_120a73fe544434cd434844@dgmpro.local.mail>
3011
+ Subject: Hiya!
3012
+ Mime-Version: 1.0
3013
+ Content-Type: text/plain;
3014
+ charset=UTF-8
3015
+ Content-Transfer-Encoding: 7bit
3016
+ x-user-id: 12321
3017
+
3018
+ Papaya
3019
+  (0.1ms) SAVEPOINT active_record_1
3020
+  (0.1ms) UPDATE "emails" SET "sent_at" = '2012-05-08 02:18:15.756985', "updated_at" = '2012-05-08 02:18:15.757900' WHERE "emails"."id" = 1
3021
+  (0.1ms) RELEASE SAVEPOINT active_record_1
3022
+ [DelayedMailhopper::SendJob] success for email_id 1, delayed_job_id 1
3023
+ DelayedMailhopper::Email Load (0.2ms) SELECT "emails".* FROM "emails" WHERE "emails"."id" = ? LIMIT 1 [["id", 1]]
3024
+  (0.7ms) rollback transaction
3025
+  (0.6ms) begin transaction
3026
+ Rendered sample_mailer/hello.text.erb (4.0ms)
3027
+  (0.1ms) SAVEPOINT active_record_1
3028
+ SQL (22.8ms) INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", "bcc@example.com"], ["cc_address", "cc@example.com"], ["content", "Date: Mon, 07 May 2012 23:14:10 -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: <4fa88f82abbe2_122bd3fd0e2034ce0330a1@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\nx-user-id: 12321\r\n\r\nPapaya"], ["created_at", Tue, 08 May 2012 03:14:10 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", Tue, 08 May 2012 03:14:10 UTC +00:00]]
3029
+ SQL (0.9ms) INSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attempts", 0], ["created_at", Tue, 08 May 2012 03:14:10 UTC +00:00], ["failed_at", nil], ["handler", "--- !ruby/struct:DelayedMailhopper::SendJob\nid: 1\n"], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Tue, 08 May 2012 03:14:10 UTC +00:00], ["updated_at", Tue, 08 May 2012 03:14:10 UTC +00:00]]
3030
+  (0.5ms) UPDATE "emails" SET "to_address" = 'to@example.com', "from_address" = 'from@example.com', "cc_address" = 'cc@example.com', "bcc_address" = 'bcc@example.com', "reply_to_address" = 'reply_to@example.com', "subject" = 'Hiya!', "content" = 'Date: Mon, 07 May 2012 23:14:10 -0400
3031
+ From: from@example.com
3032
+ Reply-To: reply_to@example.com
3033
+ To: to@example.com
3034
+ Cc: cc@example.com
3035
+ Message-ID: <4fa88f82abbe2_122bd3fd0e2034ce0330a1@dgmpro.local.mail>
3036
+ Subject: Hiya!
3037
+ Mime-Version: 1.0
3038
+ Content-Type: text/plain;
3039
+ charset=UTF-8
3040
+ Content-Transfer-Encoding: 7bit
3041
+ x-user-id: 12321
3042
+
3043
+ Papaya', "created_at" = '2012-05-08 03:14:10.791818', "updated_at" = '2012-05-08 03:14:10.791818' WHERE "emails"."id" = 1
3044
+  (0.1ms) RELEASE SAVEPOINT active_record_1
3045
+  (0.1ms) SAVEPOINT active_record_1
3046
+  (0.2ms) UPDATE "emails" SET "subject" = '--- !ruby/object:Mail::Field
3047
+ field: !ruby/object:Mail::OptionalField
3048
+ errors: []
3049
+ charset: UTF-8
3050
+ name: x-user-id
3051
+ length:
3052
+ tree:
3053
+ element:
3054
+ value: ''12321''
3055
+ ', "updated_at" = '2012-05-08 03:14:16.172586' WHERE "emails"."id" = 1
3056
+  (0.1ms) RELEASE SAVEPOINT active_record_1
3057
+
3058
+ Sent mail to to@example.com (8268ms)
3059
+ Date: Mon, 07 May 2012 23:14:10 -0400
3060
+ From: from@example.com
3061
+ Reply-To: reply_to@example.com
3062
+ To: to@example.com
3063
+ Cc: cc@example.com
3064
+ Message-ID: <4fa88f82abbe2_122bd3fd0e2034ce0330a1@dgmpro.local.mail>
3065
+ Subject: Hiya!
3066
+ Mime-Version: 1.0
3067
+ Content-Type: text/plain;
3068
+ charset=UTF-8
3069
+ Content-Transfer-Encoding: 7bit
3070
+ x-user-id: 12321
3071
+
3072
+ Papaya
3073
+ DelayedMailhopper::Email Load (0.4ms) SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
3074
+ Delayed::Backend::ActiveRecord::Job Load (0.1ms) SELECT "delayed_jobs".* FROM "delayed_jobs" LIMIT 1
3075
+ DelayedMailhopper::Email Load (0.2ms) SELECT "emails".* FROM "emails" WHERE "emails"."id" = ? ORDER BY created_at DESC LIMIT 1 [["id", 1]]
3076
+
3077
+ Sent mail to to@example.com (22ms)
3078
+ Date: Mon, 07 May 2012 23:14:10 -0400
3079
+ From: from@example.com
3080
+ Reply-To: reply_to@example.com
3081
+ To: to@example.com
3082
+ Cc: cc@example.com
3083
+ Message-ID: <4fa88f82abbe2_122bd3fd0e2034ce0330a1@dgmpro.local.mail>
3084
+ Subject: Hiya!
3085
+ Mime-Version: 1.0
3086
+ Content-Type: text/plain;
3087
+ charset=UTF-8
3088
+ Content-Transfer-Encoding: 7bit
3089
+ x-user-id: 12321
3090
+
3091
+ Papaya
3092
+  (0.1ms) SAVEPOINT active_record_1
3093
+  (0.2ms) UPDATE "emails" SET "sent_at" = '2012-05-08 03:14:18.991112', "updated_at" = '2012-05-08 03:14:18.992019' WHERE "emails"."id" = 1
3094
+  (0.1ms) RELEASE SAVEPOINT active_record_1
3095
+ [DelayedMailhopper::SendJob] success for email_id 1, delayed_job_id 1
3096
+ DelayedMailhopper::Email Load (0.2ms) SELECT "emails".* FROM "emails" WHERE "emails"."id" = ? LIMIT 1 [["id", 1]]
3097
+  (0.6ms) rollback transaction