Zen Cart Logo
Forums / Bug Reports / [Not a ZC bug] Email Settings Not Changing????

[Not a ZC bug] Email Settings Not Changing????

Views: 839

Results 1 to 3 of 3
18 Jun 2012, 3:25 PM
#1
ray_the_otter avatar

ray_the_otter

Zen Follower

Join Date:
Jul 2010
Posts:
278
Plugin Contributions:
0

[Not a ZC bug] Email Settings Not Changing????

This could just be my inexperience but I don't think Email settings are changing in my admin?
If I have my email setting set to either PHP, SMTP or SMTPAUTH, the email headers all remain the same.

X-Priority: 3
X-Mailer: PHPMailer [version 1.73] via Zen Cart
MIME-Version: 1.0
Content-Transfer-Encoding: 8bit
Content-Type: text/plain; charset="utf-8"

How do I know I am using the recommended setting of smtpauth?
Am I wrong, but I was sure the X-Mailer details changed when I had a 1.3.9 cart.

19 Jun 2012, 5:24 AM
#2
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
176

Re: [Not a ZC bug] Email Settings Not Changing????

No, this is not a bug.

The X-Mailer header doesn't change regardless of the Email Transport method selected.

Your store will use the setting you specify in Admin->Configuration->Email Options->Email Transport

19 Jun 2012, 1:13 PM
#3
ray_the_otter avatar

ray_the_otter

Zen Follower

Join Date:
Jul 2010
Posts:
278
Plugin Contributions:
0

Re: [Not a ZC bug] Email Settings Not Changing????

Thank you.