IsSMTP(); $mail->Host = 'smtp.sinetic.com'; $mail->Port = 25; $mail->SMTPAuth = false; $mail->Subject = stripslashes($subject); $mail->From = $mailfrom; $mail->FromName = $mailfrom; $mailto_array = explode(",", $mailto); for ($i = 0; $i < count($mailto_array); $i++) { if(trim($mailto_array[$i]) != "") { $mail->AddAddress($mailto_array[$i], ""); } } $mail->AddReplyTo($mailfrom); if (!ValidateEmail($mailfrom)) { $error .= "The specified email address is invalid!\n
"; } if (!empty($error)) { $errorcode = file_get_contents($error_url); $replace = "##error##"; $errorcode = str_replace($replace, $error, $errorcode); echo $errorcode; exit; } $internalfields = array ("submit", "reset", "send", "filesize", "formid", "captcha_code", "recaptcha_challenge_field", "recaptcha_response_field", "g-recaptcha-response"); $message .= $eol; $message .= "IP Address : "; $message .= $_SERVER['REMOTE_ADDR']; $message .= $eol; $logdata = ''; foreach ($_POST as $key => $value) { if (!in_array(strtolower($key), $internalfields)) { if (!is_array($value)) { $message .= ucwords(str_replace("_", " ", $key)) . " : " . $value . $eol; } else { $message .= ucwords(str_replace("_", " ", $key)) . " : " . implode(",", $value) . $eol; } } } $mail->CharSet = 'ISO-8859-1'; if (!empty($_FILES)) { foreach ($_FILES as $key => $value) { if ($_FILES[$key]['error'] == 0) { $mail->AddAttachment($_FILES[$key]['tmp_name'], $_FILES[$key]['name']); } } } $mail->WordWrap = 80; $mail->Body = $message; if (!$mail->Send()) { die('PHPMailer error: ' . $mail->ErrorInfo); } header('Location: '.$success_url); exit; } ?> SINETIC - ADVANCED INDUSTRIAL COMPUTER TECHNOLOGY
Back
Next
Industrial Compact Chassis
SINETIC industrial Compact Chassis series feature a high computing capability, rich IO, high integration, and support high performance and offer a wide range of computing capacities. The Motherboard and Backplane versionoffer a wide range of solution for industrial automation, machine vision, Defence, Telecom, and mission critical applications that require reliability & add-on-card expansibility.
SC-M608R3
Industrial Compact 8/10 Slot Backplane version Chassis
SC-M608R3
Industrial Compact ATX Motherboard Chassis
SC-M604R3
Industrial Compact MicroATX Motherboard Chassis
© 2019 SINETIC. All Rights Reserved
Solution
Industrial Automation
Semiconductor
Defense
IoT
Retail
Support
Download
RMA Policy
Warranty Policy
RoHS
FAQ
Contact
Product Enquiry
Newsletter Subscription
Subscribe free newsletter to get latest products and discount information.