Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter kveelenturf

    (@kveelenturf)

    In the meantime I found out that Gravity Forms is doing the following:

    $headers['From'] = 'From: "' . wp_strip_all_tags( $name, true ) . '" <' . $from . '>';

    I’ve deleted the ” “s and now the single quotes are gone in the From name. Is that something you guys can make a workaround for in the Post SMTP plugin? I see that there is some replacing for ” and ‘ in Post SMTP’s code, but it doesn’t seem to strip the From name from its single quotes.

    • This reply was modified 8 years, 2 months ago by kveelenturf.

    Hi @kveelenturf,

    I’m checking this issue – I’m working on a new feature and upgrading the Gmail engine so it will take me a bit to check this.

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

The topic ‘Older problem: single quote in “From: “’ is closed to new replies.