ish_manager 0.1.8.389 → 0.1.8.391

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2d61078f364c65df5321e0ae8843989c26eab40227a27686fc1ebd2eb63afdc1
4
- data.tar.gz: e717234a99752fd8480eb7b660bc6ed01c09f57a491579d606fdacbb4b1b0011
3
+ metadata.gz: ae2d5d633d70be58bd914e781c7309a0badc59636fd7983824cddb113953eb2b
4
+ data.tar.gz: 49ce6ebf49ca0e252a6b1a4b2cacb4e5c785a4f087a99d55e8a7ffe427f19118
5
5
  SHA512:
6
- metadata.gz: fcc2a1b36ad8c106fb5a2139d89553dfa43fc31fdb6fa1355cd6459b619f3915d34711cc5cd8acff820c9e64dd48cb9d24b20110d99cf4d48079ae226a6baf59
7
- data.tar.gz: df3947ade44b71723827ea3a8555c0f90c93ed45acb71d9f4cef84cd7c2c5df364369a311486b0007c627f7844e5e49ab0b409ad121c90a14314a2485c721160
6
+ metadata.gz: 69887b0cd2d88b769eaf36fa1fd1b424d10c06ff87209da9124ff2272b24654b61bcdb2fc894232024ddf4feb191c80c916a22cc539d93865a6bd9ab51a42b8d
7
+ data.tar.gz: 5ef6d092de0ec4252afe3103c3aac4105d90b0620e908ea25a56b0a728a12c9c36e4195422cf4c63b784bc7060d478487d5646ea76fc94c3bfbc1db094de531a
@@ -67,7 +67,7 @@ class IshManager::OfficeMailer < IshManager::ApplicationMailer
67
67
  to: @ctx.to_email,
68
68
  bcc: 'piousbox@gmail.com',
69
69
  subject: @ctx.subject,
70
- template_name: "render/_#{@ctx.tmpl.slug}" )
70
+ template_name: "render/_#{@ctx.tmpl.layout}" )
71
71
  end
72
72
 
73
73
  end
@@ -6,7 +6,7 @@ end
6
6
 
7
7
  namespace :office do
8
8
 
9
- desc 'schheduled email actions, rolling perform'
9
+ desc 'scheduled email actions, rolling perform'
10
10
  task schs: :environment do
11
11
  while true do
12
12
 
@@ -18,6 +18,9 @@ namespace :office do
18
18
  email_template_id: sch.act.tmpl.id,
19
19
  lead_id: sch.lead.id,
20
20
  send_at: Time.now,
21
+ subject: sch.act.tmpl.subject,
22
+ from_email: sch.act.tmpl.from_email,
23
+ scheduled_email_action_id: sch.act.id,
21
24
  })
22
25
  ctx.save!
23
26
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ish_manager
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8.389
4
+ version: 0.1.8.391
5
5
  platform: ruby
6
6
  authors:
7
7
  - piousbox