Title: Configurable email?
Last modified: August 21, 2016

---

# Configurable email?

 *  Resolved [houseofstrauss](https://wordpress.org/support/users/houseofstrauss/)
 * (@houseofstrauss)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/configurable-email/)
 * 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 = ‘me@myemail.com’;
 *     ```
       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;
       ```
   
 * [http://wordpress.org/plugins/dreamgrow-scroll-triggered-box/](http://wordpress.org/plugins/dreamgrow-scroll-triggered-box/)

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

 *  Thread Starter [houseofstrauss](https://wordpress.org/support/users/houseofstrauss/)
 * (@houseofstrauss)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/configurable-email/#post-4251321)
 * Ok, done some testing and changing`$emailTo = get_option('admin_email');` to `
   $emailTo = 'me@myemail.com';` will change the email sendto address. Found in 
   index.php line 42.
 *  [pk2000](https://wordpress.org/support/users/pk2000/)
 * (@pk2000)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/configurable-email/#post-4251439)
 * Hello! We had a lond delay updating the plugin. The email address selection is
   now in the settings.
 *  Thread Starter [houseofstrauss](https://wordpress.org/support/users/houseofstrauss/)
 * (@houseofstrauss)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/configurable-email/#post-4251440)
 * Thank-you! That update is Much appreciated
 *  [skeshwani718](https://wordpress.org/support/users/skeshwani718/)
 * (@skeshwani718)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/configurable-email/#post-4251443)
 * 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.

 * ![](https://s.w.org/plugins/geopattern-icon/dreamgrow-scroll-triggered-box_99ae8b.
   svg)
 * [Scroll Triggered Box](https://wordpress.org/plugins/dreamgrow-scroll-triggered-box/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/dreamgrow-scroll-triggered-box/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/dreamgrow-scroll-triggered-box/)
 * [Active Topics](https://wordpress.org/support/plugin/dreamgrow-scroll-triggered-box/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/dreamgrow-scroll-triggered-box/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/dreamgrow-scroll-triggered-box/reviews/)

 * 4 replies
 * 3 participants
 * Last reply from: [skeshwani718](https://wordpress.org/support/users/skeshwani718/)
 * Last activity: [11 years, 11 months ago](https://wordpress.org/support/topic/configurable-email/#post-4251443)
 * Status: resolved