Quantcast
Channel: configuration - Forum - FlexGet
Viewing all articles
Browse latest Browse all 716

Can't seem to consolidate emails

$
0
0

@Emanuele_Sacchi wrote:

Since the last modifications to Flexget and the addition of the notifiers I've been playing around with config files, but it seems I've hit a wall...

I have several tasks, and I'd like to add their results together and being notified via mail.
So I've used list_add to collate the various outputs into a single list, and configured that list for email.

Problem is, it doesn't do anything. I'm not getting a single email. In the log file it says "Task doesn't have any output plugins, you should add (at least) one!", but I'm a bit stuck on this... ideas? What am I missing?

tasks:
  task1:
    priority: 1
    verify_ssl_certificates: no
    rss: ***
    template: tv
    list_add:
      - entry_list: email
  task2:
    priority: 2
    verify_ssl_certificates: no
    rss: ***
    template: tv
    list_add:
      - entry_list: email
  task3:
    priority: 3
    verify_ssl_certificates: no
    rss: ***
    template: tv
    list_add:
      - entry_list: email
  email-report:
    priority: 4
    entry_list: email
    accept_all: yes
    notify_entries:
      to:
        - email:
            html: yes
            from: ***
            to: ***
            title: Flexget Notification
            smtp_host: smtp.gmail.com
            smtp_port: 587
            smtp_username: ***
            smtp_password: ***
            smtp_tls: true

Posts: 16

Participants: 4

Read full topic


Viewing all articles
Browse latest Browse all 716

Trending Articles