Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

HTML email


seaviper

Recommended Posts

What are your email configuration parameters set to in admin -> configuration -> email options ?

 

The earlier portion of this topic sounds like an error in the configuration of the email CRLF parameter. I do not believe it is a problem with email.php.

 

What protocol are you using and what do you have the CRLF parameter configured as?

 

Ben

 

Transport Method = SMTP

LineFeeds = LF

Use MIME = True

Verify thru DNS = False

Send Emails = True

 

I have also tried the CRLF and it made no difference. I am running OpenBSD in a chroot env and cannot use sendmail as my transport method because apache can't access it.

 

Any thoughts? Thanks for your insight!

Link to comment
Share on other sites

Transport Method = SMTP

LineFeeds = LF

Use MIME = True

Verify thru DNS = False

Send Emails = True

 

I have also tried the CRLF and it made no difference. I am running OpenBSD in a chroot env and cannot use sendmail as my transport method because apache can't access it.

 

Any thoughts? Thanks for your insight!

When using the SMTP transport protocol the Linefeed parameter must be set to CRLF.

 

Do you have any email related contributions added to your site?

 

There is a bug in the baseline osCommerce code which causes email messages to be double spaced when the linefeed parameter is set to CRLF. The solution to that problem can be found here.

 

Just so I understand correctly, what do you mean by the "dual text/html message problem"?

 

You also talked about upgrading to phpmailer v2. Unless you have added some enhancement to the baseline osCommerce code, I don't believe this makes any difference. The baseline code uses the php library function mail() to send a message.

 

Ben

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...