Ecommerce software home
Shopping Cart Software Forum for Ecommerce Templates
 
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

Find us on Facebook Follow us on Twitter View our YouTube channel
Search our site
Forum Search
Google Site Search
 All Forums
 Technical
 PHP (Unix / Linux / Apache) versions
 Emails have stopped sending
Author « Topic »  

steven vaccaro
Ecommerce Template Guru

USA
1055 Posts

Posted - 05/31/2022 :  10:00:29  
Im using version 7.48

On May 15th the emails i normally receive for order confirmations stopped sending to my email.

I checked and they are not in spam or deleted folders.
Ive checked and there are no filters that are being used for this.

I've also tested the review product feature that uses the same email address,it is working with reviews. It seems something is wrong with the order confirmation part or the site. Can you help?

Vince
Administrator

42853 Posts

Posted - 06/02/2022 :  02:02:39  
Hi Steven
Did you try getting in touch with your host? It may be that there is a problem with the SMTP server.

Vince

Click Here for Shopping Cart Software
Click Here to sign up for our newsletter
Click Here for the latest updater

steven vaccaro
Ecommerce Template Guru

USA
1055 Posts

Posted - 06/02/2022 :  04:59:56  
Yes I did and they said everything seems fine. I also did test sends of emails to and from using the store email address and it works fine. Its only a problem when the site is sending an email.

Vince
Administrator

42853 Posts

Posted - 06/02/2022 :  14:26:44  
Hi Steven
Well then, did anything change on the site when the problems started occurring? If not then it really may well be down to the host, even though they say everything is fine.

Vince

Click Here for Shopping Cart Software
Click Here to sign up for our newsletter
Click Here for the latest updater

steven vaccaro
Ecommerce Template Guru

USA
1055 Posts

Posted - 06/03/2022 :  05:43:26  
Any ideas on what exact question to ask them?

steven vaccaro
Ecommerce Template Guru

USA
1055 Posts

Posted - 06/03/2022 :  06:04:48  
Vince I have someone that checked at the host, they said emails are being bounced due to too long of text coming from the website. "message has lines too long for transport DT=0.000s"

Im not sure what this means since I haven't changed anything. Any thoughts?

steven vaccaro
Ecommerce Template Guru

USA
1055 Posts

Posted - 06/03/2022 :  11:15:05  
I found one response, but I don't know where I would put it on the site.

I had this problem and found it was the length of the body of the email. Using HTML emails, the issue of going longer than 70 characters, is quite easy. I wrote a blog on it to explain. In short add this line to your php code:

$message = wordwrap($message, 70, “\r\n”);

Vince
Administrator

42853 Posts

Posted - 06/03/2022 :  12:06:24  
Hi Steven
Try going to the ECT Admin -> Email Messages and look at what you have for the emails that are not arriving. Add newlines where you can, and if in HTML mode add newlines after closing DIV tags for instance. Then see if that helps.

Vince

Click Here for Shopping Cart Software
Click Here to sign up for our newsletter
Click Here for the latest updater

steven vaccaro
Ecommerce Template Guru

USA
1055 Posts

Posted - 06/03/2022 :  12:10:28  
Thanks for dealing with me.

I found another answer and its been tested and so far its working.

The most recent update gives you the option of changing the line length to a very large number, up to 1000000. You'll see the option listed in WHM >> Exim Configuration Manager under "Maximum line length for SMTP transports (Minimum: 1; Maximum: 1,000,000)"
  « Topic »  
Jump To:
Shopping Cart Software Forum for Ecommerce Templates © 2002-2022 ecommercetemplates.com
This page was generated in 0.02 seconds. Snitz Forums 2000