LevelTen Apps Support Forum Forum Index LevelTen Apps Support Forum

 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Aut Response

 
Post new topic   Reply to topic    LevelTen Apps Support Forum Forum Index -> Technical Issues (L10Fm)
Author Message
captainron19



Joined: 02 Feb 2005
Posts: 1

PostPosted: Wed Feb 02, 2005 8:06 am    Post subject: Aut Response Reply with quote

Can an auto response be integrated in any way into the Level 10 formmail? If so please give me a starting point on where to begin
Back to top
admin
Site Admin


Joined: 10 Dec 2003
Posts: 70

PostPosted: Mon Mar 07, 2005 12:42 am    Post subject: Reply with quote

It could be custom programmed. If you haven't programmed in PHP it would be a little difficult to explain but you can look at the code at the end:
Code:

$extraHeaders = "";
if($email != '') { $extraHeaders .= "From: \"".addslashes($realname)."\" <".$email.">\r\n"; }
if($realname != '') { $extraHeaders .= "Reply-To: $email\r\n"; }
if($htmlFormat == 'h') { $extraHeaders .= "Content-type: text/html\r\n"; }
if($recipient_cc != '') { $extraHeaders .= "Cc: $recipient_cc\r\n"; }
if($recipient_bcc != '') { $extraHeaders .= "Bcc: $recipient_bcc\r\n"; }

$success = 1;
$success = mail($recipient,$subject,$msg,$extraHeaders);


Just switch the recipient and email values and of course change your message. That should get you started.
Back to top
Display posts from previous:   
Post new topic   Reply to topic    LevelTen Apps Support Forum Forum Index -> Technical Issues (L10Fm) All times are GMT - 6 Hours
Page 1 of 1

 

LevelTen Dallas Web Design & Flash
Web Development | Web Hosting | e-Commerce | Search Engine Optimization
Local SEMS | Sites Directory


Powered by phpBB © 2001, 2005 phpBB Group