I could sudjest to use mail-hooks in two ways. 1. cron check mailbox for bouce messages and get invalid mails from there 2.use /etc/aliases (linux at least) and add there '|/opt/mysqcript' for email address which used to sent mail from. both types I get from RequestTracker http://bestpractical.com/rt/
I belive without outside code this could not be resolved. On 27 янв, 07:30, Thadeus Burgess <thade...@thadeusb.com> wrote: > 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.