This repository has been archived by the owner on Sep 28, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Loading branch information
1 parent
41bcffd
commit b6f61e1
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -65,3 +65,24 @@ server=mail.gmx.net | |
port=587 | ||
receivers[email protected] | ||
``` | ||
|
||
## 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[email protected] | ||
user[email protected] | ||
password=xxxxxx | ||
server=smtp.mail.me.com | ||
port=587 | ||
receivers[email protected] | ||
``` |