Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> Modules
Author Message
janeuk
Regular
Regular



Joined: Oct 13, 2007
Posts: 61

PostPosted: Mon Nov 30, 2009 7:51 pm Reply with quote

Hi,
In the Feedback Module index.php file, I want to change the email address that the form gets sent to, it currently goes to $adminmail. I got an error when I just tried to replace the $adminmail with the actual email address that I want the form to send to. Please could anyone tell me what I need to do to make it send to another email address other than the admin?

Thanks for any help with this Smile
Jane
 
View user's profile Send private message
nuken
RavenNuke(tm) Development Team



Joined: Mar 11, 2007
Posts: 2024
Location: North Carolina

PostPosted: Mon Nov 30, 2009 9:18 pm Reply with quote

You should be able to change
Code:
if ($send != $FB_NO) {

                $to = $adminmail;


to
Code:
if ($send != $FB_NO) {

                $to = "Youremailaddress";

_________________
Tricked Out News 
View user's profile Send private message Send e-mail Visit poster's website
janeuk







PostPosted: Tue Dec 01, 2009 4:58 am Reply with quote

Thanks Nuken, I didn't put the " " in before, its working now Smile
 
jakec
Site Admin



Joined: Feb 06, 2006
Posts: 3048
Location: United Kingdom

PostPosted: Tue Dec 01, 2009 6:50 am Reply with quote

If you wanted something a bit more functional there is a Contact module over at Code Authors that allows you to setup departments with different email addresses and even a telephone and/or address.
 
View user's profile Send private message
Display posts from previous:       
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> Modules

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©