Defect #2723
closedHost name and path being mangled in mail
0%
Description
I recently noticed that emails being sent from Redmine were including a bad reference to the ticket location:
http://https:/redmine/issues/show/40
I checked my settings and ensured the value was in fact correct and it was. For some reason Redmine is not including my Host name and path. It looks like its replacing my link with "https://". Is anyone else experiencing this?
Updated by Eric Davis almost 16 years ago
Can you add information about your environment as described in SubmittingBugs
Also make sure your Redmine is setup correctly, you should have:
- Administration > Settings > General > Host name and path should be your domain and path without the protocol (e.g. redmine.org)
- Administration > Settings > General > Protocol should be https for your site
Updated by Tony Shiffer over 15 years ago
The same thing happens to us. Every so often, reasons unknown, it reverts back to the systems local private address - instead of the proper doamin and path information. It can be reproduced sometimes by properly restarting the system.
Updated by Daniel Felix almost 12 years ago
Well I'm not able to reproduce this in the current trunk? Anyone else encounters this error in the current trunk?
Updated by Toshi MARUYAMA almost 12 years ago
- Status changed from New to Closed
"Mail" has replaced in Rails3 porting.
So, this issue is obsolete.
Updated by Toshi MARUYAMA almost 12 years ago
- Subject changed from Host name and path being mangled to Host name and path being mangled in mail