History log of /plugin/smtp/ (Results 26 – 50 of 116)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
1fe4fcd309-Mar-2017 Andreas Gohr <andi@splitbrain.org>

Version upped

ba0f696908-Feb-2017 Andreas Gohr <gohr@cosmocode.de>

added admin icon

9aaca2ea08-Oct-2016 Arne Hanssen <arne.hanssen@getmail.no>

translation update

21dbd22306-Jul-2016 Andreas Gohr <andi@splitbrain.org>

Version upped

3a935a2905-Jul-2016 Evgeniy Tkachenko <et.coder@gmail.com>

added default host

ea1542dc07-Mar-2016 Andreas Gohr <andi@splitbrain.org>

test on current PHP

b413746d21-Oct-2015 Artem Trutko <trutko@facebook.com>

translation update

582f76bb21-Oct-2015 Andreas Gohr <andi@splitbrain.org>

Version upped

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 ...

32eb8bd111-Aug-2015 hideaki SAWADA <chuno@live.jp>

translation update

21624b3207-Aug-2015 Andreas Gohr <andi@splitbrain.org>

fix TLS command

the STARTTLS command was missing a CRLF making the communication time
out.

677cce9329-Jul-2015 Andreas Gohr <gohr@cosmocode.de>

initialize internal Mailer vars first. fixes #1

543f35dc27-Jul-2015 Cloud <cloud@txthinking.com>

update composer

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

better formatting of debug output

841e9d1626-Jul-2015 Andreas Gohr <andi@splitbrain.org>

travis update

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

adjusted language files for new Plugin Name

3ff87f8226-Jul-2015 Andreas Gohr <andi@splitbrain.org>

added testing mechanism as in SwiftMail

7ad9344f26-Jul-2015 Andreas Gohr <andi@splitbrain.org>

configure EHLO

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

prepared ehlo setting

6ab179d226-Jul-2015 Andreas Gohr <andi@splitbrain.org>

actually use config vars and show debug data

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

copied configs and language strings from the swiftmail plugin

85662a3226-Jul-2015 Andreas Gohr <andi@splitbrain.org>

allow to set custom EHLO message

some MTAs will reject mails with an obviously bogus EHLO message.
Sending the MTAs own host name is one of the rejected cases. This patch
allows users to set their o

allow to set custom EHLO message

some MTAs will reject mails with an obviously bogus EHLO message.
Sending the MTAs own host name is one of the rejected cases. This patch
allows users to set their own value for EHLO if needed. Default is still
the server host.

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

4dc2247426-Jul-2015 Andreas Gohr <andi@splitbrain.org>

wizard generated initial checkin

12345