Grenty Posted October 8, 2010 Share Posted October 8, 2010 Hi, I am using the latest version of prestashop and am having an issue where I am unable to send email when the subjecthas parentheses in it. In addition, I have tracked it down to where it appears to only have problems when there are 6 or more letters between the parentheses.For example, when sending emails with subjects:MyProduct (abcd) - worksMyProduct (abcde) - worksMyProduct (abcdef) - does NOT workMyProduct (abcdefg) - does NOT worketc.I have tested this using the contact forms and the send to a friend to a friend feature with the same results.I have been unable to figure out what is going on. I do know everything looks acceptable until the end of the Swift::send function where these calls do not succeed. $send_event->setNumSent($sent); $this->notifyListeners($send_event, "SendListener");Does anyone know what could be causing the problem?Thank you very much for any help or suggestions! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now