|
|
#1 | |
|
68 Classifieds Staff
Join Date: Mar 2006
Location: Belmont, NC
Posts: 4,842
Rep Power: 111 ![]() |
This thread is to show you how to bcc the admin in v4.1.x
I have tested the current system and it just doesn't seem possible to actually bcc the admin. We are using the phpmailer class and for bcc it says this: Quote:
First find: $to=trim($_POST['email']); Replace with: $to=array(trim($_POST['email']), '[email protected]'); Next open your includes/classes/kernel/Mailer.php file and find this whole function: PHP Code:
PHP Code:
__________________
Eric Barnes 68 Classifieds Developer Please do not send me a private message asking for support. Instead use these open forums or our ticket system. Customer Area | Issue Tracker | Documentation | 68C Mods | Submit a Ticket | 68 @ Twitter | My Modules |
|
|
|
|
|
|
#2 |
|
Member
Join Date: Nov 2008
Posts: 35
Rep Power: 2 ![]() |
Hi Eric,
Does this modification mean that ALL messages sent through the system will be bcc'd to the Admin? I want only the Contact Owner messages to be copied. Please advise. Thanks, Isje
__________________
Using v4.1.3 Developer NuStyle Lime Template |
|
|
|
|
|
#3 |
|
68 Classifieds Staff
Join Date: Mar 2006
Location: Belmont, NC
Posts: 4,842
Rep Power: 111 ![]() |
This should work. Open contact.php and find:
$vars['name']=$name; Just under it add: $vars['bcc']='[email protected]';
__________________
Eric Barnes 68 Classifieds Developer Please do not send me a private message asking for support. Instead use these open forums or our ticket system. Customer Area | Issue Tracker | Documentation | 68C Mods | Submit a Ticket | 68 @ Twitter | My Modules |
|
|
|
|
|
#4 | |
|
Member
Join Date: Nov 2008
Posts: 35
Rep Power: 2 ![]() |
Quote:
![]() Thanks again
__________________
Using v4.1.3 Developer NuStyle Lime Template |
|
|
|
|
|
|
#5 |
|
Member
Join Date: Nov 2008
Posts: 35
Rep Power: 2 ![]() |
Any new suggestions guys?
__________________
Using v4.1.3 Developer NuStyle Lime Template |
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| email and email replys | roamex | v4 Questions & Support | 0 | 03-04-2009 05:52 PM |
| Email recpt and new order email not working | napes | v4 Questions & Support | 6 | 02-14-2009 04:56 AM |
| Email to admin when new user registers | BABBSELA | v3.1 Questions & Support | 5 | 12-29-2006 11:39 AM |
| Copy of �contact the owner� email to admin | SkGold | v3.1 Suggestions and Feedback | 22 | 11-24-2006 03:50 PM |
| Email Admin When Listings Change | DVM | v3.0 Questions & Support | 4 | 10-11-2006 02:18 PM |