I run a website that allows people to list themselves as "seeking tickets" to a local event, and this site allows others to contact them.
Recently, that's been occasionally running up against WHB's 200 per hour limit on sent email. Especially now that I've also got a "contact us" RSVP page for our upcoming wedding. Bad timing on my part, I guess.
I'm trying to figure out how to get PHP to send SMTP email through another SMTP server I have access to, but I continue to run into problems. Has anyone found an SMTP mail class that's capable of doing so on a WHB shared account? I've tried with mail() wrappers I've written and with the lovely swiftMailer class, but no luck. Most of the errors seem to imply that we can't open sockets. swiftMailer, for example, gives:
fsockopen returned Error Number 110 and Error String 'Connection timed out']
Anyone got a good example of working code to send mail through an outside SMTP server?
This wouldn't be an issue if they'd bump the allowable outgoing email limits, but so it goes.


LinkBack URL
About LinkBacks



Reply With Quote
