On Sunday, May 20, 2012 10:07:20 AM UTC-7, smallufo wrote: > > > > What's wrong ? Any solutions ?
Can you telnet to port 25? For example, if your application IP name is smallufo.com, you should be able to give the command telnet smallufo.com 25 and the mail server should reply with something. For example: jeffsilverman@jeffsdesktop:~$ telnet smtp.gmail.com 25 Trying 2001:4860:8005::6d... <=============================== this is an IPv6 address, you will probably get an IPv4 address Connected to gmail-smtp-msa.l.google.com. Escape character is '^]'. 220 mx.google.com ESMTP ud10sm27733287pbc.25 If you see that, then sendmail is running and listening to the internet. Jeff Silverman -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/JSROXCUy_50J. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
