example/config.yml in embulk-output-send_email-0.1.4 vs example/config.yml in embulk-output-send_email-0.1.5
- old
+ new
@@ -21,18 +21,18 @@
- {name: attr2, type: string}
- {name: attr3, type: string}
out:
type: send_email
to:
- - ankit.navral@infoobjects.com
- - ankit.kumar@infoobjects.com
- from: abhishek.gupta@infoobjects.com
- password: Abhi@q421
+ - abc@gmail.com
+ - def@gmail.com
+ from: pqr@gmail.com
+ password: password
port: 587
- username: abhishek.gupta@infoobjects.com
+ username: pqr@gmail.com
host: smtp.gmail.com
subject: XYZ123
- # row: 3
+ row: 3
format_type: html
protocol: TLSv1.2
auth: true
enable_starttls: true
template: C:\Users\Abhishek Gupta\Desktop\github\embulk-output-send_email\example\email.txt
\ No newline at end of file