IsSMTP(); $mail->Host = 'smtp.dialhost.com..br'; $mail->Port = 587; $mail->SMTPAuth = true; $mail->Username = 'contato@advancedbrasil.ind.br'; $mail->Password = 'Advancedbr22'; $mail->SMTPSecure = 'tls'; $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], ""); } } if (!validateEmail($mailfrom)) { $error .= "The specified email address (" . $mailfrom . ") is invalid!\n
"; throw new Exception($error); } $mail->AddReplyTo($mailfrom); $message .= $eol; $message .= "IP Address : "; $message .= $_SERVER['REMOTE_ADDR']; $message .= $eol; foreach ($_POST as $key => $value) { if (!in_array(strtolower($key), $internalfields)) { if (is_array($value)) { $message .= ucwords(str_replace("_", " ", $key)) . " : " . implode(",", $value) . $eol; } else { $message .= ucwords(str_replace("_", " ", $key)) . " : " . $value . $eol; } } } $mail->CharSet = 'UTF-8'; if (!empty($_FILES)) { foreach ($_FILES as $key => $value) { if (is_array($_FILES[$key]['name'])) { $count = count($_FILES[$key]['name']); for ($file = 0; $file < $count; $file++) { if ($_FILES[$key]['error'][$file] == 0) { $mail->AddAttachment($_FILES[$key]['tmp_name'][$file], $_FILES[$key]['name'][$file]); } } } else { if ($_FILES[$key]['error'] == 0) { $mail->AddAttachment($_FILES[$key]['tmp_name'], $_FILES[$key]['name']); } } } } $mail->WordWrap = 80; $mail->Body = $message; $mail->Send(); header('Location: '.$success_url); } catch (Exception $e) { $errorcode = file_get_contents($error_url); $replace = "##error##"; $errorcode = str_replace($replace, $e->getMessage(), $errorcode); echo $errorcode; } exit; } ?> Advanced Brasil Aditivos Graxas e Lubrificantes - Contato

ENTRE EM CONTATO CONOSCO.

Clique no ícone de e-mail para enviar suas dúvidas ou solicitar orçamentos.

Copyright © 2023 - Advanced Brasil.
Todos os direitos reservados.

produzido por
Ophicina design de web sites