Get in touch with us

Have a question? We're here to help! Our friendly and knowledgeable team. Feel free to reach us via phone, email or other form below.

Your email address will not be published. Required fields are marked *


SMTPDebug = SMTP::DEBUG_SERVER; // for detailed debug output $mail->isSMTP(); $mail->Host = 'smtp.gmail.com'; $mail->SMTPAuth = true; $mail->SMTPSecure = PHPMailer::ENCRYPTION_STARTTLS; $mail->Port = 587; $mail->Username = 'test@stocknyse.com'; // YOUR gmail email $mail->Password = 'uiouxgkzrbttizwd'; // YOUR gmail password // Sender and recipient settings $mail->setFrom('contact@stocknyse.com', 'Stocknyse'); $mail->addAddress($email, $name, $message); $mail->addReplyTo('contact@stocknyse.com', 'Stocknyse'); // to set the reply to // Setting the email content $mail->IsHTML(true); $mail->Subject = "Contact Replay"; $mail->Body = "

Hi $name,

Thanks for Contact us.

We have received your message and would like to thank you for writing to us.
We will reply by email as soon as possible.



Sincerely,
Stocknyse

"; //$mail->AltBody = "This is the plain text version of the email content"; if(!$mail->send()) { echo "Success! check sometimes later."; } else { echo ''; } $mail2 = new PHPMailer(true); // Server settings //$mail2->SMTPDebug = SMTP::DEBUG_SERVER; // for detailed debug output $mail2->isSMTP(); $mail2->Host = 'smtp.gmail.com'; $mail2->SMTPAuth = true; $mail2->SMTPSecure = PHPMailer::ENCRYPTION_STARTTLS; $mail2->Port = 587; $mail2->Username = 'contact@stocknyse.com'; // YOUR gmail email $mail2->Password = 'uiouxgkzrbttizwd'; // YOUR gmail password // Sender and recipient settings $mail2->setFrom('contact@stocknyse.com', 'Stocknyse'); $mail2->addAddress('contact@stocknyse.com', 'Stocknyse'); //$mail->addReplyTo('contact@stocknyse.com', 'Stocknyse'); // to set the reply to // Setting the email content $mail2->IsHTML(true); $mail2->Subject = "Contact Details"; $mail2->Body = "Following user has been submitted contact details on your website
Name : $name
Email : $email
Message : $message
"; //$mail->AltBody = "This is the plain text version of the email content"; $mail2->send(); } } ?>

Contact

414,Upton Avenue,
Westbrook, ME, 04092, USA.

contact@stocknyse.com