I have a problem regarding apple's macOS email program.
I use PHPMailer for my website to send my users emails for confirmation, information, etc.
These emails are styled with css and look nice in most email programs I tested before. But apple's macOS email program seems to change the colours of everything the email contains.
The emails are mostly styled in black and white colors and those both colours just switch. The orange parts are shown quite fine.
I use a function in function.php to create the parts of the email which stays the same and just define the changing parts in the first script.
The css statements are intag - statements like the example below.
<p style = "color: white; background-colour: black;">xxx</p>
Like I said this looks like it should in most programs. Just in Apple's macOS email program ONLY IN DARK MODE!!! the Colors change. Is there any way to stop this?
Thanks for your help in advance!