Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

urlwatch 2.28: html: separate: true not sending separate emails #818

Open
jpiszcz opened this issue Apr 27, 2024 · 2 comments
Open

urlwatch 2.28: html: separate: true not sending separate emails #818

jpiszcz opened this issue Apr 27, 2024 · 2 comments

Comments

@jpiszcz
Copy link

jpiszcz commented Apr 27, 2024

I am testing the 'separate' feature with 2.28:

However, I am still receiving a single email that contains 4 changes:
4 changes: Camel Camel Camel, CNN1, CNN2, CNN3

Using the following setting:

  html:
    diff: unified
    separate: true
@Jamstah
Copy link
Contributor

Jamstah commented May 29, 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)

@jpiszcz
Copy link
Author

jpiszcz commented Jun 4, 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: #########################

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants