php mail() vs wp_mail()
-
Hello everybody,
In a plugin I’m developing I need to send email withContent-Type: multipart/alternative
but it looks like the wp_mail() function doesn’t accept a custom boundary and so I’m thinking about using the plain mail() function, but I wanted to ask, are there any problems in doing so?? Is there something I should be aware of when using the mail() function instead of the wp_mail()??Thanks a lot in advance..
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘php mail() vs wp_mail()’ is closed to new replies.