Has anyone had any luck getting http://www.craftysyntax.com’s live help program to work with email? It looks like it tries to create a socket connection to the mail server, but is failing with “No mailbox here by that name”..
I also wonder if there might be a way to have it talk directly to gmail or else use phpmailer?
I have used Crafty Syntax in the past but could never get it to work correctly. It would also be slow and users could never get connected to the chats or it would be automatically disconnected. I thought there was a place to put in SMTP info but I haven’t used it for over a year now, so things could have changed in the updated version(s).
Here’s the latest, I was a bit too proactive thinking “hey, I had to use PHPmailer in the past for osCommerce and such, I might have to do something similar here”.. However, I took out all of the connection string stuff and it sends mail just fine on its own.. So it looks like whatever PHP is on the windows side, it’s sending mail out without anything. So far, the application looks great and works great!