This is an automated email from the ASF dual-hosted git repository.
mimaison pushed a commit to branch markdown
in repository https://gitbox.apache.org/repos/asf/kafka-site.git
The following commit(s) were added to refs/heads/markdown by this push:
new 7956ad60f MINOR: add hint about HTML emails (#775)
7956ad60f is described below
commit 7956ad60f341d0ef3b28cc19a20f2942bb91fe24
Author: Matthias J. Sax <[email protected]>
AuthorDate: Wed Jan 7 02:02:38 2026 -0800
MINOR: add hint about HTML emails (#775)
Reviewers: Mickael Maison <[email protected]>, Bill Bejeck
<[email protected]>, Thomas Thornton<[email protected]>
---
content/en/community/contact.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/content/en/community/contact.md b/content/en/community/contact.md
index 00ff5e26d..2a55645df 100644
--- a/content/en/community/contact.md
+++ b/content/en/community/contact.md
@@ -29,12 +29,12 @@ aliases:
We have a few mailing lists hosted by Apache:
* **User mailing list** : A list for general user questions about Kafka®. To
subscribe, send an email to
[[email protected]](mailto:[email protected]).
Once subscribed, you can ask general user questions by mailing to
[[email protected]](mailto:[email protected]). Archives are available
[here](https://lists.apache.org/[email protected]). To
unsubscribe, send an email to
[[email protected]](mailto:users-unsubscribe@ [...]
+ Note that the mailing list works on plain text emails. Sending HTML based
emails can leads to issues and should be avoided.
* **Developer mailing list** : A list for discussion on Kafka® development.
To subscribe, send an email to
[[email protected]](mailto:[email protected]). Once
subscribed, you can have discussion on Kafka® development by mailing to
[[email protected]](mailto:[email protected]). Archives are available
[here](https://lists.apache.org/[email protected]). To
unsubscribe, send an email to
[[email protected]](mailto:dev-unsubscribe@k [...]
+ Note that the mailing list works on plain text emails. Sending HTML based
emails can leads to issues and should be avoided.
* **JIRA mailing list** : A list to track Kafka®
[JIRA](https://issues.apache.org/jira/projects/KAFKA) notifications. To
subscribe, send an email to
[[email protected]](mailto:[email protected]).
Archives are available
[here](https://lists.apache.org/[email protected]). To
unsubscribe, send an email to
[[email protected]](mailto:[email protected]).
* **Commit mailing list** : A list to track Kafka® commits. To subscribe,
send an email to
[[email protected]](mailto:[email protected]).
Archives are available
[here](http://mail-archives.apache.org/mod_mbox/kafka-commits). To unsubscribe,
send an email to
[[email protected]](mailto:[email protected]).
-
-
For all Apache mailing lists, you must confirm your subscription by replying
to an email. See the [Apache Mailing
Lists](https://www.apache.org/foundation/mailinglists) page for more
information.
-Prior to the move to Apache we had a Google group we used for discussion.
Archives can be found [here](http://groups.google.com/group/kafka-dev). After
that we were in Apache Incubator which has its own archives for
[user](http://mail-archives.apache.org/mod_mbox/incubator-kafka-users/),
[dev](http://mail-archives.apache.org/mod_mbox/incubator-kafka-dev/), and
[commit](http://mail-archives.apache.org/mod_mbox/incubator-kafka-commits/)
lists.
\ No newline at end of file
+Prior to the move to Apache we had a Google group we used for discussion.
Archives can be found [here](http://groups.google.com/group/kafka-dev). After
that we were in Apache Incubator which has its own archives for
[user](http://mail-archives.apache.org/mod_mbox/incubator-kafka-users/),
[dev](http://mail-archives.apache.org/mod_mbox/incubator-kafka-dev/), and
[commit](http://mail-archives.apache.org/mod_mbox/incubator-kafka-commits/)
lists.