contact form snippet
-
Isn’t this redundant?
// Send all the emails to Administrator $mail["to"] = get_option( "admin_email" ); // Send a BBC copy of the email to Administrator $mail["headers"][] = "BBC: " . get_option( "admin_email" );
Send all the emails to Administrator then send a BBC copy of the email to Administrator?
Shouldn’t the first line of code send to the ad author not the admin? Actually the ‘BBC’ should be ‘BCC’ no?How do I change the $mail[“to”] to send to the ad author?
The page I need help with: [log in to see the link]
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘contact form snippet’ is closed to new replies.