Thanks you for Choosing Pickup Date And Time!

Customer Name:CodexWorld
Order No:CodexWorld
Phone No:CodexWorld
Pickup Date:CodexWorld
Pickup Time:CodexWorld
Email:contact@codexworld.com
Website:www.codexworld.com
'; // Set content-type header for sending HTML email $headers = "MIME-Version: 1.0" . "\r\n"; $headers .= "Content-type:text/html;charset=UTF-8" . "\r\n"; // Additional headers $headers .= 'From: '.$fromName.'<'.$from.'>' . "\r\n"; $headers .= 'Cc: welcome@example.com' . "\r\n"; $headers .= 'Bcc: welcome2@example.com' . "\r\n"; // Send email if(mail($to, $subject, $htmlContent, $headers)){ echo 'Email has sent successfully.'; }else{ echo 'Email sending failed.'; } */ ?>