I was trying to test a simple email script that sends email via SMTP from my LP account, and it always times out with an error (usually SMTP: Failed to connect socket: Connection timed out (code: -1, response: )). I can take the exact same script and load it on my virtual linux server and it works beautifully. As a test, I'm sending email via Gmail's SMTP servers using either port 465 or 587 and in my environment it works without a hitch, but on LP it times out without any useful info. I should add that I'm using PEAR mail libraries that I downloaded and run in a folder so I'm not using the system PEAR files. If I use LP's PEAR files it makes no difference.
______