Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter allanit

    (@allanit)

    A bit more information.

    According to WP Better Emails

    WP Better Emails wraps every “plain/text” email sent with the WordPress function wp_mail().

    So I changed the Advanced Settings> Send method> to WordPress wp_mail()

    But the email is still only in plain text when sent from Form Manager. And yes the accounts I am sending to can receive html mail.

    Thanks for any help anyone can give
    AllanIT

    Plugin Author hoffcamp

    (@hoffcamp)

    The e-mails have the content-type set to text/html by default, so that may be why they aren’t getting caught.

    The function for sending emails is defined at line 372 of helpers.php (fm_helper_sendEmail). This function builds the headers & parses the e-mail template, then sends it off to fm_sendEmail, which does nothing more than select wp_mail() or mail().

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: WordPress Form Manager] Form Manager email sent with WP Better Emails?’ is closed to new replies.