embulk-output-send_email 0.1.5 → 0.1.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 118660efc733c52bfa77b33776ba57a70edb2232799d02cc594390ea8d771a24
4
- data.tar.gz: 5a8204672003c5130606d455fa673f8a7022f02def287bb750f556697bbd1320
3
+ metadata.gz: 9f251dea23a21919bb585a16ff17e9639e6febdbdd49c9d255ad7525a2fa49d5
4
+ data.tar.gz: 6deb25d8ab43d7a79a9f3c77c317cec0a44858dafa9f6eeb2607df05ac883492
5
5
  SHA512:
6
- metadata.gz: 1a1c91336cf0df5a30711accc4120981c9117d6d4f0c15008b60e0e53fe071e613b778a6954ec74fd9f9b8a6717de2fe50a73457ca5e48b6b98214501a03d2c6
7
- data.tar.gz: 4fd499e5b9fccabe1ba8a2040c64bedc0cc35b96a03ea6f44908ce65d277a1d5daf7efe4be1a39c7b9feb7de2ed1bd4058ec3a35042198b1f9bba7629420ee85
6
+ metadata.gz: 843190ae182eedd05c47a6ce0a0463106ed07049a0d641e7e6dd73680f616c79b2afe8337a030c17c041b9cb8c6cb22e4bdc44ca74c3a81580b2956b7b3f62ce
7
+ data.tar.gz: 4722a9c29ffae6c9eef38f30087d0a2e1913dd3908324649e34ccafa3c6d42241321bb59beb31f2d29c83a98cf5461568d218d2accac2e7c12ce6c136095fc7c
data/README.md CHANGED
@@ -28,7 +28,43 @@ An output plugin for Embulk to send email with data
28
28
  - **template**: If format_type is 'html', provide here the path of .html/ .txt
29
29
  - **is_html**: If template is 'html' put it true, if it is 'txt' put it as false, by default it is false
30
30
 
31
- ```NOTE: If format_type is html and path is given in field 'template', make sure - The templates should have '{{data}}' placeholder so that the data generated by send_email plugin will be put here```
31
+ ```
32
+ NOTE: If format_type is html and path is given in field 'template', make sure - The templates should have '{{data}}' placeholder so that the data generated by send_email plugin will be put here; sample .html and .txt is shown below -
33
+
34
+ <!DOCTYPE html>
35
+ <html lang="en">
36
+ <head>
37
+ <meta charset="UTF-8">
38
+ <title>Title</title>
39
+ </head>
40
+ <body>
41
+ <header>
42
+ Hi Team,
43
+ <h3>Here is the project</h3>
44
+ </header>
45
+ <h1> hello </h1>
46
+
47
+ {{data}}
48
+
49
+ <footer>
50
+ Thanks,<br>
51
+ ABC
52
+ </footer>
53
+ </body>
54
+ </html>
55
+
56
+ -------------------------------------------
57
+
58
+ Hi John,
59
+ Here is the daily ETL data
60
+
61
+ {{data}}
62
+
63
+ Thanks,
64
+ ABC
65
+
66
+
67
+ ```
32
68
 
33
69
  ## Example - columns
34
70
 
data/build.gradle CHANGED
@@ -13,7 +13,7 @@ configurations {
13
13
  provided
14
14
  }
15
15
 
16
- version = "0.1.5"
16
+ version = "0.1.6"
17
17
 
18
18
  sourceCompatibility = 1.8
19
19
  targetCompatibility = 1.8
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: embulk-output-send_email
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Infoobjects Inc.
@@ -53,7 +53,7 @@ files:
53
53
  - classpath/activation-1.1.jar
54
54
  - classpath/commons-codec-1.10.jar
55
55
  - classpath/commons-logging-1.2.jar
56
- - classpath/embulk-output-send_email-0.1.5.jar
56
+ - classpath/embulk-output-send_email-0.1.6.jar
57
57
  - classpath/google-api-client-1.26.0.jar
58
58
  - classpath/google-api-client-java6-1.26.0.jar
59
59
  - classpath/google-api-services-gmail-v1-rev83-1.23.0.jar