Content-Transfer-Encoding

Content-Transfer-Encoding

Is there a way to change the type of Encoding? Im using zoho smtp to send emails from our website. When i use the web host built in mail the links are fine but when i use the zoho smtp the links dont show in gmail or outlook. The only diffrence i see is the Content-Transfer-Encoding line. With the built in mail its 8bit and with zoho its quoted-printable.

Here are part of my headers. Zoho being the first one. 

Content-Type: text/html; charset=UTF-8

From: "Zanger & Associates Inc. REALTORS" <mail@zangerandassociates.com>

Sender: mail@zangerandassociates.com

To: kameron@bridgeman.us

Subject: Send to friend

Date: Mon, 05 Dec 2016 16:11:01 +0000

Content-Transfer-Encoding: quoted-printable

Content-Disposition: inline

MIME-Version: 1.0


This is using the built in mail

Received: by 37515-29270.cloudwaysapps.com (Postfix, from userid 1004)

id 3160B40F8A; Mon,  5 Dec 2016 15:54:04 +0000 (UTC)

To: kameron@bridgeman.us

Subject: Send to friend

X-PHP-Originating-Script: 1004:class-phpmailer.php

Date: Mon, 5 Dec 2016 15:54:04 +0000

From: "Zanger & Associates Inc. REALTOR" <mail@zangerandassociates.com>

Message-ID: <6a0feeb68a5953d511192e619d8964be@zangerandassociates.com>

X-Mailer: PHPMailer 5.2.14 (https://github.com/PHPMailer/PHPMailer)

MIME-Version: 1.0

Content-Type: text/html; charset=UTF-8

Content-Transfer-Encoding: 8bit


Any help would be appreciated.