2009/6/26 Daniel Schwartz <[email protected]>: > The web.sendmail() doc string says that web.config.sendmail_path defines the > location of the sendmail binary that the function uses, but this doesn't > seem to work. After a quick look at the latest webpy code it seems that path > of sendmail is hard coded into the function?
Not it is not. Look at this line: http://github.com/webpy/webpy/blob/master/web/utils.py#L1089 Anand --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web.py" 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/webpy?hl=en -~----------~----~----~----~------~----~------~--~---
