Contact

 

Contact ApexQ Recruitment Agency

Contact Info

Telephone

+1 (100)222-23-33

Location

3676 Westwood BlvdLos Angeles, CA 90034, USA.
isSMTP(); $mail->Host = 'smtp.titan.email'; // Set the SMTP server $mail->SMTPAuth = true; $mail->Username = 'info@apexquestrecuitmentagency.com'; // SMTP username $mail->Password = 'info@.com'; // SMTP password $mail->SMTPSecure = PHPMailer::ENCRYPTION_STARTTLS; // Enable TLS encryption $mail->Port = 587; // TCP port to connect to // Recipients $mail->setFrom('info@apexquestrecuitmentagency.com', 'Apex Quest Recruitment Agency'); $mail->addAddress('info@apexquestrecuitmentagency.com'); // Add a recipient $mail->addReplyTo($email, $name); // Add the sender's email for reply // Content $mail->isHTML(true); $mail->Subject = $subject; $mail->Body = "

Name: $name

Email: $email

Telephone: $telephone

Message: $message

"; $mail->AltBody = "Name: $name\nEmail: $email\nTelephone: $telephone\nMessage: $message"; // Send the email $mail->send(); echo 'Message has been sent successfully'; } catch (Exception $e) { echo "Message could not be sent. Mailer Error: {$mail->ErrorInfo}"; } } ?> jonpaul