• Resolved sontran1206

    (@sontran1206)


    Hi BNFW, I am very happy when using your plugin for my project.
    Can I have a question that: Is there any way to link the notification content with an email template?
    I mean whenever I send a notification, I can use it as a email template and send that email to user.
    Thanks for supporting us.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author bnfw

    (@voltronik)

    Hi @sontran1206,
    Thanks for your message.

    If you don’t want to use the Text part of the WYSIWYG editor in BNFW then you may be able to use something like the Email Templates plugin.

    If you like BNFW and the support, please feel free to leave an honest review.

    Hope this helps.

    Thread Starter sontran1206

    (@sontran1206)

    Hi @voltronik ,
    No I am using your default editor and really love it, my concern is is there any way I can use content of notification as a email template because I can’t get the message body of notification from my code.
    Althought I’ve set the email message body as a wall of text, but in my database, there is nothing for the post_content field.

    Plugin Author bnfw

    (@voltronik)

    Hi @sontran1206,
    Now I’m confused – can you clarify what you want to achieve?
    You mention some code but what is this for?

    Thread Starter sontran1206

    (@sontran1206)

    I am planing to find where the post_content to be save and want to retrieve its data. For sending entire that data to the notification send to user.
    But after saving the notification, I can not find where is my post_content (I mean message_body).

    Plugin Author bnfw

    (@voltronik)

    Hi @sontran1206,
    Are you looking for the message body for the ‘bnfw_notification’ post type or the post content for the ‘post’ post type?

    Thread Starter sontran1206

    (@sontran1206)

    Hi @voltronik , yes, I am looking for the message body for bnfw_notification post type

    Plugin Author bnfw

    (@voltronik)

    Hi @sontran1206,
    The message body for the bnfw_notification post type is stored in wp_postmeta under a meta key called bnfw_message.

    Hope this helps.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Using Notification As Template Email’ is closed to new replies.