1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-10-23 01:26:11 +02:00
Commit Graph

15 Commits

Author SHA1 Message Date
Aleksei Shmelev
aaa2854b10 SwiftMailerHandler bugfix.
Added generating unique id when building message and test.
2015-09-14 16:37:30 +03:00
Jordi Boggiano
ca1376bd61 CS fixes 2015-07-14 10:26:05 +01:00
Jordi Boggiano
4a794ed5f8 Add BC layer for the message property, refs #519 2015-03-05 00:52:15 +00:00
Jordi Boggiano
50b6a4d216 Add docs 2015-03-05 00:51:38 +00:00
John Kary
fea588c055 Swift_Message can now be customized based on logged data 2015-03-02 22:51:57 -06:00
John Kary
f5eaeeb144 Swift_Message creation is now lazy when using callback
Swift_Message object is not created until right before the message is
sent, if it is sent at all. This prevents the expensive Swift_Mailer
autoloader from being invoked.

Swift_Mailer is now also required to run test suite
2015-03-01 20:03:39 -06:00
Jordi Boggiano
f51946343f Update the message time before sending, fixes #424 2014-09-29 23:34:40 +01:00
Jordi Boggiano
49143f3d11 s/callback/callable/g 2012-11-04 17:37:25 +01:00
Jordi Boggiano
da33c84d07 CS fixes 2012-06-14 15:47:01 +02:00
Jordi Boggiano
5c97153efe Add array of records to MailHandler::send to allow analysis of individual records before sending email 2012-04-22 18:25:25 +02:00
Jordi Boggiano
6a2d207f98 Bubbling defaults to true 2011-06-10 16:03:47 +02:00
Christophe Coevoet
b66b5f3b3c Added the possibility to configure the message using a callback in SwiftMailerHandler 2011-05-08 17:24:17 +02:00
Christophe Coevoet
d3bc58a01c Refactored the MailHandler to use the formatter to format the batch message 2011-05-08 15:18:58 +02:00
Gyula Sallai
d87ba1c6e5 Fixes 2011-04-28 18:02:38 +02:00
Gyula Sallai
a1bc483041 Added SwiftMailerHandler, added write to MailHandler 2011-04-25 01:48:12 +02:00