sendmail NOT WORKING anymore...

103 views
Skip to first unread message

smallufo

unread,
May 20, 2012, 1:07:20 PM5/20/12
to Google App Engine
I didn't change any line of my code .
I deployed my app about one year ago and never touched it ever since.
Today , I found I didn't receive any emails from my app.

The log reports OK ,but I just cannot receive any emails sent from
GAE.
gmail , hotmail ... just cannot receive these emails...

It's not over quota...
The emails are not in the SPAM folder , either...

What's wrong ? Any solutions ?

alex

unread,
May 21, 2012, 1:25:18 PM5/21/12
to google-a...@googlegroups.com
1 year is a long term. I assume you've already ran your app (unit) tests with the latest SDK version?

Bjorn

unread,
May 21, 2012, 3:27:31 PM5/21/12
to google-a...@googlegroups.com
I have the same problem, the last mail sent that was received was two days ago, but since then no mails have been received, but there are no errors logged or anything. Didnt change anything, it just stopped working.

Jeff Silverman

unread,
May 22, 2012, 4:22:19 PM5/22/12
to google-a...@googlegroups.com


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
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
Reply all
Reply to author
Forward
0 new messages