![]() |
![]() |
![]() |
|
![]() |
![]() |
BOARDSplanetluc.com discussion boardall about the planetlu.com scripts You are not logged in. AnnouncementI had to clean the boards due to massive spam. Actually i deleted everything /-one after 1st Oct 2008. It was the only way to get this spam out of the boards. So i'm sorry for all serious users who registered/posted meanwhile.
#1 06-03-2006 16:15:27
Multiple recipientsIs there anyway to set up the otherwise nice and simple contact form script to “contain” multiple recipients? Offline #2 06-03-2006 16:23:00Re: Multiple recipientsYes you can: Code:$fields[] = array("Recipient", "recipient", "select", "{-- please choose --}{dirtyjoe@band.com}{fatalex@band.com}{uglyben@band.com}", "*", "Please select a recipient"); Then modiefie line 142 from Code:mail($targetAddress, $emailSubject, $message, $fromAddress); to Code:mail($_REQUEST['recipient'], $emailSubject, $message, $fromAddress); Offline #3 06-03-2006 16:27:03
Re: Multiple recipientsThanks, I'll get all over that like white on rice :) Offline |
|
![]() |
![]() |
![]() |
|