Commit graph

18 commits

Author SHA1 Message Date
Kijin Sung
1c28254902 Move image URL cleaning function to HTMLFilter #1787 2021-09-11 19:47:04 +09:00
Kijin Sung
602d7aec79 Fix #1787 convert image URLs to absolute path when sending mail 2021-09-11 00:13:20 +09:00
Kijin Sung
ad96ae6bb6 Fix some obvious compatibility issues with new dependencies 2018-10-18 14:10:02 +09:00
Kijin Sung
986f532ba5 Fix mail error messages being displayed as 'Array' only 2017-06-29 17:09:55 +09:00
Kijin Sung
c8c319b988 Fix minor compatibility bugs, and add unit tests for Mail class 2016-05-23 17:34:40 +09:00
Kijin Sung
a0db70ef6a Improve force_sender handling 2016-05-23 16:38:38 +09:00
Kijin Sung
194ef11de7 Implement force_sender, exception handling, and logging with triggers 2016-05-23 16:22:38 +09:00
Kijin Sung
a098685c29 Return SPF and DKIM hints when getSupportedDrivers() is called 2016-05-19 14:20:24 +09:00
Kijin Sung
ce66292fe4 Automatically recognize the current default sending method 2016-05-19 14:04:10 +09:00
Kijin Sung
0b20f3f5c7 Reset Message-ID in case send() is called multiple times 2016-05-13 11:34:46 +09:00
Kijin Sung
bdd00fe6b7 Better emulate Advanced Mailer features 2016-05-11 15:02:59 +09:00
Kijin Sung
2e73c6acaa Return more detailed information from Mail::getSupportedDrivers() 2016-05-10 20:25:44 +09:00
Kijin Sung
06f8643307 Add Mail->isSent() method and clean up visibility of properties 2016-05-10 17:29:05 +09:00
Kijin Sung
14dfba32e4 Do not return false after failed trigger if mail is already sent 2016-05-10 17:25:59 +09:00
Kijin Sung
4d1ada5f28 Add mail.send (before/after) triggers 2016-05-10 15:40:23 +09:00
Kijin Sung
0420361349 Reorganize mail driver class structure and add SES driver 2016-05-06 21:31:04 +09:00
Kijin Sung
7303d3b2aa Add ability to register custom mail drivers 2016-04-26 09:31:32 +09:00
Kijin Sung
fedc7efc59 Initial implementation of new Mail class and basic drivers 2016-04-25 22:07:20 +09:00