Viewing 5 replies - 1 through 5 (of 5 total)
  • Thank you for reporting this, but some additional details would be nice 😉 For instance, it occurs only when Reply-To option is set. As a result, sender name (but not email) is not being added to Reply-To field of emails being sent.

    The fix will be applied in next version, which is coming out shortly.

    Thread Starter arildur

    (@arildur)

    Have your coder look in easy-wp-smtp.php, line 152 of the latest version. $from_name is used before it is initialized. This one is easy to spot.

    Your plugin crash whenever this variable is attempted to be read, I guess that’s when the Replay-To option is set.

    Thread Starter arildur

    (@arildur)

    https://plugins.trac.wordpress.org/changeset/1747657/easy-wp-smtp/trunk/easy-wp-smtp.php

    It seems you moved line 149 down to 154, which caused this bug.

    Your plugin crash whenever this variable is attempted to be read, I guess that’s when the Replay-To option is set.

    It’s not crashing, just displays PHP warning.

    It seems you moved line 149 down to 154, which caused this bug.

    Yep, this is the cause.

    Once again thank you for reporting this, the fix is coming shortly.

    Hey @arildur, this is fixed in the current plugin version 1.3.0

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Bug in easy-wp-smtp.php’ is closed to new replies.