Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Takayuki Miyoshi

    (@takayukister)

    I confirmed this issue. Actually this is not about Contact Form 7 plugin. I think this should be addressed in the PHPMailer class.

    Thread Starter smirnou

    (@smirnou)

    I found: for correct setting of Reply-to header is necessary to use phpmailer function:
    AddReplyTo($address, $name = '')

    can i use it from ContactForm7?

    Plugin Author Takayuki Miyoshi

    (@takayukister)

    You should use it in wp_mail() function. Maybe ‘phpmailer_init’ hook can be used for that.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Contact Form 7] Additional headers UTF-8 troubles’ is closed to new replies.