Skip to content
This repository has been archived by the owner on Sep 28, 2021. It is now read-only.

Commit

Permalink
docs: add iCloud example config (#105) (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulypeter committed Jun 13, 2021
1 parent 41bcffd commit b6f61e1
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions docs/SETUP_EMAIL_SERVICES.md
Expand Up @@ -65,3 +65,24 @@ server=mail.gmx.net
port=587
receivers=meinemail@gmx.net
```

## iCloud

1. Den [Apple-ID-Account](https://appleid.apple.com/account/home) aufrufen
2. "Sicherheit" anklicken
3. "Anwendungsspezifische Passwörter" auswählen und dort "Passwort erstellen"
4. Den Anweisungen folgen
5. Das so erstellte Passwort in der `config.ini` speichern

### Beispiel-Config

```ini
[EMAIL]
enable=true
sender=meinemail@icloud.com
user=meinemail@icloud.com
password=xxxxxx
server=smtp.mail.me.com
port=587
receivers=meinemail@icloud.com
```

0 comments on commit b6f61e1

Please sign in to comment.