Hi all Guys,
i have a problem when using the mail() function to send mails in wp:
https://rafb.net/p/DvMZkt74.html
The error is here:
MAIL FROM:<RadioDAnnata! <[email protected]>>
MAIL FROM must be something like:
MAIL FROM:<[email protected]>
Because the sender name hasn’t to go there.
Now i’ve solved using SMTP sending, so i think the problem is in the mail() function. I think this may be considered as a WordPress bug.
Can you help me?