mandarons / icloud-drive-docker

Dockerized iCloud Client - make a local copy of your iCloud documents and photos, and keep it automatically up-to-date.
BSD 3-Clause "New" or "Revised" License
969 stars 46 forks source link

[BUG] ERROR :: root :: notify.py :: 45 :: Failed to send email: (550, b'5.7.1 message content rejected'). #163

Closed dmuiX closed 8 months ago

dmuiX commented 8 months ago

Describe the bug ERROR :: root :: notify.py :: 45 :: Failed to send email: (550, b'5.7.1 message content rejected').

Like the idea. But I get the following error when I start docker-compose

To Reproduce Steps to reproduce the behavior:

  1. just started with docker-compose -f iCloudBackup.yml up -d

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Configuration

app:
  logger:
    level: "debug"
    filename: "icloud.log"
  credentials:
    username: "mali"
    retry_login_interval: 600
  root: "icloud"
  smtp:
    email: "sender"
    to: "receiver"
    password: "pw"
    host: "posteo.de"
    port: 587
    no_tls : false
  region: global
drive:
  destination: "drive"
  remove_obsolete: false
  sync_interval: 300
  ignore:
    - "node_modules"
    - "*.md"
photos:
  destination: "photos"
  remove_obsolete: false
  sync_interval: 500

Additional context Add any other context about the problem here.

mandarons commented 8 months ago

Is sender address and receiver address same? Try some other SMTP server like gmail.

dmuiX commented 8 months ago

Thanks for your answer. But I have adp enabled so will try that when your app supports adp as I do not want to use my iCloud without it.no pressure on you ;).