Using Dreamhost SMTP to send email |
[eluser]Xeoncross[/eluser]
I am trying to setup email on my localhost so that during development I can test things like password recovery without putting the code live online. One of my hosts is Dreamhost and I am trying to figure out how to login to there "mail.yourdomain.com" SMTP system to send email. Here is what my config looks like: Code: $config['useragent'] = null; This keeps throwing the error Code: Message: fsockopen() [function.fsockopen]: unable to connect to mail.site.com:25 (A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. ) So at this point I decided to try to SSH into the server and use port forwarding to get to the SMTP server from inside my host. After all, this method works fine for phpMyadmin on my localhost. So I setup port localhost:5525 to forward to mail.site.com:25 over my SSH connection into the server (which is working). But this fails too. So does anyone know what I can do? |
Messages In This Thread |
Using Dreamhost SMTP to send email - by El Forum - 01-31-2009, 02:23 PM
Using Dreamhost SMTP to send email - by El Forum - 01-31-2009, 03:06 PM
Using Dreamhost SMTP to send email - by El Forum - 01-31-2009, 03:16 PM
|