Code Monkey home page Code Monkey logo

Comments (2)

Jamstah avatar Jamstah commented on July 28, 2024

What reporters do you have enabled? Are you using the email reporter?

You could try putting the separate option under the email section instead of the html section, if that fixes it then we should update the doc.

If its still not working, can you share you config file? (don't forget to redact any credentials)

from urlwatch.

jpiszcz avatar jpiszcz commented on July 28, 2024

Tested and it did not work (all 3 changes were in the same email)

3 changes: test file, test2, test3

display:
  error: true
  new: true
  unchanged: false
report:
  email:
    enabled: true
    from: '##########@##########.com'
    html: true
    separate: true
    method: smtp
    sendmail:
      path: sendmail
    smtp:
      host: localhost
      auth: false
      keyring: false
      port: 25
      starttls: true
    subject: '{count} changes: {jobs}'
    to: '################@##############.com'
  html:
    diff: unified
  mailgun:
    api_key: ''
    domain: ''
    enabled: false
    from_mail: ''
    from_name: ''
    subject: '{count} changes: {jobs}'
    to: ''
  pushbullet:
    api_key: ''
    enabled: false
  pushover:
    app: ''
    device: ''
    enabled: false
    sound: spacealarm
    user: ''
  stdout:
    color: true
    enabled: true
  telegram:
    bot_token: ''
    chat-id: ''
    enabled: false
  text:
    details: true
    footer: true
    line_length: 75
job_defaults:
  all:
    timeout: 60
  url:
    ignore_connection_errors: true
    ignore_timeout_errors: true
    ignore_http_error_codes: 5xx
  headers:
    User-Agent: #########################

from urlwatch.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.