Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • the new version worked for me. Thank you!

    p.s. how work the Append UTM variables to all the links automatically ?

    thanks.

    I have also an error just after update to the latest version…

    Parse error: syntax error, unexpected ‘endif’ (T_ENDIF) in /var/www/webinar.eduvolucion.com/public_html/wp-content/plugins/handl-utm-grabber/handl-utm-grabber.php on line 228

    Forum: Plugins
    In reply to: wpMandrill::mail
    Thread Starter risoto2000

    (@risoto2000)

    In case some one have this problem, Matt from Mandrill support and my friend Faizan help me to fix the code, this was the final solution:

    wpMandrill::mail($to, $subject, $html, ”, array(), array(), ‘cursos edu2’, ‘[email protected]’, ‘TEMPLATE’, true,true,false,true,array(
    array( ‘name’ => ‘nombre’, ‘content’ => ‘pepito perez’ ),
    array( ‘name’ => ‘otracosa’, ‘content’ => ‘faizan’ ),
    )

    );

    Also it was needed to change the TEMPLATE LANGUAGE from mailchimp to handlebars in mandrill page
    SETTINGS->SENDING DEFAULTS -> HANDLEBARS LANGUAGE.

    hope this will help others ??

    Thread Starter risoto2000

    (@risoto2000)

    In case some one have this problem, Matt from Mandrill support and my friend Faizan help me to fix the code, this was the final solution:

    wpMandrill::mail($to, $subject, $html, ”, array(), array(), ‘cursos edu2’, ‘[email protected]’, ‘TEMPLATE’, true,true,false,true,array(
    array( ‘name’ => ‘nombre’, ‘content’ => ‘pepito perez’ ),
    array( ‘name’ => ‘otracosa’, ‘content’ => ‘faizan’ ),
    )

    );

    Also it was needed to change the TEMPLATE LANGUAGE from mailchimp to handlebars in mandrill page
    SETTINGS->SENDING DEFAULTS -> HANDLEBARS LANGUAGE.

    hope this will help others ??

Viewing 4 replies - 1 through 4 (of 4 total)