urlwatch 2.28: html: separate: true not sending separate emails
jpiszcz opened this issue · 2 comments
jpiszcz commented
I am testing the 'separate' feature with 2.28:
urlwatch/docs/source/configuration.rst
Line 108 in 17d02c4
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 commented
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 commented
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: #########################