On Wed, Feb 25, 2009 at 10:10 PM, river <[email protected]> wrote:
> my app is running in linux os ,i just enable my sendmail and i check > my sending sample mail > but when i send mail through code it says error as: > > "/bin/sh: sendmail: command not found > ERROR 2009-02-25 06:37:05,801 mail_stub.py] Error sending mail > using sendmail: [Errno 32] Broken pipe" > > plz advice me what mistake i done Uh, did you notice the "sendmail: command not found"? You'll need either sendmail or a sendmail-compatible MTA installed. Dave. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
