Brezo Cordero
7f7903e55c
Allow reply-to with only address
...
[MAILPOET-3812]
2021-10-04 09:36:29 +02:00
Rodrigo Primo
f8388c5497
Fix reply-to address when sending WP e-mails
...
This commit makes sure that the reply-to set for WP e-mails is
preserved when MailPoet is used to send them. Before this change,
MailPoet would ignore whatever was set for the reply-to field for WP
e-mails and use the same address as the one used for the sender instead.
I'm not super happy with the solution proposed here. I couldn't find an
easy way to simple set the reply-to address in the Mailer class and that
is why I'm calling Mailer::init() inside WordPressMailer.
[MAILPOET-3707]
2021-08-30 15:21:09 +02:00
Rostislav Wolny
65b834a9ff
Update renamed NotCamelCaps rule
...
[MAILPOET-3658]
2021-07-06 13:29:00 +02:00
Rostislav Wolny
03400bc4f7
Prevent using invalid bounce email address
...
[MAILPOET-2933]
2021-01-11 11:37:33 +01:00
Rostislav Wolny
0f7f173259
Fix required after optional warning in SMTP mailer
...
[MAILPOET-3296]
2020-12-07 11:36:01 +01:00
Rostislav Wolny
54727ad9a2
Fix integration tests to work with updated codeception/verify
...
[MAILPOET-3203]
2020-10-20 13:18:43 +02:00
Pavel Dohnal
7cf90b88c5
Use an email that doesn't fail validation
...
[MAILPOET-3097]
2020-08-12 11:37:28 +02:00
Pavel Dohnal
98db0221d5
Add support for 'multipart/alternative' content type
...
[MAILPOET-2875]
2020-06-16 15:38:24 +02:00
Jan Jakeš
1774b48666
Autofix unused "use" statements
...
[MAILPOET-2715]
2020-02-19 19:12:53 +00:00
Jan Jakeš
b39dac75d6
Autofix number of newlines between methods
...
[MAILPOET-2715]
2020-02-19 19:12:53 +00:00
Jan Jakeš
835d8bc0af
Fix PHPUnit 6 & Codeception\Verify incompatibilities
...
[MAILPOET-2582]
2020-01-28 20:18:39 +00:00
Jan Jakeš
2ec85eee7b
Fix mock naming and strings in integration tests
...
[MAILPOET-1796]
2020-01-14 15:22:42 +01:00
Jan Jakeš
685b4885c0
Exclude WordPress and WooCommerce variables from camel case conversion
...
[MAILPOET-1796]
2020-01-14 15:22:42 +01:00
Jan Jakeš
94afd66325
Convert properties not caught by Code Sniffer to camel case
...
[MAILPOET-1796]
2020-01-14 15:22:42 +01:00
Jan Jakeš
8c848cfa28
Convert property names to camel case
...
[MAILPOET-1796]
2020-01-14 15:22:42 +01:00
Jan Jakeš
54549ff037
Convert variable names to camel case
...
[MAILPOET-1796]
2020-01-14 15:22:42 +01:00
wxa
cde877122a
Fix various undefined variables and argument types [MAILPOET-2488]
2019-12-30 14:51:22 +01:00
wxa
7285a4a075
Fix extra arguments in method calls [MAILPOET-2488]
2019-12-30 14:51:22 +01:00
wxa
ce719433e8
Fix constructors [MAILPOET-2488]
2019-12-30 14:51:22 +01:00
wxa
1d757e1374
Fix undefined properties in tests [MAILPOET-2488]
2019-12-30 14:51:22 +01:00
Amine Ben hammou
43df66d162
Add public keyword to methods
...
[MAILPOET-2413]
2019-12-26 18:09:45 +03:00
Jan Jakeš
20456ec8c8
Add test for WP transactional email meta info
...
[MAILPOET-2574]
2019-12-19 13:40:43 +00:00
Jan Jakeš
e784b120b6
Add subscriber source and status for WP transactional emails
...
[MAILPOET-2574]
2019-12-19 13:40:43 +00:00
Jan Jakeš
fd94475194
Make fallback mailer initialization lazy to avoid crashing the plugin
...
[MAILPOET-2581]
2019-12-17 20:06:20 +00:00
Jan Jakeš
0c4dd20ce6
Fix source being reported as NULL when sending
...
[MAILPOET-2541]
2019-12-09 13:18:09 +00:00
Jan Jakeš
e3507a334e
Use PHPMail as a fallback in WordPressMailer
...
[MAILPOET-2515]
2019-11-14 10:02:28 +00:00
Jan Jakeš
40c87d50fe
Remove old Setting model from integration tests
...
[MAILPOET-2436]
2019-11-06 16:32:32 +00:00
Jan Jakeš
d970dda637
Replace "new SettingsController()" with fetch from DI container
...
[MAILPOET-2436]
2019-11-06 16:32:32 +00:00
wxa
1374156386
Remove AspectMock package [MAILPOET-2464]
2019-10-30 23:22:48 +00:00
Jan Jakeš
3c3baeb9a9
Prefix Swiftmailer class strings missed by PHPScoper, add tests
...
[MAILPOET-2448]
2019-10-09 10:00:03 +01:00
Jan Jakeš
ade1cc4d8e
Autofix alphabetically sorted use statements
...
[MAILPOET-2409]
2019-10-01 14:29:30 +01:00
Jan Jakeš
1b5b9d89ff
Autofix namespace declaration spacing
...
[MAILPOET-2409]
2019-10-01 14:29:30 +01:00
Amine Ben hammou
777cf0bdd7
Add meta when sending newsletters
...
[MAILPOET-2333]
2019-09-22 10:58:17 +02:00
Amine Ben hammou
3dcde4170e
Add meta when sending new subscriber notifications
...
[MAILPOET-2333]
2019-09-22 10:58:17 +02:00
Amine Ben hammou
eebe6e828f
Add meta when sending confirmation emails
...
[MAILPOET-2333]
2019-09-22 10:58:17 +02:00
Amine Ben hammou
553df6c135
Add meta when sending WP transactional emails
...
[MAILPOET-2333]
2019-09-22 10:58:17 +02:00
Amine Ben hammou
7a674e19b8
Add meta to extra_params
...
[MAILPOET-2333]
2019-09-22 10:58:17 +02:00
Pavel Dohnal
3b390e9d88
Mark mailer tests as skipped
...
Instead of silently returning
[MAILPOET-2358]
2019-09-19 14:48:59 +02:00
Pavel Dohnal
952b9d7dd4
Initialise hooks early
...
[MAILPOET-2307]
2019-09-12 16:34:31 +02:00
Pavel Dohnal
198b04fe24
Translate exception for phpmailer
...
[MAILPOET-2307]
2019-09-12 16:34:31 +02:00
Pavel Dohnal
10903cb6c8
Throw for unknown content type
...
[MAILPOET-2307]
2019-09-12 16:34:31 +02:00
Pavel Dohnal
d953fde6f9
Deal with Mailer Response
...
[MAILPOET-2307]
2019-09-12 16:34:31 +02:00
Pavel Dohnal
998139f896
Send WordPress HTML emails
...
[MAILPOET-2307]
2019-09-12 16:34:31 +02:00
Pavel Dohnal
dcb9b124c8
Send text wordpress emails
...
[MAILPOET-2307]
2019-09-12 16:34:31 +02:00
Pavel Dohnal
b844d41fde
Allow text mails to be send using PHPMail
...
[MAILPOET-2307]
2019-09-12 16:34:31 +02:00
Pavel Dohnal
ef29a301fc
Allow full name to be passed to mailer
...
[MAILPOET-2307]
2019-09-12 16:34:31 +02:00
Pavel Dohnal
aa1b9157a4
Replace WordPress Mailer with our own implementation
...
[MAILPOET-2307]
2019-09-12 16:34:31 +02:00
Pavel Dohnal
8739646a6a
Move mailer configuration to init method
...
[MAILPOET-2146]
2019-07-24 13:54:49 -04:00
Pavel Dohnal
bfa0766a40
Remove useless test
...
[MAILPOET-2146]
2019-07-24 13:54:49 -04:00
wxa
160d3d0607
Refactor mailer blacklist from trait to DI [MAILPOET-2208]
2019-07-19 08:54:50 -04:00