History log of /plugin/smtp/action.php (Results 1 – 12 of 12)
Revision Date Author Comments
# 30b0aec1 28-Jun-2026 Andreas Gohr <andi@splitbrain.org>

Add option to ignore the SMTP server's certificate

New smtp_allow_insecure config option that, when enabled, makes the mailer
skip TLS certificate verification, allowing SMTP servers with self-signe

Add option to ignore the SMTP server's certificate

New smtp_allow_insecure config option that, when enabled, makes the mailer
skip TLS certificate verification, allowing SMTP servers with self-signed or
otherwise untrusted certificates to be used (issue #32).

The integration test now also covers STARTTLS against a self-signed
certificate, and the pretest hook starts Mailpit with a generated cert so
that test can run.

Closes #32

show more ...


# 8052a8f6 28-Jun-2026 Andreas Gohr <andi@splitbrain.org>

fix overlong line


# ee5c0205 27-Jun-2026 Andreas Gohr <andi@splitbrain.org>

Switch from bundled subtrees to Composer dependencies

Replace the git-subtree vendored copies of txthinking/mailer and
psr/log with Composer-managed dependencies under vendor/, loaded
automatically

Switch from bundled subtrees to Composer dependencies

Replace the git-subtree vendored copies of txthinking/mailer and
psr/log with Composer-managed dependencies under vendor/, loaded
automatically by DokuWiki's plugin autoloader. The custom PSR-4
loader.php is no longer needed and has been removed.

Also modernize the plugin to current DokuWiki conventions:
- namespaced base classes, short array syntax, PSR code style
- rebuild the admin test form with dokuwiki\Form\Form
- key recipients by address in Message::getTo() so RCPT TO works
with the mailer's key-based iteration
- guard the Bcc continuation loop against running past the body
- avoid an undefined-key warning in getEHLO() on CLI sends
- migrate tests to the *Test.php naming and test namespace
- replace Travis with the shared DokuWiki GitHub Action

show more ...


# 677cce93 29-Jul-2015 Andreas Gohr <gohr@cosmocode.de>

initialize internal Mailer vars first. fixes #1


# e6fd30d8 26-Jul-2015 Andreas Gohr <andi@splitbrain.org>

better formatting of debug output


# e452efc7 26-Jul-2015 Andreas Gohr <andi@splitbrain.org>

adjusted language files for new Plugin Name


# 7ad9344f 26-Jul-2015 Andreas Gohr <andi@splitbrain.org>

configure EHLO


# 27827474 26-Jul-2015 Andreas Gohr <andi@splitbrain.org>

prepared ehlo setting


# 6ab179d2 26-Jul-2015 Andreas Gohr <andi@splitbrain.org>

actually use config vars and show debug data


# 25673c62 26-Jul-2015 Andreas Gohr <andi@splitbrain.org>

better recipient handling


# 0b7ac7c9 26-Jul-2015 Andreas Gohr <andi@splitbrain.org>

some initial simple working state


# 4dc22474 26-Jul-2015 Andreas Gohr <andi@splitbrain.org>

wizard generated initial checkin