• In file xoo.userultra.messaging.php line 172 you have the following:

    if( $xoouserultra->get_option(‘uultra_smtp_mailing_html_txt’)==’html’ )

    PLEASE UPDATE TO:

    if( $xoouserultra->get_option(‘uultra_smtp_mailing_html_txt’)==’1′ )

    No matter what I tried I couldn’t get email messages to send in HTML format. Your code was checking for the value “html” when in actuality you were saving “1” as the value if this options was checked in the Users Ultra Admin area under Notifications.

  • The topic ‘Notifications | Sending HTML Issue’ is closed to new replies.