Problem sending E-mail through my ISP smtp-server.
MaEu
Joined: 2005-11-07
Posts: 22 |
Posted: Thu, 2007-07-05 18:14 |
Hi. I have recently moved and I had to change my internet provider. Now I've discovered some problems. I had no problems whatsoever before when people wanted to register on my gallery site. But now, after registering on my site no confirmation e-mails reaches the end user and me as an administrator. The message I get when I run the e-mail test on the diagnostics page is this: "Error: Sending mail via the smtp method failed with these errors: Array ( [0] => Command rejected no valid MAIL FROM: command received yet [1] => No sender. ) Error: Sending mail via the smtp method failed with these errors: Array ( [0] => Command rejected no valid MAIL FROM: command received yet [1] => No sender. )" I'm sure that my smtp settings are correct since I have the same settings in my thunderbird mail client which works prefectly fine. smtp server: smtp.ISP.net I have changed the settings in php.ini to correlate to the new ISP: [mail function] ; For Win32 only. My ISP blocks port 25 so its not possible to have your own mail server without relaying the traffic through smtp.ISP.net. I changed the configuration to use the internal PHP mail() function instead. That worked when I used the diagnostics test. It also worked when I retreived a lost password for my user. But it did not work when I tried to register a new user. What could be the problem? Regards Mats The following information is required to get an answer: |
|