Tagged Questions
3
votes
1answer
3k views
Is there a way to send HTML formatted emails with Wordpress' wp_mail function?
Is there an action_hook or something similar that could help me achieve this?
I tried adding markup in a PHP string variable and just fired off an email with the wp_mail function like so:
$email_to ...