History log of /plugin/smtp/classes/ (Results 1 – 6 of 6)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
1f07184803-Apr-2023 Elan Ruusamäe <glen@pld-linux.org>

Message: Fix continuation spelling

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

52d89ff321-Oct-2015 Sébastien Mennetrier <smennetrier@voxtok.com>

Fix mistake to send email at several recipients

When I use this plugin to send Notifications at several
recipients, only the first recipient receives the email.

The emails of recipients must not st

Fix mistake to send email at several recipients

When I use this plugin to send Notifications at several
recipients, only the first recipient receives the email.

The emails of recipients must not start or end with space(s)
otherwise the SMTP instruction "RCPT TO:< my@email.com>"
doesn't work.

The list of recipients transmitted to Message class can be
composed of email separated by ", " and not only ",". When
the list of recipients is splitted thanks to delimiter ","
the email can start by space and it must be removed.

Signed-off-by: Sébastien Mennetrier <smennetrier@voxtok.com>

show more ...

25673c6226-Jul-2015 Andreas Gohr <andi@splitbrain.org>

better recipient handling

0b7ac7c926-Jul-2015 Andreas Gohr <andi@splitbrain.org>

some initial simple working state


/plugin/smtp/.travis.yml
/plugin/smtp/README
/plugin/smtp/_test/general.test.php
/plugin/smtp/action.php
/plugin/smtp/admin.php
Logger.php
Message.php
/plugin/smtp/conf/default.php
/plugin/smtp/conf/metadata.php
/plugin/smtp/helper.php
/plugin/smtp/lang/en/lang.php
/plugin/smtp/lang/en/settings.php
/plugin/smtp/loader.php
/plugin/smtp/plugin.info.txt
/plugin/smtp/subtree/php-fig/log/.gitignore
/plugin/smtp/subtree/php-fig/log/LICENSE
/plugin/smtp/subtree/php-fig/log/Psr/Log/AbstractLogger.php
/plugin/smtp/subtree/php-fig/log/Psr/Log/InvalidArgumentException.php
/plugin/smtp/subtree/php-fig/log/Psr/Log/LogLevel.php
/plugin/smtp/subtree/php-fig/log/Psr/Log/LoggerAwareInterface.php
/plugin/smtp/subtree/php-fig/log/Psr/Log/LoggerAwareTrait.php
/plugin/smtp/subtree/php-fig/log/Psr/Log/LoggerInterface.php
/plugin/smtp/subtree/php-fig/log/Psr/Log/LoggerTrait.php
/plugin/smtp/subtree/php-fig/log/Psr/Log/NullLogger.php
/plugin/smtp/subtree/php-fig/log/Psr/Log/Test/LoggerInterfaceTest.php
/plugin/smtp/subtree/php-fig/log/README.md
/plugin/smtp/subtree/php-fig/log/composer.json
/plugin/smtp/subtree/txtthinking/Mailer/.gitignore
/plugin/smtp/subtree/txtthinking/Mailer/LICENSE
/plugin/smtp/subtree/txtthinking/Mailer/README.md
/plugin/smtp/subtree/txtthinking/Mailer/composer.json
/plugin/smtp/subtree/txtthinking/Mailer/composer.lock
/plugin/smtp/subtree/txtthinking/Mailer/phpunit.xml
/plugin/smtp/subtree/txtthinking/Mailer/src/Mailer.php
/plugin/smtp/subtree/txtthinking/Mailer/src/Mailer/Exceptions/CodeException.php
/plugin/smtp/subtree/txtthinking/Mailer/src/Mailer/Exceptions/CryptoException.php
/plugin/smtp/subtree/txtthinking/Mailer/src/Mailer/Exceptions/SMTPException.php
/plugin/smtp/subtree/txtthinking/Mailer/src/Mailer/Exceptions/SendException.php
/plugin/smtp/subtree/txtthinking/Mailer/src/Mailer/Message.php
/plugin/smtp/subtree/txtthinking/Mailer/src/Mailer/SMTP.php
/plugin/smtp/subtree/txtthinking/Mailer/tests/MailerTest.php
/plugin/smtp/subtree/txtthinking/Mailer/tests/SMTPTest.php
/plugin/smtp/subtree/txtthinking/Mailer/tests/TestCase.php