Search found 5 matches

by Draco18s
29 May 2014, 15:24
Forum: Help
Topic: Tweaking Notification Emails
Replies: 4
Views: 7495

Re: Tweaking Notification Emails

Found what I needed. In string_api.php I had to change: function string_get_bug_view_url_with_fqdn( $p_bug_id, $p_user_id = null ) { return config_get( 'path' ) . string_get_bug_view_url( $p_bug_id, $p_user_id ); } And replace the path part with a custom string. I was also able to use Fancy String M...
by Draco18s
28 May 2014, 18:38
Forum: General Discussion
Topic: Email is not sent from Mantis for tickets and updates
Replies: 1
Views: 4438

Re: Email is not sent from Mantis for tickets and updates

Are you using

Code: Select all

$g_email_send_using_cronjob = ON;
?

If so, you need to set up a cronjob yourself to run send_email.php
by Draco18s
28 May 2014, 14:44
Forum: Help
Topic: Tweaking Notification Emails
Replies: 4
Views: 7495

Re: Tweaking Notification Emails

Ok, that's the thing, I don't have a domain name. 'www.namehere.com' won't work. I don't mind using the external IP address, just means that those of us here in the office won't actually be able to use the links (which is better than everyone not in the office having that problem). But what I was re...
by Draco18s
27 May 2014, 20:44
Forum: Help
Topic: Please read this if you have problems with emails
Replies: 96
Views: 2377684

Re: Please read this if you have problems with emails

Just because emails were a problem for me, recently, I thought I'd drop by with another solution: (I also realize this is slightly spammy, but I'm not a shill, just someone who had trouble and found a solution) For some reason, I was unable to send email via my own company email address, either by u...
by Draco18s
27 May 2014, 19:07
Forum: Help
Topic: Tweaking Notification Emails
Replies: 4
Views: 7495

Tweaking Notification Emails

I'm running Mantis on a server that does not have a domain name associated with it, just an IP address. This is fine for what I'm doing, but there's a slight problem: The IP address that is used in the notification emails is the local IP address the server has on the LAN. Anyone not in the office wo...