Rodrigo Primo
8cd3205ade
Add support for SubscriberEntity in Mailer::send()
...
This will be used once ConfirmationEmailMailer is refactored to pass a
SubscriberEntity instance to Mailer::send() in a subsequent commit and
is likely to be useful when refactoring other classes that call the same
method.
[MAILPOET-3815]
2021-12-13 16:03:07 +01:00
Rostislav Wolny
03400bc4f7
Prevent using invalid bounce email address
...
[MAILPOET-2933]
2021-01-11 11:37:33 +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
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š
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
Jan Jakeš
1b5b9d89ff
Autofix namespace declaration spacing
...
[MAILPOET-2409]
2019-10-01 14:29:30 +01: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
ef29a301fc
Allow full name to be passed to mailer
...
[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
Pavel Dohnal
5da7110eb6
Use short array syntax
...
[MAILPOET-2090]
2019-05-20 10:18:45 -04:00
Rostislav Wolny
c7fd6a5bfe
Change sender for mailer send test to use authorized sending address
2019-03-18 11:17:04 -04:00
Ján Mikláš
3ee58aea10
Add space between if and ‘(‘
...
[MAILPOET-1791]
2019-02-13 08:26:27 -05:00
Ján Mikláš
9e9561e576
Add space between catch and ‘(‘
...
[MAILPOET-1791]
2019-02-13 08:26:27 -05:00
Ján Mikláš
ebbdec5ebd
Add space between foreach and ‘(‘
...
[MAILPOET-1791]
2019-02-13 08:26:27 -05:00
Rostislav Wolny
f4f1770b1d
Refactor MailPoet\Mailer to use new settings
...
[MAILPOET-1757]
2019-01-31 15:57:58 +01:00
Rostislav Wolny
4c6e76dd44
Add SettingsController cache reset to integration tests
...
[MAILPOET-1757]
2019-01-31 14:51:07 +01:00
wxa
87e515b89d
Move current unit tests to integration tests
2018-10-29 17:57:47 +03:00