are you sure that the problem is not that the rejection happens after the 
SMTP accepted the mail ? web2py doesn't do too much magic in terms of 
return value...it uses sendmail() from smtplib and traps any exception. 
If you don't see exceptions, smtplib.sendmail isn't raising, so it means 
that the mail is accepted for at least one recipient. From then on, you 
should inspect SMTP's server logs.

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to