• Resolved houseofstrauss

    (@houseofstrauss)


    The admin of the site is not always the appropriate person to receive the email. How can we change the send to email address please?

    It’s probably somewhere here line-42 in index.php
    $emailTo = get_option(‘admin_email’);

    maybe like this?? $emailTo = ‘[email protected]’;

    if (!isset($hasError)) {
                    $emailTo = get_option('admin_email');
                    $subject = __('Newsletter registration for ' . get_bloginfo('name'));
                    $body = __('Email') . ': ' . $email;
                    $headers = 'From: ' . $emailTo . "\r\n" . 'Reply-To: ' . $email;

    https://www.ads-software.com/plugins/dreamgrow-scroll-triggered-box/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter houseofstrauss

    (@houseofstrauss)

    Ok, done some testing and changing$emailTo = get_option('admin_email'); to $emailTo = '[email protected]'; will change the email sendto address. Found in index.php line 42.

    Hello! We had a lond delay updating the plugin. The email address selection is now in the settings.

    Thread Starter houseofstrauss

    (@houseofstrauss)

    Thank-you! That update is Much appreciated

    Not sure if this has been answered elsewhere. My question is:

    After setting up this plugin and the pop up box appearing properly on my page, I entered my own email address in the “subscribe” field when the box popped up on my website. After that I did not receive any notification to the email address entered in the “receiver email” field of my settings letting me know that I have a new subscriber.

    Is this some sort of glitch or am I looking in the wrong place for a reference of email addresses submitted to my subscribe box?

    Thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Configurable email?’ is closed to new replies.