Have you used wingide or some debugger to see that the values are
correct in the send email part?

Have you tried 127.0.0.1 instead of localhost

telnet localhost 25

or

telnet 127.0.0.1 25

to see that you are reaching the smtp service you expect.

-wes

On Wed, Feb 3, 2010 at 11:40 PM, weheh <richard_gor...@verizon.net> wrote:
> Yes, I have implemented queuing mechanisms. The issue here is that
> web2py isn't sending any email. In tmy example above, I'm actually
> sending only a single email ... to me ... for testing purposes, not
> production. Bottom line, I'm not getting any email and none is being
> sent. I looked at the email logs. I know for a fact that the server is
> configured properly to send email, since I have another (non-web2py)
> app sending emails successfully all the time. So I'm trying to figure
> out how to get web2py to send my email message.
>
> --
> You received this message because you are subscribed to the Google Groups 
> "web2py-users" group.
> To post to this group, send email to web...@googlegroups.com.
> To unsubscribe from this group, send email to 
> web2py+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/web2py?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to web...@googlegroups.com.
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en.

Reply via email to