History log of /plugin/smtp/ (Results 1 – 25 of 116)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
47cf259f27-Aug-2025 Andreas Gohr <andi@splitbrain.org>

Version upped

1992a18527-Aug-2025 Anna Dabrowska <dabrowska@cosmocode.de>

make test compatible with DW test suite

1f1e538612-Apr-2023 Andreas Gohr <andi@splitbrain.org>

Version upped

1f07184803-Apr-2023 Elan Ruusamäe <glen@pld-linux.org>

Message: Fix continuation spelling

8e7c533f29-Mar-2023 Gilson Caldeira <gilsoncaldeira@gmail.com>

translation update

c4ca782e21-Jan-2023 Minh <phandinhminh@protonmail.ch>

translation update

3122678511-Sep-2022 Andreas Gohr <andi@splitbrain.org>

Version upped

ae907de111-Sep-2022 Moritz Raguschat <moritz.raguschat@web.de>

Update helper.php

In the case that SERVER_ADDR is IPv6 (I think this is always the case when the remote visitor of the website is accessing it via IPv6), the string "IPv6:" needs to be prepended acc

Update helper.php

In the case that SERVER_ADDR is IPv6 (I think this is always the case when the remote visitor of the website is accessing it via IPv6), the string "IPv6:" needs to be prepended according to RFC 2821, or SMTP servers like postfix will reject the HELO due to "invalid ip address".
Visitors who connect via IPv4 would not encounter this error I think, because SERVER_ADDR would then also be the IPv4 address of the server.

Maybe even better would be to always use IPv4 if the server does have an IPv4 address, even if it is visited via IPv6 at the moment. But I don't know a PHP method to just get the IPv4 address. Only a few years ago I often encountered problems with IPv6, with many mail servers (incl. GMail) rejecting mail that was sent via IPv6 due to configuration errors. But one can hope that this should be a thing of the past now.

show more ...

76896bd527-Aug-2022 Hubert <h.kawalec@gmail.com>

translation update

77c8a9d105-Aug-2022 Hella <hella.breitkopf@gmail.com>

translation update

f593152222-Nov-2020 Andreas Gohr <andi@splitbrain.org>

Version upped

7f9ffa4121-Nov-2020 Christoph Ziehr <christoph@christoph-ziehr.de>

Typo in german language file

a9db1dc404-Mar-2020 Andreas Gohr <andi@splitbrain.org>

translation update

a86267de24-Feb-2020 Andreas Gohr <andi@splitbrain.org>

Version upped

9d01293424-Feb-2020 Andreas Gohr <gohr@cosmocode.de>

forgot that testing on 7.4 is still broken

210e2f5d24-Feb-2020 Andreas Gohr <gohr@cosmocode.de>

fixed tests

e07bbff924-Feb-2020 Andreas Gohr <gohr@cosmocode.de>

use CRLF for body. Should fix #17

9a5dd82d28-Oct-2019 Aleksandr Selivanov <alexgearbox@yandex.ru>

translation update

685c06ed21-Mar-2019 Andreas Gohr <andi@splitbrain.org>

Version upped

9c9a7cb621-Mar-2019 Andreas Gohr <andi@splitbrain.org>

fix testing

ce0829f609-Jul-2018 Alicia Esponda <aesponda@ieee.org>

translation update

901d8d6703-Aug-2017 Andreas Gohr <andi@splitbrain.org>

Version upped

ecc6033d03-Aug-2017 Yurii K <yurii-github@users.noreply.github.com>

Update admin.php

small fix

9020f61817-Jul-2017 Tor Härnqvist <tor@harnqvist.se>

translation update

fcd2f03305-Apr-2017 Pavel Krupička <pajdacz@gmail.com>

translation update

12345