| 1fe4fcd3 | 09-Mar-2017 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| ba0f6969 | 08-Feb-2017 |
Andreas Gohr <gohr@cosmocode.de> |
added admin icon |
| 9aaca2ea | 08-Oct-2016 |
Arne Hanssen <arne.hanssen@getmail.no> |
translation update |
| 21dbd223 | 06-Jul-2016 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 3a935a29 | 05-Jul-2016 |
Evgeniy Tkachenko <et.coder@gmail.com> |
added default host |
| ea1542dc | 07-Mar-2016 |
Andreas Gohr <andi@splitbrain.org> |
test on current PHP |
| b413746d | 21-Oct-2015 |
Artem Trutko <trutko@facebook.com> |
translation update |
| 582f76bb | 21-Oct-2015 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 52d89ff3 | 21-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 ...
|
| 32eb8bd1 | 11-Aug-2015 |
hideaki SAWADA <chuno@live.jp> |
translation update |
| 21624b32 | 07-Aug-2015 |
Andreas Gohr <andi@splitbrain.org> |
fix TLS command
the STARTTLS command was missing a CRLF making the communication time out. |
| 677cce93 | 29-Jul-2015 |
Andreas Gohr <gohr@cosmocode.de> |
initialize internal Mailer vars first. fixes #1 |
| 543f35dc | 27-Jul-2015 |
Cloud <cloud@txthinking.com> |
update composer |
| e6fd30d8 | 26-Jul-2015 |
Andreas Gohr <andi@splitbrain.org> |
better formatting of debug output |
| 841e9d16 | 26-Jul-2015 |
Andreas Gohr <andi@splitbrain.org> |
travis update |
| e452efc7 | 26-Jul-2015 |
Andreas Gohr <andi@splitbrain.org> |
adjusted language files for new Plugin Name |
| 3ff87f82 | 26-Jul-2015 |
Andreas Gohr <andi@splitbrain.org> |
added testing mechanism as in SwiftMail |
| 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 |
| dd3fc410 | 26-Jul-2015 |
Andreas Gohr <andi@splitbrain.org> |
copied configs and language strings from the swiftmail plugin |
| 85662a32 | 26-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 ...
|
| 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 |