• Resolved drawido

    (@drawido)


    Edward, your plugin works great except for addition of form field reply-to. As of Ver. 1.5 still does not work, no reply-to seen in header info of email. I read you addressed this issue before but can’t seem to verify it solved. Any ideas on a solution. Thanks

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi, so the code is correct and the plugin is set to look out for a reply-to header. However, the issue seems to be with the plugable function wp_mail(), required to override the PHPMailer SMTP event triggered by wp_mail(), redirecting the mail via the Graph API. It would seem that when plugging the wp_mail() function the headers being set by the form plugin are being overwritten, thus it appears there are no headers for the given email when it gets to my plugin. There may be a way around this, but I’ll have to have a think.

    johnny538

    (@johnny538)

    Is there any progress on this ? I’m dependent on the plugin, and I could really use this feature.

    edwardcross

    (@edwardcross)

    Hi Johnny, I haven’t had a chance to look at this yet, but I’ll try and review this coming week. I’m hoping it’s something obvious and simple fix!

    jcutler

    (@jcutler)

    Hi, I’m having a similar issue but with adding a cc entry to the wp_mail header array. So far the plug-in has been excellent, this seems to be the only limitation I’ve encountered.

    edwardcross

    (@edwardcross)

    This should now be resolved as of 1.6.0

    Thread Starter drawido

    (@drawido)

    Thanks so much Edward, you’re a rock star!

    readconsult

    (@readconsult)

    Confirmed fixed in 1.6.0 for me.

    Thank you very much Edward, great work, great plugin!

    Andrew

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Reply-to’ is closed to new replies.