mail.send only fails if there was an authentication error or it was an
invalid formed email... if you send to idontex...@example.com mail.send will
still return True.

-Thadeus




On Tue, Jan 26, 2010 at 7:02 PM, hamdy.a.farag <hamdy.a.fa...@inbox.com>wrote:

> Hi Yannic
>
> I'm not sure whether this what you want or not, but the mail.send()
> function itself returns True or false , so you could just do :
>
> if not mail.send(to=.., subject=,,,,,) :
>     response.flash = "Message was not sent"
>
> --
> 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<web2py%2bunsubscr...@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