Support » Plugin: Coming Soon / Maintenance mode Ready! » Bug: Verification email "From:" address not set properly [Patch]

  • I received a bounce-back from an email provider because the From: addresses for the verification email was set to this:

    From: My Site <My Site>

    Instead of:

    From: My Site <example@mysite.com>

    Here is a patch for modules/subscribe/models/subscribe.php:
    33c33
    < get_bloginfo(‘name’),

    > get_bloginfo(‘admin_email’),
    75c75
    < get_bloginfo(‘name’),

    > get_bloginfo(‘admin_email’),
    144c144
    < get_bloginfo(‘name’),

    > get_bloginfo(‘admin_email’),
    170c170
    < get_bloginfo(‘name’),

    > get_bloginfo(‘admin_email’),

    http://wordpress.org/plugins/coming-soon-maintenance-mode-ready/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Bug: Verification email "From:" address not set properly [Patch]’ is closed to new replies.