Send as HTML, is there text version also sent?
-
I’m sorry if this isn’t the right place for this question, but I’m using Postman SMTP and thought you might know about sending as html. When I send as html:
$to = '[email protected]'; $subject = 'The subject'; $body = 'The email body content'; $headers = array('Content-Type: text/html; charset=UTF-8'); wp_mail( $to, $subject, $body, $headers );
I don’t see a way to provide a text version of the same body for readers that don’t support html. Is that allowed?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Send as HTML, is there text version also sent?’ is closed to new replies.