Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 506 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 506 Bytes

beanstalk-to-bugzilla

  • A php script to integrate bugzilla with beanstalk's webhook integration.
  • Takes a POST from beanstalk and formats an email to send to bugzilla.

It requires that:

  • you've configured email_in.pl on your bugzilla server
  • SMTP is configured and accessible from the host that this script runs on.

The flow is beanstalkapp webhook -> this script -> email_in.pl.