You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/publish.md
+7-1
Original file line number
Diff line number
Diff line change
@@ -2941,11 +2941,17 @@ format is:
2941
2941
ntfy-$topic@ntfy.sh
2942
2942
```
2943
2943
2944
-
If [access control](config.md#access-control) is enabled, and the target topic does not support anonymous writes, e-mail publishing won't work without providing an authorized access token. That will change the format of the e-mail's recipient address to
2944
+
If [access control](config.md#access-control) is enabled, and the target topic does not support anonymous writes, e-mail publishing won't work
2945
+
without providing an authorized access token or using SMTP AUTH PLAIN.
2946
+
2947
+
If you use [access tokens](#access-tokens), that will change the format of the e-mail's recipient address to
2945
2948
```
2946
2949
ntfy-$topic+$token@ntfy.sh
2947
2950
```
2948
2951
2952
+
To use [username/password](https://docs.ntfy.sh/publish/#username-password), you can use SMTP PLAIN auth when authenticating
2953
+
to the ntfy server.
2954
+
2949
2955
As of today, e-mail publishing only supports adding a [message title](#message-title) (the e-mail subject). Tags, priority,
2950
2956
delay and other features are not supported (yet). Here's an example that will publish a message with the
2951
2957
title `You've Got Mail` to topic `sometopic` (see [ntfy.sh/sometopic](https://ntfy.sh/sometopic)):
Copy file name to clipboardexpand all lines: docs/releases.md
+17
Original file line number
Diff line number
Diff line change
@@ -1373,6 +1373,23 @@ and the [ntfy Android app](https://github.com/binwiederhier/ntfy-android/release
1373
1373
1374
1374
## Not released yet
1375
1375
1376
+
### ntfy server v2.12.0 (UNRELEASED)
1377
+
1378
+
**Features:**
1379
+
1380
+
* Add username/password auth to email publishing ([#1164](https://github.com/binwiederhier/ntfy/pull/1164), thanks to [@bishtawi](https://github.com/bishtawi))
1381
+
1382
+
**Bug fixes + maintenance:**
1383
+
1384
+
* Add `Date` header to outgoing emails to avoid rejection ([#1141](https://github.com/binwiederhier/ntfy/pull/1141), thanks to [pcouy](https://github.com/pcouy))
1385
+
1386
+
**Documentation:**
1387
+
1388
+
* Various docs updates ([](https://github.com/binwiederhier/ntfy/pull/1161), thanks to [@OneWeekNotice](https://github.com/OneWeekNotice))
1389
+
* Typo in config docs ([#1177](https://github.com/binwiederhier/ntfy/pull/1177), thanks to [@hoho4190](https://github.com/hoho4190))
1390
+
* Typo in CLI docs ([#1172](https://github.com/binwiederhier/ntfy/pull/1172), thanks to [@anirvan](https://github.com/anirvan))
1391
+
* Correction about MacroDroid ([](https://github.com/binwiederhier/ntfy/pull/1137), thanks to [@ShlomoCode](https://github.com/ShlomoCode))
0 commit comments