akjim62 Posted July 10, 2014 Share Posted July 10, 2014 I have an auto responder in a php order form with the phrase "Our web sites uses a secure order form for customers to purchase products, and services..." When the message is sent, the word 'services' comes out like this: "...products, and 1s." Each instance of the word 'services' is changed to '1s'. Any ideas? Link to comment https://forums.phpfreaks.com/topic/289710-weird-output-of-auto-reply-email-message/ Share on other sites More sharing options...
requinix Posted July 10, 2014 Share Posted July 10, 2014 The code? Link to comment https://forums.phpfreaks.com/topic/289710-weird-output-of-auto-reply-email-message/#findComment-1484616 Share on other sites More sharing options...
fastsol Posted July 10, 2014 Share Posted July 10, 2014 Are these emails stored in a db that you can check to see what the text looks like in there? Is this string of text hard coded in the email or is it being dynamically built? Does the text go through any kind of filter in php for security that might be doing a replacement in-effectively? We'll need to see the code that leads up to and contains the sending of the email and this specific text. Link to comment https://forums.phpfreaks.com/topic/289710-weird-output-of-auto-reply-email-message/#findComment-1484617 Share on other sites More sharing options...
akjim62 Posted July 10, 2014 Author Share Posted July 10, 2014 I will post tomorrow, thanks. Link to comment https://forums.phpfreaks.com/topic/289710-weird-output-of-auto-reply-email-message/#findComment-1484618 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.