History log of /plugin/smtp/admin.php (Results 1 – 5 of 5)
Revision Date Author Comments
# 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 ...


# ecc6033d 03-Aug-2017 Yurii K <yurii-github@users.noreply.github.com>

Update admin.php

small fix


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

added testing mechanism as in SwiftMail


# 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