• Resolved kofoedandreas

    (@kofoedandreas)


    Hi guys,

    Awesome plugin! But I have made some customizations and I send some custom mails through a custom plugin.

    Whenever I call wp_mail() it doesn’t wrap my mails in your hot layout.

    What do I do?

    Reference:
    $to = $receiver;
    $subject = “My header”;
    $message = “My message”
    $headers = “Content-type: text/html; charset=UTF8′ . “;
    wp_mail( $to, $subject, $message, $headers );

    Best regards,
    Andreas

    https://www.ads-software.com/plugins/wp-better-emails/

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘wp_mail()’ is closed to new replies.