• Resolved benjaminniess

    (@benjaminniess)


    Hi,

    Would you mind adding a new filter in the plugin so we could update the default email message sent on newsletter subscription.

    In mailjet-widget.php:

    L520 you could add a filter on the file that we load on the $message variable
    L521 : Same thing on the $emailParams variable.

    Thanks in advance.
    Best,
    Benjamin

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Mailjet

    (@mailjet)

    Hello Benjamin,

    Thanks for your suggestion. We will review it and will try to include it in one of the next plugin releases.

    Best regards,
    Mailjet Plugins Team

    Thread Starter benjaminniess

    (@benjaminniess)

    Thanks.

    If necessary, here is an example for the first filter:

    $filename = apply_filters('mailjet_confirmation_email_filename', dirname(__FILE__) . '/templates/confirm-subscription-email.php');
    $message = file_get_contents($filename);
    Thread Starter benjaminniess

    (@benjaminniess)

    Hi,

    Do you think that you could add this filter in the next release so we can customize the render of the email?

    Thanks

    Thread Starter benjaminniess

    (@benjaminniess)

    Hi,

    Could you give me an answer please?

    Plugin Author Mailjet

    (@mailjet)

    Hello Benjamin,

    Sorry for the delay of my answer. We are investigating your suggestion at the moment and should come up with a solution in the next few days.

    Plugin Author Mailjet

    (@mailjet)

    Hello Benjamin,

    The requested features were released today in v. 4.3 of the plugin. Please check and let me know if you face some issues.
    We’ve added some examples to the FAQ section:
    https://github.com/mailjet/wordpress-mailjet-plugin-apiv3#frequently-asked-questions

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Widget filters request’ is closed to new replies.