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 = ‘[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)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Configurable email?’ is closed to new replies.