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
wxa
a181afe646
Load PHPMailer conditionally to avoid deprecation notices in WP 5.5 [MAILPOET-3040]
2020-07-16 10:11:09 +02:00
Pavel Dohnal
98db0221d5
Add support for 'multipart/alternative' content type
...
[MAILPOET-2875]
2020-06-16 15:38:24 +02:00
Pavel Dohnal
ec8fbb4ac5
Fix content type detection
...
[MAILPOET-2970]
2020-06-16 14:05:54 +02:00
Jan Jakeš
b39dac75d6
Autofix number of newlines between methods
...
[MAILPOET-2715]
2020-02-19 19:12:53 +00: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š
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
Amine Ben hammou
43df66d162
Add public keyword to methods
...
[MAILPOET-2413]
2019-12-26 18:09:45 +03: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š
e3507a334e
Use PHPMail as a fallback in WordPressMailer
...
[MAILPOET-2515]
2019-11-14 10:02:28 +00:00
Amine Ben hammou
553df6c135
Add meta when sending WP transactional emails
...
[MAILPOET-2333]
2019-09-22 10:58:17 +02:00
Pavel Dohnal
4127f1fadf
Remove useless condition
...
[MAILPOET-2307]
2019-09-12 16:34:31 +02:00
Pavel Dohnal
0957b6a129
Remove comments
...
[MAILPOET-2307]
2019-09-12 16:34:31 +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
aa1b9157a4
Replace WordPress Mailer with our own implementation
...
[MAILPOET-2307]
2019-09-12 16:34:31 +02:00