• Resolved Walf

    (@wallfur)


    In the General settings tab of your plugin, under From Email Address you state

    Gmail currently ignores this value if it is different from the OAuth Email Address.

    It works fine, but you must first add it as per these instructions in Gmail’s settings under Accounts > Send mail as.

    Another issue is that when using the form in the Test Email tab, the fields are not stripped of backslashes (I hope that’s not a problem elsewhere in your form handling), and the whitespace in the Message box is not preserved (ends up as a single line of text).

    Besides that, thanks for this great plugin.

    • This topic was modified 1 year, 7 months ago by Walf.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Noor Alam

    (@naa986)

    Thank you for the feedback. The slashes have been fixed.

    Test email is just a way to check if smtp is working. The email is sent in a plain text format sanitizing everything. You should not experience this issue with normal outgoing email messages.

    Thread Starter Walf

    (@wallfur)

    Better, but you’re still using sanitize_text_field instead of sanitize_textarea_field for the message body. It was more that when installing and testing your plugin, my first impression was that it broke breaking user input, which probably doesn’t instil trust for your average user.

    Super prompt response, thanks.

    Plugin Author Noor Alam

    (@naa986)

    I missed that one. Thanks again.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Please amend “from address” info and test send data’ is closed to new replies.