contact us


Don't get overloaded - off-load it!
In today\'s competitive economy, companies need to maximize every marketing dollar to generate revenue and create new market opportunities.

Whether you are at an established corporation or a startup company, email us to find out how Connelly Communications can relieve your workload and become a strong extension of your team.

'; if (isset($_POST['message']) && $_POST['message'] != '') { require('/opt/content/gonzo/www/lib/class.phpmailer.php'); $mail = new PHPMailer(); $mail->SetLanguage('en','/opt/content/gonzo/www/lib/language/'); $mail->IsSMTP(); // $mail->Mailer = 'smtp'; $mail->Host = 'localhost;10.0.1.53;mail10.atarex.com;elan'; $mail->Port = 25; $mail->SMTPAuth = false; // $mail->Username = '@.com'; $mail->Password = ''; $mail->From = $_POST['email']; $mail->FromName = $_POST['fromname']; $mail->Subject = 'http://connellycom.com/contact_form.php'; $mail->IsHTML(false); $mail->AddAddress('mark@atarex.com'); // $mail->AddAddress('contactform@connellycom.com'); // $mail->AddAddress('sue@connellycom.com'); $mail->Body = " Name: {$_POST['fromname']} = mailto:{$_POST['email']} Phone: {$_POST['phone']} ______ {$_POST['message']}"; if(! false /*$mail->Send()*/) { echo '

There has been a mail error, please contact the webmaster with the error message you see.

'; echo $mail->ErrorInfo; } else { echo '

Thank you, we will respond to your message as soon as possible.

'.$contact; } } else { echo $contact; ?>