tazz_ben
6-10-06, 04:08 AM
I use a tool called PHPMailer (http://phpmailer.sourceforge.net) in one of my applications that allows you send very complex email from PHP. Specifically the method I am using is SMTP. So to be clear it is not using in any way the mail() function.
On the old system this worked fine, but now that we have transfered it seems when it gets to part about connecting to the SMTP server, it fails. So it seems that for some reason:
A) PHP is not being allowed to open port 25.
B) The Mail Servers are not accepting connections from the webfarm
Either way, it is one of the many things that broke when I switched platforms, and at the moment the most pressing.
What I would really like is a list from the Powweb staff of all the things they are taking away from us when we switch, or they just don't have setup yet (and don't direct me to the transition site, it is rather inadequate). My site is vary large (including the demos for our products), and completely php and data driven. It is very difficult for me to be going around trying to find problems; when so much could be broken. It would be nice to be able to narrow the search.
Thanks!
On the old system this worked fine, but now that we have transfered it seems when it gets to part about connecting to the SMTP server, it fails. So it seems that for some reason:
A) PHP is not being allowed to open port 25.
B) The Mail Servers are not accepting connections from the webfarm
Either way, it is one of the many things that broke when I switched platforms, and at the moment the most pressing.
What I would really like is a list from the Powweb staff of all the things they are taking away from us when we switch, or they just don't have setup yet (and don't direct me to the transition site, it is rather inadequate). My site is vary large (including the demos for our products), and completely php and data driven. It is very difficult for me to be going around trying to find problems; when so much could be broken. It would be nice to be able to narrow the search.
Thanks!