... on a Zen Cart 1.5.1 site that I've done some programming for. They're hosted on bluehost (are they really "compatible" hosts?) and over the past couple of days, the office staff noticed that they're not receiving order-confirmation emails (although the orders are recorded in the database).
I added a bit of debug code and found that the subject message (Could not instantiate mail function) is being returned by the phpMailer->Send function (the site's using the PHP email method with all default settings).
The sweet-young-thing that I spoke to on the phone ran a "test" using the PHP built-in mail function (which did sent that email) and then said that (essentially) BlueHost isn't in the business of debugging custom programming when I pointed out that its the phpMailer processing (which worked on Tuesday) that's failing.
Other than changing the mail-transport method to SMTP, anybody got any clues as to what bluehost has changed to cause these (silent) email failures?


Reply With Quote

