Hi, i currently have the following situation: one host with my eventum
installation, on a private network, linked via several vpn to my
customer's public servers, with a reverse proxy for reaching it via
public web servers.
at the moment, i use only web interface because i don't want to disrupt
my outsourcing bonanza showing in mail to foo.com a link to issue
tracker on bar.org, nor a mail originated from (potentially) enemy
domains :P
So i would like to implement an optional feature, allowing to specify a
location and a sender mail on a per project basis. I think implementing
a Project:: getBaseurl, getHostname, getRelativeurl and some getter in
class.setup.php ($smtp[] related) would be sufficient for refactoring
relevant parts (mail, rss, issue body rewriters is maybe sufficient).
The feature is quite straightforward to implement and add an important
feature imho.
Someone interested in working on, or maybe already moved in that
direction ?