Search found 1 match

by ghweb
29 May 2009, 09:03
Forum: Customizations
Topic: Sending an email to a specific address on new issue creation
Replies: 2
Views: 2936

Re: Sending an email to a specific address on new issue creation

Hi

You have to create one file in mantis root directory named "custom_functions_inc.php".
In that file write this following code:

<?php

# --------------------
# Hook to notify after aa issue has been created.
# In case of errors, this function should call trigger_error()
# p_issue_id is the ...