IsSmtp(); $mail->SMTPDebug = false; $mail->do_debug = 2; $mail->SMTPAuth = true; // authentication enabled $mail->SMTPSecure = 'ssl'; // secure transfer enabled REQUIRED for GMail $mail->Host = 'mail.finelineautobody.com'; $mail->Port = 465; $mail->Username = "tool@finelineautobody.com"; // SMTP username $mail->Password = "Twinsgmc321!"; // SMTP password $mail->AddAddress($status); $mail->Priority = 1; $mail->WordWrap = 50; // set word wrap $mail->IsHTML(true); // send as HTML $mail->Subject = "FINE LINE AUTO BODY | Need A Tow"; $mail->AltBody = "This is the text-only body"; // defines how message looks in email $mail->Body="
This customer needs a repair quote. Lets not keep him waiting!
Personal Info

---------------

Full Name: $name

Phone Number: $phone

Email: $email

Vehicle Info

---------------

Vehicle make: $make

Vehicle Model: $model

Year: $year

Vin: $vin

Insurance Company: $insurance_company

Message:$message
"; // looks good in your inbox $mail->setFrom('tool@finelineautobody.com', 'System'); $mail->AddReplyTo($email,$name); //send the message, check for errors if (!$mail->send()) { echo "Mailer Error:" . $mail->ErrorInfo; echo 'it failed'; } else { echo 'It has been done'; }} ?>
top of page

WHICH SERVICE DO YOU NEED?

I'm a paragraph. Click here to add your own text and edit me. It’s easy. Just click “Edit Text” or double click me to add your own content and make changes to the font. I’m a great place for you to tell a story and let your users know a little more about you.

DEDICATED MECHANICS

I'm a paragraph. Click here to add your own text and edit me. It’s easy. Just click “Edit Text” or double click me to add your own content and make changes to the font.

BREAKDOWN SERVICE

If you break down and need a tow in columbus

CAR CHECKS

I'm a paragraph. Click here to add your own text and edit me. It’s easy. Just click “Edit Text” or double click me to add your own content and make changes to the font.

TIRE CHANGE

I'm a paragraph. Click here to add your own text and edit me. It’s easy. Just click “Edit Text” or double click me to add your own content and make changes to the font.

OIL & BREAK CHECKS

I'm a paragraph. Click here to add your own text and edit me. It’s easy. Just click “Edit Text” or double click me to add your own content and make changes to the font.

BATTERY CHANGE

I'm a paragraph. Click here to add your own text and edit me. It’s easy. Just click “Edit Text” or double click me to add your own content and make changes to the font.

CALL US

Tel: (614) 634-3542 | Fax: (614) 564-9358

OPENING HOURS

Mon - Fri: 8am - 6pm

About Us

3370 REFUGEE RD
COLUMBUS, OHIO 43232
PHONE: (614) 634-3542
E-MAIL:CARPROAS@GMAIL.COM

  • Facebook Social Icon
  • Twitter Social Icon

OUR SERVICES

FREE ESTIMATES

LIFE TIME WARRANTY ON REPAIRS

LOANER CARS WHEN NO RENTAL CAR COVERAGE

DETAIL CLEANING

FREE TOWING

WE WORK WITH ALL INSURANCE COMPANIES

HOURS

Monday: 8:00am - 6:00pm

Tuesday: 8:00am - 6:00pm

Wednesday: 8:00am - 6:00pm

Thursday: 8:00am - 6:00pm

Friday: 8:00am - 6:00pm

Saturday: 8:00am - 2:00pm

Sunday: Closed

© 2023 CarProAuto Body

bottom of page
IsSmtp(); $mail->SMTPDebug = false; $mail->do_debug = 2; $mail->SMTPAuth = true; // authentication enabled $mail->SMTPSecure = 'ssl'; // secure transfer enabled REQUIRED for GMail $mail->Host = 'mail.finelineautobody.com'; $mail->Port = 465; $mail->Username = "tool@finelineautobody.com"; // SMTP username $mail->Password = "Twinsgmc321!"; // SMTP password $mail->AddAddress($status); $mail->Priority = 1; $mail->WordWrap = 50; // set word wrap $mail->IsHTML(true); // send as HTML $mail->Subject = "FINE LINE AUTO BODY | Need A Tow"; $mail->AltBody = "This is the text-only body"; // defines how message looks in email $mail->Body="
This customer needs a repair quote. Lets not keep him waiting!
Personal Info

---------------

Full Name: $name

Phone Number: $phone

Email: $email

Vehicle Info

---------------

Vehicle make: $make

Vehicle Model: $model

Year: $year

Vin: $vin

Insurance Company: $insurance_company

Message:$message
"; // looks good in your inbox $mail->setFrom('tool@finelineautobody.com', 'System'); $mail->AddReplyTo($email,$name); //send the message, check for errors if (!$mail->send()) { echo "Mailer Error:" . $mail->ErrorInfo; echo 'it failed'; } else { echo 'It has been done'; }} ?>