I'm trying to get the How-To: How to create a mail form working. I can't seem to get the MailHost set up. I'm on NT and trying to get this to work over a dialup account. My Zope installation is on my local machine and is not accessible via the web, I don't have a domain or anything. However I am connect to my ISP. I have tried for the name of the SMTP Host: pop.albq.uswest.net and for the local host: MOGUL (and I also tried blank) Neither actually sent the email successfully. The blank version didn't send, but did at least return a message saying it had been sent. The MOGUL version returned Error Type: SMTP Error Error Value: Recieved error code 503 from SMTP: 503 RCPT first (#5.5.1) Does anyone have any ideas? Should I not be using the POP server? thanks, Danny __________________________________________________ Do You Yahoo!? Talk to your friends online with Yahoo! Messenger. http://im.yahoo.com
Does anyone have any ideas? Should I not be using the POP server? pop.albq.uswest.net seems to have an open SMTP port, so it should work fine.
Try my patch to the MailHost code, and see if it makes things even better. I'm going to make this into a HOWTO soon, I promise! -- Stephen Pitts smpitts@midsouth.rr.com webmaster - http://www.mschess.org
danny shevitz wrote:
I'm trying to get the How-To: How to create a mail form working. I can't seem to get the MailHost set up. I'm on NT and trying to get this to work over a dialup account. My Zope installation is on my local machine and is not accessible via the web, I don't have a domain or anything. However I am connect to my ISP.
I have tried for the name of the SMTP Host: pop.albq.uswest.net and for the local host: MOGUL (and I also tried blank)
Neither actually sent the email successfully. The blank version didn't send, but did at least return a message saying it had been sent. The MOGUL version returned
Error Type: SMTP Error Error Value: Recieved error code 503 from SMTP: 503 RCPT first (#5.5.1)
Does anyone have any ideas? Should I not be using the POP server?
Try specifiying the IP address instead, that has worked for me under NT. Michael. -- -------------------------------------- Michael Bernstein webmaven@lvcm.com FIAWOL {Fandom Is A Way Of Life} http://www.fiawol.com --------------------------------------
participants (3)
-
danny shevitz -
Michael Bernstein -
Stephen Pitts