send_grid_mailer 2.3.0 → 2.4.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,1200 @@
1
+  (6.7ms) SELECT sqlite_version(*)
2
+
3
+ Subject: Body email
4
+ Template ID: -
5
+ From: default-sender@platan.us
6
+ To: -
7
+ Cc: -
8
+ Bcc: -
9
+ Substitutions: -
10
+ Headers: -
11
+ body:
12
+ type: text/plain
13
+ value: Body
14
+ Attachments: -
15
+ TestMailer#body_email: processed outbound mail in 31.6ms
16
+
17
+ Subject: Add attachments email
18
+ Template ID: -
19
+ From: default-sender@platan.us
20
+ To: -
21
+ Cc: -
22
+ Bcc: -
23
+ Substitutions: -
24
+ Headers: -
25
+ body:
26
+ type: text/plain
27
+ value: X
28
+ Attachments:
29
+ nana.png
30
+
31
+ Succesfully called the SendGrid API :)
32
+ Status Code: 200
33
+ TestMailer#add_attachments_email: processed outbound mail in 43.4ms
34
+
35
+ Subject: Body params email
36
+ Template ID: -
37
+ From: default-sender@platan.us
38
+ To: -
39
+ Cc: -
40
+ Bcc: -
41
+ Substitutions: -
42
+ Headers: -
43
+ body:
44
+ type: text/html
45
+ value: <h1>Body Params</h1>
46
+ Attachments: -
47
+
48
+ Succesfully called the SendGrid API :)
49
+ Status Code: 200
50
+ TestMailer#body_params_email: processed outbound mail in 0.8ms
51
+
52
+ Subject: Recipients email
53
+ Template ID: -
54
+ From: default-sender@platan.us
55
+ To: r1@platan.us, r2@platan.us
56
+ Cc: r4@platan.us
57
+ Bcc: r5@platan.us
58
+ Substitutions: -
59
+ Headers: -
60
+ body:
61
+ type: text/plain
62
+ value: X
63
+ Attachments: -
64
+
65
+ Succesfully called the SendGrid API :)
66
+ Status Code: 200
67
+ TestMailer#recipients_email: processed outbound mail in 0.8ms
68
+
69
+ Subject: Recipients params email
70
+ Template ID: -
71
+ From: default-sender@platan.us
72
+ To: r1@platan.us, r2@platan.us
73
+ Cc: r4@platan.us
74
+ Bcc: r5@platan.us
75
+ Substitutions: -
76
+ Headers: -
77
+ body:
78
+ type: text/plain
79
+ value: X
80
+ Attachments: -
81
+
82
+ Succesfully called the SendGrid API :)
83
+ Status Code: 200
84
+ TestMailer#recipients_params_email: processed outbound mail in 0.7ms
85
+
86
+ Subject: Body email
87
+ Template ID: -
88
+ From: default-sender@platan.us
89
+ To: -
90
+ Cc: -
91
+ Bcc: -
92
+ Substitutions: -
93
+ Headers: -
94
+ body:
95
+ type: text/plain
96
+ value: Body
97
+ Attachments: -
98
+
99
+ There was a problem calling the SendGrid API :(
100
+ Status Code: 404
101
+ Errors:
102
+ * from.email: The from email does not...
103
+ * personalizations.0.to: The to array is required...
104
+ TestMailer#body_email: processed outbound mail in 0.8ms
105
+
106
+ Subject: Substitutions email
107
+ Template ID: -
108
+ From: default-sender@platan.us
109
+ To: -
110
+ Cc: -
111
+ Bcc: -
112
+ Substitutions:
113
+ %key1% => value1
114
+ %key2% => value2
115
+ Headers: -
116
+ body:
117
+ type: text/plain
118
+ value: X
119
+ Attachments: -
120
+
121
+ Succesfully called the SendGrid API :)
122
+ Status Code: 200
123
+ TestMailer#substitutions_email: processed outbound mail in 4.4ms
124
+
125
+ Subject: Template id params email
126
+ Template ID: XXX
127
+ From: default-sender@platan.us
128
+ To: -
129
+ Cc: -
130
+ Bcc: -
131
+ Substitutions: -
132
+ Headers: -
133
+ body: -
134
+ Attachments: -
135
+
136
+ Succesfully called the SendGrid API :)
137
+ Status Code: 200
138
+ TestMailer#template_id_params_email: processed outbound mail in 0.6ms
139
+
140
+ Subject: Template id email
141
+ Template ID: XXX
142
+ From: default-sender@platan.us
143
+ To: -
144
+ Cc: -
145
+ Bcc: -
146
+ Substitutions: -
147
+ Headers: -
148
+ body: -
149
+ Attachments: -
150
+
151
+ Succesfully called the SendGrid API :)
152
+ Status Code: 200
153
+ TestMailer#template_id_email: processed outbound mail in 2.2ms
154
+
155
+ Subject: [STAGING] Recipients email
156
+ Template ID: -
157
+ From: default-sender@platan.us
158
+ To: interceptor1@platan.us, interceptor2@platan.us
159
+ Cc: -
160
+ Bcc: -
161
+ Substitutions: -
162
+ Headers:
163
+ X-Intercepted-To => r1@platan.us, r2@platan.us
164
+ X-Intercepted-Cc => r4@platan.us
165
+ X-Intercepted-Bcc => r5@platan.us
166
+ body:
167
+ type: text/plain
168
+ value: X
169
+ Attachments: -
170
+
171
+ Succesfully called the SendGrid API :)
172
+ Status Code: 200
173
+ TestMailer#recipients_email: processed outbound mail in 1.4ms
174
+
175
+ Subject: Body email
176
+ Template ID: -
177
+ From: default-sender@platan.us
178
+ To: -
179
+ Cc: -
180
+ Bcc: -
181
+ Substitutions: -
182
+ Headers: -
183
+ body:
184
+ type: text/plain
185
+ value: Body
186
+ Attachments: -
187
+
188
+ Succesfully called the SendGrid API :)
189
+ Status Code: 200
190
+ TestMailer#body_email: processed outbound mail in 0.6ms
191
+
192
+ Subject: From params email
193
+ Template ID: -
194
+ From: override@platan.us
195
+ To: -
196
+ Cc: -
197
+ Bcc: -
198
+ Substitutions: -
199
+ Headers: -
200
+ body:
201
+ type: text/plain
202
+ value: X
203
+ Attachments: -
204
+
205
+ Succesfully called the SendGrid API :)
206
+ Status Code: 200
207
+ TestMailer#from_params_email: processed outbound mail in 0.6ms
208
+
209
+ Subject: From email
210
+ Template ID: -
211
+ From: override@platan.us
212
+ To: -
213
+ Cc: -
214
+ Bcc: -
215
+ Substitutions: -
216
+ Headers: -
217
+ body:
218
+ type: text/plain
219
+ value: X
220
+ Attachments: -
221
+
222
+ Succesfully called the SendGrid API :)
223
+ Status Code: 200
224
+ TestMailer#from_email: processed outbound mail in 0.6ms
225
+ Rendering layout layouts/mailer.html.erb
226
+ Rendering test_mailer/rails_tpl_email.html.erb within layouts/mailer
227
+ Rendered test_mailer/rails_tpl_email.html.erb within layouts/mailer (Duration: 5.0ms | Allocations: 237)
228
+ Rendered layout layouts/mailer.html.erb (Duration: 5.5ms | Allocations: 378)
229
+
230
+ Subject: Rails tpl email
231
+ Template ID: -
232
+ From: default-sender@platan.us
233
+ To: -
234
+ Cc: -
235
+ Bcc: -
236
+ Substitutions: -
237
+ Headers: -
238
+ body:
239
+ type: text/html
240
+ value: <html>
241
+ <body>
242
+ Rails Template!
243
+
244
+ </body>
245
+ </html>
246
+
247
+ Attachments: -
248
+
249
+ Succesfully called the SendGrid API :)
250
+ Status Code: 200
251
+ TestMailer#rails_tpl_email: processed outbound mail in 23.6ms
252
+
253
+ Subject: My Subject
254
+ Template ID: -
255
+ From: default-sender@platan.us
256
+ To: -
257
+ Cc: -
258
+ Bcc: -
259
+ Substitutions: -
260
+ Headers: -
261
+ body:
262
+ type: text/plain
263
+ value: X
264
+ Attachments: -
265
+
266
+ Succesfully called the SendGrid API :)
267
+ Status Code: 200
268
+ TestMailer#subject_email: processed outbound mail in 0.6ms
269
+
270
+ Subject: My Subject
271
+ Template ID: -
272
+ From: default-sender@platan.us
273
+ To: -
274
+ Cc: -
275
+ Bcc: -
276
+ Substitutions: -
277
+ Headers: -
278
+ body:
279
+ type: text/plain
280
+ value: X
281
+ Attachments: -
282
+
283
+ Succesfully called the SendGrid API :)
284
+ Status Code: 200
285
+ TestMailer#subject_params_email: processed outbound mail in 0.5ms
286
+
287
+ Subject: Headers params email
288
+ Template ID: -
289
+ From: default-sender@platan.us
290
+ To: -
291
+ Cc: -
292
+ Bcc: -
293
+ Substitutions: -
294
+ Headers:
295
+ HEADER-1 => VALUE-1
296
+ HEADER-2 => VALUE-2
297
+ body:
298
+ type: text/plain
299
+ value: X
300
+ Attachments: -
301
+
302
+ Succesfully called the SendGrid API :)
303
+ Status Code: 200
304
+ TestMailer#headers_params_email: processed outbound mail in 0.5ms
305
+
306
+ Subject: Headers email
307
+ Template ID: -
308
+ From: default-sender@platan.us
309
+ To: -
310
+ Cc: -
311
+ Bcc: -
312
+ Substitutions: -
313
+ Headers:
314
+ HEADER-1 => VALUE-1
315
+ HEADER-2 => VALUE-2
316
+ body:
317
+ type: text/plain
318
+ value: X
319
+ Attachments: -
320
+
321
+ Succesfully called the SendGrid API :)
322
+ Status Code: 200
323
+ TestMailer#headers_email: processed outbound mail in 2.7ms
324
+
325
+ Subject: Template with substitutions email
326
+ Template ID: XXX
327
+ From: default-sender@platan.us
328
+ To: r1@platan.us
329
+ Cc: -
330
+ Bcc: -
331
+ Substitutions:
332
+ %key% => value
333
+ Headers: -
334
+ body: -
335
+ Attachments: -
336
+
337
+ There was a problem calling the SendGrid API :(
338
+ Status Code: 404
339
+ Errors:
340
+ * from.email: The from email does not...
341
+ * personalizations.0.to: The to array is required...
342
+ TestMailer#template_with_substitutions_email: processed outbound mail in 97.1ms
343
+ Rendering layout layouts/mailer.html.erb
344
+ Rendering test_mailer/rails_tpl_email.html.erb within layouts/mailer
345
+ Rendered test_mailer/rails_tpl_email.html.erb within layouts/mailer (Duration: 0.0ms | Allocations: 4)
346
+ Rendered layout layouts/mailer.html.erb (Duration: 0.1ms | Allocations: 44)
347
+
348
+ Subject: Rails tpl email
349
+ Template ID: -
350
+ From: default-sender@platan.us
351
+ To: -
352
+ Cc: -
353
+ Bcc: -
354
+ Substitutions: -
355
+ Headers: -
356
+ body:
357
+ type: text/html
358
+ value: <html>
359
+ <body>
360
+ Rails Template!
361
+
362
+ </body>
363
+ </html>
364
+
365
+ Attachments: -
366
+
367
+ Succesfully called the SendGrid API :)
368
+ Status Code: 200
369
+ TestMailer#rails_tpl_email: processed outbound mail in 1.5ms
370
+
371
+ Subject: Template with substitutions email
372
+ Template ID: XXX
373
+ From: default-sender@platan.us
374
+ To: r1@platan.us
375
+ Cc: -
376
+ Bcc: -
377
+ Substitutions:
378
+ %key% => value
379
+ Headers: -
380
+ body: -
381
+ Attachments: -
382
+
383
+ Succesfully called the SendGrid API :)
384
+ Status Code: 200
385
+ TestMailer#template_with_substitutions_email: processed outbound mail in 3.0ms
386
+
387
+ Subject: Dynamic template email
388
+ Template ID: XXX
389
+ From: default-sender@platan.us
390
+ To: r1@platan.us
391
+ Cc: -
392
+ Bcc: -
393
+ Substitutions: -
394
+ Headers: -
395
+ body: -
396
+ Attachments: -
397
+
398
+ Succesfully called the SendGrid API :)
399
+ Status Code: 200
400
+ TestMailer#dynamic_template_email: processed outbound mail in 2.2ms
401
+  (17.7ms) SELECT sqlite_version(*)
402
+
403
+ Subject: Body email
404
+ Template ID: -
405
+ From: default-sender@platan.us
406
+ To: -
407
+ Cc: -
408
+ Bcc: -
409
+ Substitutions: -
410
+ Headers: -
411
+ body:
412
+ type: text/plain
413
+ value: Body
414
+ Attachments: -
415
+ TestMailer#body_email: processed outbound mail in 54.1ms
416
+
417
+ Subject: Headers params email
418
+ Template ID: -
419
+ From: default-sender@platan.us
420
+ To: -
421
+ Cc: -
422
+ Bcc: -
423
+ Substitutions: -
424
+ Headers:
425
+ HEADER-1 => VALUE-1
426
+ HEADER-2 => VALUE-2
427
+ body:
428
+ type: text/plain
429
+ value: X
430
+ Attachments: -
431
+
432
+ Succesfully called the SendGrid API :)
433
+ Status Code: 200
434
+ TestMailer#headers_params_email: processed outbound mail in 0.8ms
435
+
436
+ Subject: Headers email
437
+ Template ID: -
438
+ From: default-sender@platan.us
439
+ To: -
440
+ Cc: -
441
+ Bcc: -
442
+ Substitutions: -
443
+ Headers:
444
+ HEADER-1 => VALUE-1
445
+ HEADER-2 => VALUE-2
446
+ body:
447
+ type: text/plain
448
+ value: X
449
+ Attachments: -
450
+
451
+ Succesfully called the SendGrid API :)
452
+ Status Code: 200
453
+ TestMailer#headers_email: processed outbound mail in 3.9ms
454
+
455
+ Subject: Recipients params email
456
+ Template ID: -
457
+ From: default-sender@platan.us
458
+ To: r1@platan.us, r2@platan.us
459
+ Cc: r4@platan.us
460
+ Bcc: r5@platan.us
461
+ Substitutions: -
462
+ Headers: -
463
+ body:
464
+ type: text/plain
465
+ value: X
466
+ Attachments: -
467
+
468
+ Succesfully called the SendGrid API :)
469
+ Status Code: 200
470
+ TestMailer#recipients_params_email: processed outbound mail in 0.5ms
471
+
472
+ Subject: Recipients email
473
+ Template ID: -
474
+ From: default-sender@platan.us
475
+ To: r1@platan.us, r2@platan.us
476
+ Cc: r4@platan.us
477
+ Bcc: r5@platan.us
478
+ Substitutions: -
479
+ Headers: -
480
+ body:
481
+ type: text/plain
482
+ value: X
483
+ Attachments: -
484
+
485
+ Succesfully called the SendGrid API :)
486
+ Status Code: 200
487
+ TestMailer#recipients_email: processed outbound mail in 0.4ms
488
+
489
+ Subject: Body email
490
+ Template ID: -
491
+ From: default-sender@platan.us
492
+ To: -
493
+ Cc: -
494
+ Bcc: -
495
+ Substitutions: -
496
+ Headers: -
497
+ body:
498
+ type: text/plain
499
+ value: Body
500
+ Attachments: -
501
+
502
+ Succesfully called the SendGrid API :)
503
+ Status Code: 200
504
+ TestMailer#body_email: processed outbound mail in 0.4ms
505
+
506
+ Subject: Add attachments email
507
+ Template ID: -
508
+ From: default-sender@platan.us
509
+ To: -
510
+ Cc: -
511
+ Bcc: -
512
+ Substitutions: -
513
+ Headers: -
514
+ body:
515
+ type: text/plain
516
+ value: X
517
+ Attachments:
518
+ nana.png
519
+
520
+ Succesfully called the SendGrid API :)
521
+ Status Code: 200
522
+ TestMailer#add_attachments_email: processed outbound mail in 31.6ms
523
+
524
+ Subject: Template id params email
525
+ Template ID: XXX
526
+ From: default-sender@platan.us
527
+ To: -
528
+ Cc: -
529
+ Bcc: -
530
+ Substitutions: -
531
+ Headers: -
532
+ body: -
533
+ Attachments: -
534
+
535
+ Succesfully called the SendGrid API :)
536
+ Status Code: 200
537
+ TestMailer#template_id_params_email: processed outbound mail in 0.5ms
538
+
539
+ Subject: Template id email
540
+ Template ID: XXX
541
+ From: default-sender@platan.us
542
+ To: -
543
+ Cc: -
544
+ Bcc: -
545
+ Substitutions: -
546
+ Headers: -
547
+ body: -
548
+ Attachments: -
549
+
550
+ Succesfully called the SendGrid API :)
551
+ Status Code: 200
552
+ TestMailer#template_id_email: processed outbound mail in 0.4ms
553
+ Rendering layout layouts/mailer.html.erb
554
+ Rendering test_mailer/rails_tpl_email.html.erb within layouts/mailer
555
+ Rendered test_mailer/rails_tpl_email.html.erb within layouts/mailer (Duration: 3.7ms | Allocations: 237)
556
+ Rendered layout layouts/mailer.html.erb (Duration: 4.2ms | Allocations: 378)
557
+
558
+ Subject: Rails tpl email
559
+ Template ID: -
560
+ From: default-sender@platan.us
561
+ To: -
562
+ Cc: -
563
+ Bcc: -
564
+ Substitutions: -
565
+ Headers: -
566
+ body:
567
+ type: text/html
568
+ value: <html>
569
+ <body>
570
+ Rails Template!
571
+
572
+ </body>
573
+ </html>
574
+
575
+ Attachments: -
576
+
577
+ Succesfully called the SendGrid API :)
578
+ Status Code: 200
579
+ TestMailer#rails_tpl_email: processed outbound mail in 32.8ms
580
+
581
+ Subject: [STAGING] Recipients email
582
+ Template ID: -
583
+ From: default-sender@platan.us
584
+ To: interceptor1@platan.us, interceptor2@platan.us
585
+ Cc: -
586
+ Bcc: -
587
+ Substitutions: -
588
+ Headers:
589
+ X-Intercepted-To => r1@platan.us, r2@platan.us
590
+ X-Intercepted-Cc => r4@platan.us
591
+ X-Intercepted-Bcc => r5@platan.us
592
+ body:
593
+ type: text/plain
594
+ value: X
595
+ Attachments: -
596
+
597
+ Succesfully called the SendGrid API :)
598
+ Status Code: 200
599
+ TestMailer#recipients_email: processed outbound mail in 0.6ms
600
+
601
+ Subject: Body email
602
+ Template ID: -
603
+ From: default-sender@platan.us
604
+ To: -
605
+ Cc: -
606
+ Bcc: -
607
+ Substitutions: -
608
+ Headers: -
609
+ body:
610
+ type: text/plain
611
+ value: Body
612
+ Attachments: -
613
+
614
+ There was a problem calling the SendGrid API :(
615
+ Status Code: 404
616
+ Errors:
617
+ * from.email: The from email does not...
618
+ * personalizations.0.to: The to array is required...
619
+ TestMailer#body_email: processed outbound mail in 0.5ms
620
+
621
+ Subject: Body params email
622
+ Template ID: -
623
+ From: default-sender@platan.us
624
+ To: -
625
+ Cc: -
626
+ Bcc: -
627
+ Substitutions: -
628
+ Headers: -
629
+ body:
630
+ type: text/html
631
+ value: <h1>Body Params</h1>
632
+ Attachments: -
633
+
634
+ Succesfully called the SendGrid API :)
635
+ Status Code: 200
636
+ TestMailer#body_params_email: processed outbound mail in 0.4ms
637
+
638
+ Subject: From email
639
+ Template ID: -
640
+ From: override@platan.us
641
+ To: -
642
+ Cc: -
643
+ Bcc: -
644
+ Substitutions: -
645
+ Headers: -
646
+ body:
647
+ type: text/plain
648
+ value: X
649
+ Attachments: -
650
+
651
+ Succesfully called the SendGrid API :)
652
+ Status Code: 200
653
+ TestMailer#from_email: processed outbound mail in 0.5ms
654
+
655
+ Subject: From params email
656
+ Template ID: -
657
+ From: override@platan.us
658
+ To: -
659
+ Cc: -
660
+ Bcc: -
661
+ Substitutions: -
662
+ Headers: -
663
+ body:
664
+ type: text/plain
665
+ value: X
666
+ Attachments: -
667
+
668
+ Succesfully called the SendGrid API :)
669
+ Status Code: 200
670
+ TestMailer#from_params_email: processed outbound mail in 0.4ms
671
+
672
+ Subject: Substitutions email
673
+ Template ID: -
674
+ From: default-sender@platan.us
675
+ To: -
676
+ Cc: -
677
+ Bcc: -
678
+ Substitutions:
679
+ %key1% => value1
680
+ %key2% => value2
681
+ Headers: -
682
+ body:
683
+ type: text/plain
684
+ value: X
685
+ Attachments: -
686
+
687
+ Succesfully called the SendGrid API :)
688
+ Status Code: 200
689
+ TestMailer#substitutions_email: processed outbound mail in 0.4ms
690
+
691
+ Subject: My Subject
692
+ Template ID: -
693
+ From: default-sender@platan.us
694
+ To: -
695
+ Cc: -
696
+ Bcc: -
697
+ Substitutions: -
698
+ Headers: -
699
+ body:
700
+ type: text/plain
701
+ value: X
702
+ Attachments: -
703
+
704
+ Succesfully called the SendGrid API :)
705
+ Status Code: 200
706
+ TestMailer#subject_email: processed outbound mail in 0.4ms
707
+
708
+ Subject: My Subject
709
+ Template ID: -
710
+ From: default-sender@platan.us
711
+ To: -
712
+ Cc: -
713
+ Bcc: -
714
+ Substitutions: -
715
+ Headers: -
716
+ body:
717
+ type: text/plain
718
+ value: X
719
+ Attachments: -
720
+
721
+ Succesfully called the SendGrid API :)
722
+ Status Code: 200
723
+ TestMailer#subject_params_email: processed outbound mail in 0.3ms
724
+
725
+ Subject: Template with substitutions email
726
+ Template ID: XXX
727
+ From: default-sender@platan.us
728
+ To: r1@platan.us
729
+ Cc: -
730
+ Bcc: -
731
+ Substitutions:
732
+ %key% => value
733
+ Headers: -
734
+ body: -
735
+ Attachments: -
736
+
737
+ Succesfully called the SendGrid API :)
738
+ Status Code: 200
739
+ TestMailer#template_with_substitutions_email: processed outbound mail in 8.2ms
740
+
741
+ Subject: Dynamic template email
742
+ Template ID: XXX
743
+ From: default-sender@platan.us
744
+ To: r1@platan.us
745
+ Cc: -
746
+ Bcc: -
747
+ Substitutions: -
748
+ Headers: -
749
+ body: -
750
+ Attachments: -
751
+
752
+ Succesfully called the SendGrid API :)
753
+ Status Code: 200
754
+ TestMailer#dynamic_template_email: processed outbound mail in 2.6ms
755
+ Rendering layout layouts/mailer.html.erb
756
+ Rendering test_mailer/rails_tpl_email.html.erb within layouts/mailer
757
+ Rendered test_mailer/rails_tpl_email.html.erb within layouts/mailer (Duration: 0.0ms | Allocations: 4)
758
+ Rendered layout layouts/mailer.html.erb (Duration: 0.1ms | Allocations: 44)
759
+
760
+ Subject: Rails tpl email
761
+ Template ID: -
762
+ From: default-sender@platan.us
763
+ To: -
764
+ Cc: -
765
+ Bcc: -
766
+ Substitutions: -
767
+ Headers: -
768
+ body:
769
+ type: text/html
770
+ value: <html>
771
+ <body>
772
+ Rails Template!
773
+
774
+ </body>
775
+ </html>
776
+
777
+ Attachments: -
778
+
779
+ Succesfully called the SendGrid API :)
780
+ Status Code: 200
781
+ TestMailer#rails_tpl_email: processed outbound mail in 0.9ms
782
+
783
+ Subject: Template with substitutions email
784
+ Template ID: XXX
785
+ From: default-sender@platan.us
786
+ To: r1@platan.us
787
+ Cc: -
788
+ Bcc: -
789
+ Substitutions:
790
+ %key% => value
791
+ Headers: -
792
+ body: -
793
+ Attachments: -
794
+
795
+ There was a problem calling the SendGrid API :(
796
+ Status Code: 404
797
+ Errors:
798
+ * from.email: The from email does not...
799
+ * personalizations.0.to: The to array is required...
800
+ TestMailer#template_with_substitutions_email: processed outbound mail in 2.5ms
801
+  (12.1ms) SELECT sqlite_version(*)
802
+
803
+ Subject: Recipients params email
804
+ Template ID: -
805
+ From: default-sender@platan.us
806
+ To: r1@platan.us, r2@platan.us
807
+ Cc: r4@platan.us
808
+ Bcc: r5@platan.us
809
+ Substitutions: -
810
+ Headers: -
811
+ body:
812
+ type: text/plain
813
+ value: X
814
+ Attachments: -
815
+
816
+ Succesfully called the SendGrid API :)
817
+ Status Code: 200
818
+ TestMailer#recipients_params_email: processed outbound mail in 27.3ms
819
+
820
+ Subject: Recipients email
821
+ Template ID: -
822
+ From: default-sender@platan.us
823
+ To: r1@platan.us, r2@platan.us
824
+ Cc: r4@platan.us
825
+ Bcc: r5@platan.us
826
+ Substitutions: -
827
+ Headers: -
828
+ body:
829
+ type: text/plain
830
+ value: X
831
+ Attachments: -
832
+
833
+ Succesfully called the SendGrid API :)
834
+ Status Code: 200
835
+ TestMailer#recipients_email: processed outbound mail in 0.6ms
836
+
837
+ Subject: Body email
838
+ Template ID: -
839
+ From: default-sender@platan.us
840
+ To: -
841
+ Cc: -
842
+ Bcc: -
843
+ Substitutions: -
844
+ Headers: -
845
+ body:
846
+ type: text/plain
847
+ value: Body
848
+ Attachments: -
849
+
850
+ Succesfully called the SendGrid API :)
851
+ Status Code: 200
852
+ TestMailer#body_email: processed outbound mail in 0.4ms
853
+
854
+ Subject: My Subject
855
+ Template ID: -
856
+ From: default-sender@platan.us
857
+ To: -
858
+ Cc: -
859
+ Bcc: -
860
+ Substitutions: -
861
+ Headers: -
862
+ body:
863
+ type: text/plain
864
+ value: X
865
+ Attachments: -
866
+
867
+ Succesfully called the SendGrid API :)
868
+ Status Code: 200
869
+ TestMailer#subject_params_email: processed outbound mail in 0.4ms
870
+
871
+ Subject: My Subject
872
+ Template ID: -
873
+ From: default-sender@platan.us
874
+ To: -
875
+ Cc: -
876
+ Bcc: -
877
+ Substitutions: -
878
+ Headers: -
879
+ body:
880
+ type: text/plain
881
+ value: X
882
+ Attachments: -
883
+
884
+ Succesfully called the SendGrid API :)
885
+ Status Code: 200
886
+ TestMailer#subject_email: processed outbound mail in 0.5ms
887
+
888
+ Subject: [STAGING] Recipients email
889
+ Template ID: -
890
+ From: default-sender@platan.us
891
+ To: interceptor1@platan.us, interceptor2@platan.us
892
+ Cc: -
893
+ Bcc: -
894
+ Substitutions: -
895
+ Headers:
896
+ X-Intercepted-To => r1@platan.us, r2@platan.us
897
+ X-Intercepted-Cc => r4@platan.us
898
+ X-Intercepted-Bcc => r5@platan.us
899
+ body:
900
+ type: text/plain
901
+ value: X
902
+ Attachments: -
903
+
904
+ Succesfully called the SendGrid API :)
905
+ Status Code: 200
906
+ TestMailer#recipients_email: processed outbound mail in 0.4ms
907
+
908
+ Subject: Body params email
909
+ Template ID: -
910
+ From: default-sender@platan.us
911
+ To: -
912
+ Cc: -
913
+ Bcc: -
914
+ Substitutions: -
915
+ Headers: -
916
+ body:
917
+ type: text/html
918
+ value: <h1>Body Params</h1>
919
+ Attachments: -
920
+
921
+ Succesfully called the SendGrid API :)
922
+ Status Code: 200
923
+ TestMailer#body_params_email: processed outbound mail in 0.8ms
924
+
925
+ Subject: From email
926
+ Template ID: -
927
+ From: override@platan.us
928
+ To: -
929
+ Cc: -
930
+ Bcc: -
931
+ Substitutions: -
932
+ Headers: -
933
+ body:
934
+ type: text/plain
935
+ value: X
936
+ Attachments: -
937
+
938
+ Succesfully called the SendGrid API :)
939
+ Status Code: 200
940
+ TestMailer#from_email: processed outbound mail in 0.8ms
941
+
942
+ Subject: From params email
943
+ Template ID: -
944
+ From: override@platan.us
945
+ To: -
946
+ Cc: -
947
+ Bcc: -
948
+ Substitutions: -
949
+ Headers: -
950
+ body:
951
+ type: text/plain
952
+ value: X
953
+ Attachments: -
954
+
955
+ Succesfully called the SendGrid API :)
956
+ Status Code: 200
957
+ TestMailer#from_params_email: processed outbound mail in 0.6ms
958
+ Rendering layout layouts/mailer.html.erb
959
+ Rendering test_mailer/rails_tpl_email.html.erb within layouts/mailer
960
+ Rendered test_mailer/rails_tpl_email.html.erb within layouts/mailer (Duration: 6.0ms | Allocations: 331)
961
+ Rendered layout layouts/mailer.html.erb (Duration: 6.5ms | Allocations: 520)
962
+
963
+ Subject: Rails tpl email
964
+ Template ID: -
965
+ From: default-sender@platan.us
966
+ To: -
967
+ Cc: -
968
+ Bcc: -
969
+ Substitutions: -
970
+ Headers: -
971
+ body:
972
+ type: text/html
973
+ value: <html>
974
+ <body>
975
+ Rails Template!
976
+
977
+ </body>
978
+ </html>
979
+
980
+ Attachments: -
981
+
982
+ Succesfully called the SendGrid API :)
983
+ Status Code: 200
984
+ TestMailer#rails_tpl_email: processed outbound mail in 22.7ms
985
+
986
+ Subject: Add attachments email
987
+ Template ID: -
988
+ From: default-sender@platan.us
989
+ To: -
990
+ Cc: -
991
+ Bcc: -
992
+ Substitutions: -
993
+ Headers: -
994
+ body:
995
+ type: text/plain
996
+ value: X
997
+ Attachments:
998
+ nana.png
999
+
1000
+ Succesfully called the SendGrid API :)
1001
+ Status Code: 200
1002
+ TestMailer#add_attachments_email: processed outbound mail in 38.5ms
1003
+
1004
+ Subject: Substitutions email
1005
+ Template ID: -
1006
+ From: default-sender@platan.us
1007
+ To: -
1008
+ Cc: -
1009
+ Bcc: -
1010
+ Substitutions:
1011
+ %key1% => value1
1012
+ %key2% => value2
1013
+ Headers: -
1014
+ body:
1015
+ type: text/plain
1016
+ value: X
1017
+ Attachments: -
1018
+
1019
+ Succesfully called the SendGrid API :)
1020
+ Status Code: 200
1021
+ TestMailer#substitutions_email: processed outbound mail in 0.7ms
1022
+
1023
+ Subject: Headers email
1024
+ Template ID: -
1025
+ From: default-sender@platan.us
1026
+ To: -
1027
+ Cc: -
1028
+ Bcc: -
1029
+ Substitutions: -
1030
+ Headers:
1031
+ HEADER-1 => VALUE-1
1032
+ HEADER-2 => VALUE-2
1033
+ body:
1034
+ type: text/plain
1035
+ value: X
1036
+ Attachments: -
1037
+
1038
+ Succesfully called the SendGrid API :)
1039
+ Status Code: 200
1040
+ TestMailer#headers_email: processed outbound mail in 2.7ms
1041
+
1042
+ Subject: Headers params email
1043
+ Template ID: -
1044
+ From: default-sender@platan.us
1045
+ To: -
1046
+ Cc: -
1047
+ Bcc: -
1048
+ Substitutions: -
1049
+ Headers:
1050
+ HEADER-1 => VALUE-1
1051
+ HEADER-2 => VALUE-2
1052
+ body:
1053
+ type: text/plain
1054
+ value: X
1055
+ Attachments: -
1056
+
1057
+ Succesfully called the SendGrid API :)
1058
+ Status Code: 200
1059
+ TestMailer#headers_params_email: processed outbound mail in 0.6ms
1060
+
1061
+ Subject: Body email
1062
+ Template ID: -
1063
+ From: default-sender@platan.us
1064
+ To: -
1065
+ Cc: -
1066
+ Bcc: -
1067
+ Substitutions: -
1068
+ Headers: -
1069
+ body:
1070
+ type: text/plain
1071
+ value: Body
1072
+ Attachments: -
1073
+
1074
+ There was a problem calling the SendGrid API :(
1075
+ Status Code: 404
1076
+ Errors:
1077
+ * from.email: The from email does not...
1078
+ * personalizations.0.to: The to array is required...
1079
+ TestMailer#body_email: processed outbound mail in 0.9ms
1080
+
1081
+ Subject: Template id email
1082
+ Template ID: XXX
1083
+ From: default-sender@platan.us
1084
+ To: -
1085
+ Cc: -
1086
+ Bcc: -
1087
+ Substitutions: -
1088
+ Headers: -
1089
+ body: -
1090
+ Attachments: -
1091
+
1092
+ Succesfully called the SendGrid API :)
1093
+ Status Code: 200
1094
+ TestMailer#template_id_email: processed outbound mail in 0.8ms
1095
+
1096
+ Subject: Template id params email
1097
+ Template ID: XXX
1098
+ From: default-sender@platan.us
1099
+ To: -
1100
+ Cc: -
1101
+ Bcc: -
1102
+ Substitutions: -
1103
+ Headers: -
1104
+ body: -
1105
+ Attachments: -
1106
+
1107
+ Succesfully called the SendGrid API :)
1108
+ Status Code: 200
1109
+ TestMailer#template_id_params_email: processed outbound mail in 0.6ms
1110
+
1111
+ Subject: Body email
1112
+ Template ID: -
1113
+ From: default-sender@platan.us
1114
+ To: -
1115
+ Cc: -
1116
+ Bcc: -
1117
+ Substitutions: -
1118
+ Headers: -
1119
+ body:
1120
+ type: text/plain
1121
+ value: Body
1122
+ Attachments: -
1123
+ TestMailer#body_email: processed outbound mail in 0.4ms
1124
+
1125
+ Subject: Template with substitutions email
1126
+ Template ID: XXX
1127
+ From: default-sender@platan.us
1128
+ To: r1@platan.us
1129
+ Cc: -
1130
+ Bcc: -
1131
+ Substitutions:
1132
+ %key% => value
1133
+ Headers: -
1134
+ body: -
1135
+ Attachments: -
1136
+
1137
+ Succesfully called the SendGrid API :)
1138
+ Status Code: 200
1139
+ TestMailer#template_with_substitutions_email: processed outbound mail in 2.4ms
1140
+
1141
+ Subject: Dynamic template email
1142
+ Template ID: XXX
1143
+ From: default-sender@platan.us
1144
+ To: r1@platan.us
1145
+ Cc: -
1146
+ Bcc: -
1147
+ Substitutions: -
1148
+ Headers: -
1149
+ body: -
1150
+ Attachments: -
1151
+
1152
+ Succesfully called the SendGrid API :)
1153
+ Status Code: 200
1154
+ TestMailer#dynamic_template_email: processed outbound mail in 1.6ms
1155
+ Rendering layout layouts/mailer.html.erb
1156
+ Rendering test_mailer/rails_tpl_email.html.erb within layouts/mailer
1157
+ Rendered test_mailer/rails_tpl_email.html.erb within layouts/mailer (Duration: 0.0ms | Allocations: 6)
1158
+ Rendered layout layouts/mailer.html.erb (Duration: 0.1ms | Allocations: 55)
1159
+
1160
+ Subject: Rails tpl email
1161
+ Template ID: -
1162
+ From: default-sender@platan.us
1163
+ To: -
1164
+ Cc: -
1165
+ Bcc: -
1166
+ Substitutions: -
1167
+ Headers: -
1168
+ body:
1169
+ type: text/html
1170
+ value: <html>
1171
+ <body>
1172
+ Rails Template!
1173
+
1174
+ </body>
1175
+ </html>
1176
+
1177
+ Attachments: -
1178
+
1179
+ Succesfully called the SendGrid API :)
1180
+ Status Code: 200
1181
+ TestMailer#rails_tpl_email: processed outbound mail in 0.9ms
1182
+
1183
+ Subject: Template with substitutions email
1184
+ Template ID: XXX
1185
+ From: default-sender@platan.us
1186
+ To: r1@platan.us
1187
+ Cc: -
1188
+ Bcc: -
1189
+ Substitutions:
1190
+ %key% => value
1191
+ Headers: -
1192
+ body: -
1193
+ Attachments: -
1194
+
1195
+ There was a problem calling the SendGrid API :(
1196
+ Status Code: 404
1197
+ Errors:
1198
+ * from.email: The from email does not...
1199
+ * personalizations.0.to: The to array is required...
1200
+ TestMailer#template_with_substitutions_email: processed outbound mail in 4.2ms