cafeelisa Posted December 5, 2007 Posted December 5, 2007 My website, www.cafeelisa.com, was working beautifully until Global Internet Solutions (a choice I have come to sorely regret) performed some sort of PHP upgrade. All e-mail related to completed orders stopped being sent. After considerable effort I managed to figure out that an fsockopen() call in class.smtp.php needed to be changed to specify "localhost" instead of www.cafeelisa.com. This got e-mail for credit card paying customer orders working again. However, there is still a problem with e-mail for customers who pay with PayPal, and I can't seem to find the right code to modify. I presume it is the same problem with an fsockopen(), but that is just a guess. Could someone please point me in the right direction? Thanks. Ed
Recommended Posts
Archived
This topic is now archived and is closed to further replies.